mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
63 lines
1.6 KiB
TOML
63 lines
1.6 KiB
TOML
[colors]
|
|
accent = '#00AA56FF'
|
|
background = '#111318FF'
|
|
border_emphasized = '#5DB2FFFF'
|
|
border_focused = '#00AA56FF'
|
|
border_window = '#44474FFF'
|
|
cursor = '#FFFFFFFF'
|
|
editor_background = '#111318FF'
|
|
error = '#FF5F5FFF'
|
|
floating_window_background = '#282A2FFF'
|
|
foreground = '#E2E2E9FF'
|
|
foreground_emphasis = '#FFFFFFFF'
|
|
foreground_secondary = '#A8ABB3FF'
|
|
info = '#5DB2FFFF'
|
|
menu_option_background = '#282A2FFF'
|
|
outline = '#44474FFF'
|
|
popup_background = '#1E1F25FF'
|
|
shadow = '#00000080'
|
|
sidebar_background = '#1E1F25FF'
|
|
success = '#6AD68BFF'
|
|
surface = '#1E1F25FF'
|
|
surface_variant = '#282A2FFF'
|
|
syntax_error = '#FF5F5FFF'
|
|
syntax_function = '#86C9FFFF'
|
|
syntax_keyword = '#DEBCDFFF'
|
|
syntax_operator = '#A8ABB3FF'
|
|
syntax_special_keyword = '#FFC966FF'
|
|
term_black = '#111318FF'
|
|
term_black_bright = '#33353AFF'
|
|
term_blue = '#5DB2FFFF'
|
|
term_blue_bright = '#86C9FFFF'
|
|
term_cyan = '#86C9FFFF'
|
|
term_cyan_bright = '#BFEFFFFF'
|
|
term_green = '#00AA56FF'
|
|
term_green_bright = '#00CC6AFF'
|
|
term_magenta = '#DEBCDFFF'
|
|
term_magenta_bright = '#F0D6F0FF'
|
|
term_red = '#FF5F5FFF'
|
|
term_red_bright = '#FFB780FF'
|
|
term_white = '#E2E2E9FF'
|
|
term_white_bright = '#FFFFFFFF'
|
|
term_yellow = '#FFC966FF'
|
|
term_yellow_bright = '#FFD580FF'
|
|
terminal_gray = '#33353AFF'
|
|
text_command = '#00AA56FF'
|
|
text_comment = '#44474FFF'
|
|
text_disabled = '#44474FFF'
|
|
text_emphasis = '#FFFFFFFF'
|
|
text_error = '#FF5F5FFF'
|
|
text_inactive = '#A8ABB3FF'
|
|
text_line_number = '#44474FFF'
|
|
text_link = '#5DB2FFFF'
|
|
text_main = '#E2E2E9FF'
|
|
text_selected = '#FFFFFF1A'
|
|
text_selection_inactive = '#A8ABB338'
|
|
text_string = '#6AD68BFF'
|
|
text_success = '#6AD68BFF'
|
|
text_warning = '#FFC966FF'
|
|
warning = '#FFC966FF'
|
|
warning_emphasis = '#FFD580FF'
|
|
|
|
[general]
|
|
name = 'dark' |