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 = '#A7C080FF'
|
|
background = '#272E33FF'
|
|
border_emphasized = '#7FBBB3FF'
|
|
border_focused = '#A7C080FF'
|
|
border_window = '#475258FF'
|
|
cursor = '#D3C6AAFF'
|
|
editor_background = '#272E33FF'
|
|
error = '#E67E80FF'
|
|
floating_window_background = '#3D484DFF'
|
|
foreground = '#D3C6AAFF'
|
|
foreground_emphasis = '#D3C6AAFF'
|
|
foreground_secondary = '#9DA9A0FF'
|
|
info = '#7FBBB3FF'
|
|
menu_option_background = '#3D484DFF'
|
|
outline = '#475258FF'
|
|
popup_background = '#2E383CFF'
|
|
shadow = '#00000080'
|
|
sidebar_background = '#2E383CFF'
|
|
success = '#A7C080FF'
|
|
surface = '#2E383CFF'
|
|
surface_variant = '#3D484DFF'
|
|
syntax_error = '#E67E80FF'
|
|
syntax_function = '#7FBBB3FF'
|
|
syntax_keyword = '#D699B6FF'
|
|
syntax_operator = '#83C092FF'
|
|
syntax_special_keyword = '#DBBC7FFF'
|
|
term_black = '#475258FF'
|
|
term_black_bright = '#4F585EFF'
|
|
term_blue = '#7FBBB3FF'
|
|
term_blue_bright = '#7FBBB3FF'
|
|
term_cyan = '#83C092FF'
|
|
term_cyan_bright = '#83C092FF'
|
|
term_green = '#A7C080FF'
|
|
term_green_bright = '#A7C080FF'
|
|
term_magenta = '#D699B6FF'
|
|
term_magenta_bright = '#D699B6FF'
|
|
term_red = '#E67E80FF'
|
|
term_red_bright = '#E67E80FF'
|
|
term_white = '#D3C6AAFF'
|
|
term_white_bright = '#D3C6AAFF'
|
|
term_yellow = '#DBBC7FFF'
|
|
term_yellow_bright = '#DBBC7FFF'
|
|
terminal_gray = '#4F585EFF'
|
|
text_command = '#A7C080FF'
|
|
text_comment = '#859289FF'
|
|
text_disabled = '#859289FF'
|
|
text_emphasis = '#D3C6AAFF'
|
|
text_error = '#E67E80FF'
|
|
text_inactive = '#7A8478FF'
|
|
text_line_number = '#859289FF'
|
|
text_link = '#7FBBB3FF'
|
|
text_main = '#D3C6AAFF'
|
|
text_selected = '#543A4838'
|
|
text_selection_inactive = '#51404538'
|
|
text_string = '#A7C080FF'
|
|
text_success = '#A7C080FF'
|
|
text_warning = '#DBBC7FFF'
|
|
warning = '#E69875FF'
|
|
warning_emphasis = '#DBBC7FFF'
|
|
|
|
[general]
|
|
name = 'everforest-dark-hard' |