Add more themes and rustfmt

This commit is contained in:
2026-02-16 22:12:29 +00:00
parent 6d6815af02
commit edd2f7e6b5
36 changed files with 854 additions and 329 deletions

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

@@ -0,0 +1,23 @@
name = "farout"
[colors]
bg = "#0f0908"
fg = "#E0CCAE"
text_correct = "#a4896f"
text_incorrect = "#bf472c"
text_incorrect_bg = "#392D2B"
text_pending = "#A67458"
text_cursor_bg = "#0f0908"
text_cursor_fg = "#f2a766"
focused_key = "#f2a766"
accent = "#d47d49"
accent_dim = "#392D2B"
border = "#392D2B"
border_focused = "#d47d49"
header_bg = "#392D2B"
header_fg = "#E0CCAE"
bar_filled = "#a67458"
bar_empty = "#392D2B"
error = "#bf472c"
warning = "#f2a766"
success = "#a4896f"

View File

@@ -0,0 +1,23 @@
name = "gruvbox-darkest"
[colors]
bg = "#121212"
fg = "#ebdbb2"
text_correct = "#b8bb26"
text_incorrect = "#fb4934"
text_incorrect_bg = "#462726"
text_pending = "#a89984"
text_cursor_bg = "#fabd2f"
text_cursor_fg = "#121212"
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"

View File

@@ -0,0 +1,23 @@
name = "kanagawa-dragon"
[colors]
bg = "#181616"
fg = "#c5c9c5"
text_correct = "#8a9a7b"
text_incorrect = "#c4746e"
text_incorrect_bg = "#43242B"
text_pending = "#a6a69c"
text_cursor_bg = "#2d4f67"
text_cursor_fg = "#c8c093"
focused_key = "#c4b28a"
accent = "#8ba4b0"
accent_dim = "#282727"
border = "#625e5a"
border_focused = "#8ba4b0"
header_bg = "#282727"
header_fg = "#c5c9c5"
bar_filled = "#8ea4a2"
bar_empty = "#282727"
error = "#c4746e"
warning = "#c4b28a"
success = "#8a9a7b"

View File

@@ -0,0 +1,23 @@
name = "kanagawa-lotus"
[colors]
bg = "#f2ecbc"
fg = "#545464"
text_correct = "#6f894e"
text_incorrect = "#c84053"
text_incorrect_bg = "#d9a594"
text_pending = "#8a8980"
text_cursor_bg = "#5d57a3"
text_cursor_fg = "#f2ecbc"
focused_key = "#77713f"
accent = "#4d699b"
accent_dim = "#e7dba0"
border = "#a5a37d"
border_focused = "#4d699b"
header_bg = "#e7dba0"
header_fg = "#545464"
bar_filled = "#597b75"
bar_empty = "#d9d0a3"
error = "#c84053"
warning = "#77713f"
success = "#6f894e"

View File

@@ -0,0 +1,23 @@
name = "kanagawa-wave"
[colors]
bg = "#1f1f28"
fg = "#dcd7ba"
text_correct = "#76946a"
text_incorrect = "#c34043"
text_incorrect_bg = "#43242B"
text_pending = "#727169"
text_cursor_bg = "#2d4f67"
text_cursor_fg = "#c8c093"
focused_key = "#c0a36e"
accent = "#7e9cd8"
accent_dim = "#2A2A37"
border = "#54546D"
border_focused = "#7e9cd8"
header_bg = "#2A2A37"
header_fg = "#dcd7ba"
bar_filled = "#7e9cd8"
bar_empty = "#2A2A37"
error = "#c34043"
warning = "#c0a36e"
success = "#76946a"

View File

@@ -0,0 +1,23 @@
name = "terminal-default"
[colors]
bg = "reset"
fg = "reset"
text_correct = "green"
text_incorrect = "red"
text_incorrect_bg = "reset"
text_pending = "darkgray"
text_cursor_bg = "reset"
text_cursor_fg = "reset"
focused_key = "yellow"
accent = "blue"
accent_dim = "darkgray"
border = "darkgray"
border_focused = "blue"
header_bg = "reset"
header_fg = "reset"
bar_filled = "blue"
bar_empty = "darkgray"
error = "red"
warning = "yellow"
success = "green"