24 lines
481 B
TOML
24 lines
481 B
TOML
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"
|