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 = "catppuccin-latte"
[colors]
bg = "#eff1f5"
fg = "#4c4f69"
text_correct = "#40a02b"
text_incorrect = "#d20f39"
text_incorrect_bg = "#f5c2cf"
text_pending = "#9ca0b0"
text_cursor_bg = "#dc8a78"
text_cursor_fg = "#eff1f5"
focused_key = "#df8e1d"
accent = "#1e66f5"
accent_dim = "#ccd0da"
border = "#ccd0da"
border_focused = "#1e66f5"
header_bg = "#e6e9ef"
header_fg = "#4c4f69"
bar_filled = "#1e66f5"
bar_empty = "#e6e9ef"
error = "#d20f39"
warning = "#df8e1d"
success = "#40a02b"

View File

@@ -0,0 +1,23 @@
name = "catppuccin-mocha"
[colors]
bg = "#1e1e2e"
fg = "#cdd6f4"
text_correct = "#a6e3a1"
text_incorrect = "#f38ba8"
text_incorrect_bg = "#45273a"
text_pending = "#585b70"
text_cursor_bg = "#f5e0dc"
text_cursor_fg = "#1e1e2e"
focused_key = "#f9e2af"
accent = "#89b4fa"
accent_dim = "#45475a"
border = "#45475a"
border_focused = "#89b4fa"
header_bg = "#313244"
header_fg = "#cdd6f4"
bar_filled = "#89b4fa"
bar_empty = "#313244"
error = "#f38ba8"
warning = "#f9e2af"
success = "#a6e3a1"

View File

@@ -0,0 +1,23 @@
name = "dracula"
[colors]
bg = "#282a36"
fg = "#f8f8f2"
text_correct = "#50fa7b"
text_incorrect = "#ff5555"
text_incorrect_bg = "#44242a"
text_pending = "#6272a4"
text_cursor_bg = "#f1fa8c"
text_cursor_fg = "#282a36"
focused_key = "#f1fa8c"
accent = "#bd93f9"
accent_dim = "#44475a"
border = "#44475a"
border_focused = "#bd93f9"
header_bg = "#44475a"
header_fg = "#f8f8f2"
bar_filled = "#bd93f9"
bar_empty = "#44475a"
error = "#ff5555"
warning = "#f1fa8c"
success = "#50fa7b"

View File

@@ -0,0 +1,23 @@
name = "gruvbox-dark"
[colors]
bg = "#282828"
fg = "#ebdbb2"
text_correct = "#b8bb26"
text_incorrect = "#fb4934"
text_incorrect_bg = "#462726"
text_pending = "#665c54"
text_cursor_bg = "#fabd2f"
text_cursor_fg = "#282828"
focused_key = "#fabd2f"
accent = "#83a598"
accent_dim = "#3c3836"
border = "#504945"
border_focused = "#83a598"
header_bg = "#3c3836"
header_fg = "#ebdbb2"
bar_filled = "#83a598"
bar_empty = "#3c3836"
error = "#fb4934"
warning = "#fabd2f"
success = "#b8bb26"

23
assets/themes/nord.toml Normal file
View File

@@ -0,0 +1,23 @@
name = "nord"
[colors]
bg = "#2e3440"
fg = "#eceff4"
text_correct = "#a3be8c"
text_incorrect = "#bf616a"
text_incorrect_bg = "#3f2e31"
text_pending = "#4c566a"
text_cursor_bg = "#ebcb8b"
text_cursor_fg = "#2e3440"
focused_key = "#ebcb8b"
accent = "#88c0d0"
accent_dim = "#3b4252"
border = "#4c566a"
border_focused = "#88c0d0"
header_bg = "#3b4252"
header_fg = "#eceff4"
bar_filled = "#88c0d0"
bar_empty = "#3b4252"
error = "#bf616a"
warning = "#ebcb8b"
success = "#a3be8c"

View File

@@ -0,0 +1,23 @@
name = "one-dark"
[colors]
bg = "#282c34"
fg = "#abb2bf"
text_correct = "#98c379"
text_incorrect = "#e06c75"
text_incorrect_bg = "#3e2a2d"
text_pending = "#5c6370"
text_cursor_bg = "#e5c07b"
text_cursor_fg = "#282c34"
focused_key = "#e5c07b"
accent = "#61afef"
accent_dim = "#3e4451"
border = "#3e4451"
border_focused = "#61afef"
header_bg = "#21252b"
header_fg = "#abb2bf"
bar_filled = "#61afef"
bar_empty = "#21252b"
error = "#e06c75"
warning = "#e5c07b"
success = "#98c379"

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"

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"