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 = '#31748FFF'
|
|
background = '#191724FF'
|
|
border_emphasized = '#C4A7E7FF'
|
|
border_focused = '#31748FFF'
|
|
border_window = '#524F67FF'
|
|
cursor = '#E0DEF4FF'
|
|
editor_background = '#191724FF'
|
|
error = '#EB6F92FF'
|
|
floating_window_background = '#26233AFF'
|
|
foreground = '#E0DEF4FF'
|
|
foreground_emphasis = '#FFFFFFFF'
|
|
foreground_secondary = '#908CAAFF'
|
|
info = '#C4A7E7FF'
|
|
menu_option_background = '#26233AFF'
|
|
outline = '#6E6A86FF'
|
|
popup_background = '#1F1D2EFF'
|
|
shadow = '#00000080'
|
|
sidebar_background = '#1F1D2EFF'
|
|
success = '#31748FFF'
|
|
surface = '#1F1D2EFF'
|
|
surface_variant = '#26233AFF'
|
|
syntax_error = '#EB6F92FF'
|
|
syntax_function = '#C4A7E7FF'
|
|
syntax_keyword = '#EBBCBAFF'
|
|
syntax_operator = '#908CAAFF'
|
|
syntax_special_keyword = '#F6C177FF'
|
|
term_black = '#191724FF'
|
|
term_black_bright = '#403D52FF'
|
|
term_blue = '#C4A7E7FF'
|
|
term_blue_bright = '#C4A7E7FF'
|
|
term_cyan = '#9CCFD8FF'
|
|
term_cyan_bright = '#9CCFD8FF'
|
|
term_green = '#31748FFF'
|
|
term_green_bright = '#31748FFF'
|
|
term_magenta = '#EBBCBAFF'
|
|
term_magenta_bright = '#F0D6F0FF'
|
|
term_red = '#EB6F92FF'
|
|
term_red_bright = '#EB6F92FF'
|
|
term_white = '#E0DEF4FF'
|
|
term_white_bright = '#FFFFFFFF'
|
|
term_yellow = '#F6C177FF'
|
|
term_yellow_bright = '#F6C177FF'
|
|
terminal_gray = '#33353AFF'
|
|
text_command = '#31748FFF'
|
|
text_comment = '#6E6A86FF'
|
|
text_disabled = '#6E6A86FF'
|
|
text_emphasis = '#FFFFFFFF'
|
|
text_error = '#EB6F92FF'
|
|
text_inactive = '#908CAAFF'
|
|
text_line_number = '#6E6A86FF'
|
|
text_link = '#C4A7E7FF'
|
|
text_main = '#E0DEF4FF'
|
|
text_selected = '#524F671A'
|
|
text_selection_inactive = '#908CAA38'
|
|
text_string = '#31748FFF'
|
|
text_success = '#31748FFF'
|
|
text_warning = '#F6C177FF'
|
|
warning = '#F6C177FF'
|
|
warning_emphasis = '#F6C177FF'
|
|
|
|
[general]
|
|
name = 'rose-pine' |