24 lines
478 B
TOML
24 lines
478 B
TOML
name = "one-dark"
|
|
|
|
[colors]
|
|
bg = "#282c34"
|
|
fg = "#abb2bf"
|
|
text_correct = "#98c379"
|
|
text_incorrect = "#e06c75"
|
|
text_incorrect_bg = "#3e2a2d"
|
|
text_pending = "#848b98"
|
|
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"
|