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 = '#B8BB26FF'
|
|
background = '#282828FF'
|
|
border_emphasized = '#83A598FF'
|
|
border_focused = '#B8BB26FF'
|
|
border_window = '#504945FF'
|
|
cursor = '#EBDBB2FF'
|
|
editor_background = '#282828FF'
|
|
error = '#FB4934FF'
|
|
floating_window_background = '#3C3836FF'
|
|
foreground = '#EBDBB2FF'
|
|
foreground_emphasis = '#FBF1C7FF'
|
|
foreground_secondary = '#D5C4A1FF'
|
|
info = '#83A598FF'
|
|
menu_option_background = '#3C3836FF'
|
|
outline = '#504945FF'
|
|
popup_background = '#32302FFF'
|
|
shadow = '#00000080'
|
|
sidebar_background = '#32302FFF'
|
|
success = '#B8BB26FF'
|
|
surface = '#32302FFF'
|
|
surface_variant = '#3C3836FF'
|
|
syntax_error = '#FB4934FF'
|
|
syntax_function = '#83A598FF'
|
|
syntax_keyword = '#D3869BFF'
|
|
syntax_operator = '#8EC07CFF'
|
|
syntax_special_keyword = '#FABD2FFF'
|
|
term_black = '#282828FF'
|
|
term_black_bright = '#928374FF'
|
|
term_blue = '#458588FF'
|
|
term_blue_bright = '#83A598FF'
|
|
term_cyan = '#689D6AFF'
|
|
term_cyan_bright = '#8EC07CFF'
|
|
term_green = '#98971AFF'
|
|
term_green_bright = '#B8BB26FF'
|
|
term_magenta = '#B16286FF'
|
|
term_magenta_bright = '#D3869BFF'
|
|
term_red = '#CC241DFF'
|
|
term_red_bright = '#FB4934FF'
|
|
term_white = '#A89984FF'
|
|
term_white_bright = '#EBDBB2FF'
|
|
term_yellow = '#D79921FF'
|
|
term_yellow_bright = '#FABD2FFF'
|
|
terminal_gray = '#928374FF'
|
|
text_command = '#B8BB26FF'
|
|
text_comment = '#928374FF'
|
|
text_disabled = '#665C54FF'
|
|
text_emphasis = '#FBF1C7FF'
|
|
text_error = '#FB4934FF'
|
|
text_inactive = '#7C6F64FF'
|
|
text_line_number = '#7C6F64FF'
|
|
text_link = '#83A598FF'
|
|
text_main = '#EBDBB2FF'
|
|
text_selected = '#665C5438'
|
|
text_selection_inactive = '#50494538'
|
|
text_string = '#B8BB26FF'
|
|
text_success = '#B8BB26FF'
|
|
text_warning = '#FABD2FFF'
|
|
warning = '#FE8019FF'
|
|
warning_emphasis = '#FABD2FFF'
|
|
|
|
[general]
|
|
name = 'gruvbox-dark' |