24 lines
484 B
TOML
24 lines
484 B
TOML
name = "solarized-dark"
|
|
|
|
[colors]
|
|
bg = "#002b36"
|
|
fg = "#839496"
|
|
text_correct = "#859900"
|
|
text_incorrect = "#dc322f"
|
|
text_incorrect_bg = "#2a1a1a"
|
|
text_pending = "#839496"
|
|
text_cursor_bg = "#b58900"
|
|
text_cursor_fg = "#002b36"
|
|
focused_key = "#b58900"
|
|
accent = "#268bd2"
|
|
accent_dim = "#073642"
|
|
border = "#586e75"
|
|
border_focused = "#268bd2"
|
|
header_bg = "#073642"
|
|
header_fg = "#93a1a1"
|
|
bar_filled = "#268bd2"
|
|
bar_empty = "#073642"
|
|
error = "#dc322f"
|
|
warning = "#b58900"
|
|
success = "#859900"
|