First one-shot pass
This commit is contained in:
23
assets/themes/one-dark.toml
Normal file
23
assets/themes/one-dark.toml
Normal 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"
|
||||
Reference in New Issue
Block a user