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 = "tokyo-night"
[colors]
bg = "#1a1b26"
fg = "#c0caf5"
text_correct = "#9ece6a"
text_incorrect = "#f7768e"
text_incorrect_bg = "#3b2232"
text_pending = "#565f89"
text_cursor_bg = "#e0af68"
text_cursor_fg = "#1a1b26"
focused_key = "#e0af68"
accent = "#7aa2f7"
accent_dim = "#292e42"
border = "#3b4261"
border_focused = "#7aa2f7"
header_bg = "#24283b"
header_fg = "#c0caf5"
bar_filled = "#7aa2f7"
bar_empty = "#24283b"
error = "#f7768e"
warning = "#e0af68"
success = "#9ece6a"