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