mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
feat: dank themes module
This commit is contained in:
parent
87b2f7e687
commit
de0e79f326
25 changed files with 803 additions and 55 deletions
38
config/themes/schemes/ayu/dark/default.nix
Normal file
38
config/themes/schemes/ayu/dark/default.nix
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
colours = {
|
||||
tag = "39BAE6";
|
||||
func = "FFB454";
|
||||
entity = "59C2FF";
|
||||
string = "AAD94C";
|
||||
regexp = "95E6CB";
|
||||
markup = "F07178";
|
||||
keyword = "FF8F40";
|
||||
special = "E6B673";
|
||||
comment = "ACB6BF";
|
||||
constant = "D2A6FF";
|
||||
operator = "F29668";
|
||||
added = "7FD962";
|
||||
modified = "73B8FF";
|
||||
removed = "F26D78";
|
||||
editor_fg = "BFBDB6";
|
||||
editor_bg = "0D1017";
|
||||
editor_line = "131721";
|
||||
editor_selection_active = "409FFF";
|
||||
editor_selection_inactive = "409FFF";
|
||||
editor_findMatch_active = "6C5980";
|
||||
editor_findMatch_inactive = "6C5980";
|
||||
editor_gutter_active = "6C7380";
|
||||
editor_gutter_normal = "6C7380";
|
||||
editor_indentGuide_active = "6C7380";
|
||||
editor_indentGuide_normal = "6C7380";
|
||||
ui_fg = "565B66";
|
||||
ui_bg = "0B0E14";
|
||||
ui_line = "11151C";
|
||||
ui_selection_active = "475266";
|
||||
ui_selection_normal = "475266";
|
||||
ui_panel_bg = "0F131A";
|
||||
ui_panel_shadow = "000000";
|
||||
accent = "E6B450";
|
||||
error = "D95757";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue