mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
[colors]
|
|
accent = '#9A8652FF'
|
|
accent_secondary = '#9A8652FF'
|
|
background = '#111111FF'
|
|
base00 = '#111111FF'
|
|
base01 = '#668A51FF'
|
|
base02 = '#9A8652FF'
|
|
base03 = '#B47837FF'
|
|
base04 = '#9A5552FF'
|
|
base05 = '#AA477BFF'
|
|
base06 = '#3A898CFF'
|
|
base07 = '#B5B5B5FF'
|
|
base08 = '#AA4E4AFF'
|
|
base09 = '#A9DC86FF'
|
|
base0A = '#B6AB82FF'
|
|
base0B = '#C5916BFF'
|
|
base0C = '#AC7676FF'
|
|
base0D = '#B0779EFF'
|
|
base0E = '#849899FF'
|
|
base0F = '#D2D2D2FF'
|
|
border = '#242424FF'
|
|
border_focused = '#2E2E2EFF'
|
|
cursor = '#D2D2D2FF'
|
|
editor_background = '#111111FF'
|
|
editor_command = '#3A898CFF'
|
|
editor_comment = '#849899FF'
|
|
editor_disabled = '#849899FF'
|
|
editor_emphasis = '#A9DC86FF'
|
|
editor_error = '#AA4E4AFF'
|
|
editor_inactive = '#849899FF'
|
|
editor_line_number = '#849899FF'
|
|
editor_link = '#B0779EFF'
|
|
editor_main = '#D2D2D2FF'
|
|
editor_selected = '#242424FF'
|
|
editor_selection_inactive = '#1D1C1CFF'
|
|
editor_string = '#9A8652FF'
|
|
editor_success = '#668A51FF'
|
|
editor_warning = '#B47837FF'
|
|
error = '#AA4E4AFF'
|
|
foreground = '#D2D2D2FF'
|
|
info = '#3A898CFF'
|
|
on_background = '#D4D4D4FF'
|
|
on_error = '#D2D2D2FF'
|
|
on_info = '#D2D2D2FF'
|
|
on_success = '#D2D2D2FF'
|
|
on_surface = '#D4D4D4FF'
|
|
on_surface_variant = '#D4D4D4FF'
|
|
on_warning = '#D2D2D2FF'
|
|
success = '#668A51FF'
|
|
surface = '#111111FF'
|
|
surface_variant = '#191919FF'
|
|
warning = '#B47837FF'
|
|
|
|
[general]
|
|
name = 'dark' |