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 = '#007A35FF'
|
|
background = '#FFFFFFFF'
|
|
border_emphasized = '#3399FFFF'
|
|
border_focused = '#007A35FF'
|
|
border_window = '#CCCCCCFF'
|
|
cursor = '#111318FF'
|
|
editor_background = '#FFFFFFFF'
|
|
error = '#D00000FF'
|
|
floating_window_background = '#E8E8E8FF'
|
|
foreground = '#1E1F25FF'
|
|
foreground_emphasis = '#111318FF'
|
|
foreground_secondary = '#44474FFF'
|
|
info = '#3399FFFF'
|
|
menu_option_background = '#E8E8E8FF'
|
|
outline = '#CCCCCCFF'
|
|
popup_background = '#F5F5F5FF'
|
|
shadow = '#000000FF'
|
|
sidebar_background = '#F5F5F5FF'
|
|
success = '#008833FF'
|
|
surface = '#F5F5F5FF'
|
|
surface_variant = '#E8E8E8FF'
|
|
syntax_error = '#D00000FF'
|
|
syntax_function = '#0066CCFF'
|
|
syntax_keyword = '#9933CCFF'
|
|
syntax_operator = '#44474FFF'
|
|
syntax_special_keyword = '#FF9900FF'
|
|
term_black = '#111318FF'
|
|
term_black_bright = '#888888FF'
|
|
term_blue = '#3399FFFF'
|
|
term_blue_bright = '#66B2FFFF'
|
|
term_cyan = '#0066CCFF'
|
|
term_cyan_bright = '#99DDFFFF'
|
|
term_green = '#007A35FF'
|
|
term_green_bright = '#33CC66FF'
|
|
term_magenta = '#9933CCFF'
|
|
term_magenta_bright = '#CC99CCFF'
|
|
term_red = '#D00000FF'
|
|
term_red_bright = '#FF6666FF'
|
|
term_white = '#FFFFFFFF'
|
|
term_white_bright = '#FFFFFFFF'
|
|
term_yellow = '#FF9900FF'
|
|
term_yellow_bright = '#FFCC80FF'
|
|
terminal_gray = '#CCCCCCFF'
|
|
text_command = '#007A35FF'
|
|
text_comment = '#888888FF'
|
|
text_disabled = '#CCCCCCFF'
|
|
text_emphasis = '#111318FF'
|
|
text_error = '#D00000FF'
|
|
text_inactive = '#44474FFF'
|
|
text_line_number = '#888888FF'
|
|
text_link = '#3399FFFF'
|
|
text_main = '#1E1F25FF'
|
|
text_selected = '#D6D6D6FF'
|
|
text_selection_inactive = '#888888FF'
|
|
text_string = '#008833FF'
|
|
text_success = '#008833FF'
|
|
text_warning = '#FF9900FF'
|
|
warning = '#FF9900FF'
|
|
warning_emphasis = '#FFCC80FF'
|
|
|
|
[general]
|
|
name = 'light' |