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