First one-shot pass
This commit is contained in:
23
assets/themes/solarized-dark.toml
Normal file
23
assets/themes/solarized-dark.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
name = "solarized-dark"
|
||||
|
||||
[colors]
|
||||
bg = "#002b36"
|
||||
fg = "#839496"
|
||||
text_correct = "#859900"
|
||||
text_incorrect = "#dc322f"
|
||||
text_incorrect_bg = "#2a1a1a"
|
||||
text_pending = "#586e75"
|
||||
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"
|
||||
Reference in New Issue
Block a user