mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
63 lines
1.7 KiB
TOML
63 lines
1.7 KiB
TOML
[colors]
|
|
accent = '#A6E3A1FF'
|
|
background = '#1E1E2EFF'
|
|
border_emphasized = '#89B4FAFF'
|
|
border_focused = '#A6E3A1FF'
|
|
border_window = '#45475AFF'
|
|
cursor = '#F5E0DCFF'
|
|
editor_background = '#1E1E2EFF'
|
|
error = '#F38BA8FF'
|
|
floating_window_background = '#313244FF'
|
|
foreground = '#CDD6F4FF'
|
|
foreground_emphasis = '#CDD6F4FF'
|
|
foreground_secondary = '#BAC2DEFF'
|
|
info = '#89B4FAFF'
|
|
menu_option_background = '#313244FF'
|
|
outline = '#45475AFF'
|
|
popup_background = '#181825FF'
|
|
shadow = '#00000080'
|
|
sidebar_background = '#181825FF'
|
|
success = '#A6E3A1FF'
|
|
surface = '#181825FF'
|
|
surface_variant = '#313244FF'
|
|
syntax_error = '#F38BA8FF'
|
|
syntax_function = '#89B4FAFF'
|
|
syntax_keyword = '#CBA6F7FF'
|
|
syntax_operator = '#89DCEBFF'
|
|
syntax_special_keyword = '#F9E2AFFF'
|
|
term_black = '#45475AFF'
|
|
term_black_bright = '#585B70FF'
|
|
term_blue = '#89B4FAFF'
|
|
term_blue_bright = '#89B4FAFF'
|
|
term_cyan = '#94E2D5FF'
|
|
term_cyan_bright = '#94E2D5FF'
|
|
term_green = '#A6E3A1FF'
|
|
term_green_bright = '#A6E3A1FF'
|
|
term_magenta = '#F5C2E7FF'
|
|
term_magenta_bright = '#F5C2E7FF'
|
|
term_red = '#F38BA8FF'
|
|
term_red_bright = '#F38BA8FF'
|
|
term_white = '#BAC2DEFF'
|
|
term_white_bright = '#A6ADC8FF'
|
|
term_yellow = '#F9E2AFFF'
|
|
term_yellow_bright = '#F9E2AFFF'
|
|
terminal_gray = '#585B70FF'
|
|
text_command = '#A6E3A1FF'
|
|
text_comment = '#6C7086FF'
|
|
text_disabled = '#6C7086FF'
|
|
text_emphasis = '#CDD6F4FF'
|
|
text_error = '#F38BA8FF'
|
|
text_inactive = '#7F849CFF'
|
|
text_line_number = '#6C7086FF'
|
|
text_link = '#89B4FAFF'
|
|
text_main = '#CDD6F4FF'
|
|
text_selected = '#585B7038'
|
|
text_selection_inactive = '#45475A38'
|
|
text_string = '#A6E3A1FF'
|
|
text_success = '#A6E3A1FF'
|
|
text_warning = '#F9E2AFFF'
|
|
warning = '#FAB387FF'
|
|
warning_emphasis = '#F9E2AFFF'
|
|
|
|
[general]
|
|
name = 'catppuccin-mocha' |