First one-shot pass

This commit is contained in:
2026-02-10 14:29:23 -05:00
parent 739d79d6a2
commit f65e3d8413
48 changed files with 5409 additions and 2 deletions

View 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"