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/mirage/default.nix
Normal file
38
config/themes/schemes/ayu/mirage/default.nix
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
colours = {
|
||||
tag = "5CCFE6";
|
||||
func = "FFD173";
|
||||
entity = "73D0FF";
|
||||
string = "D5FF80";
|
||||
regexp = "95E6CB";
|
||||
markup = "F28779";
|
||||
keyword = "FFAD66";
|
||||
special = "FFDFB3";
|
||||
comment = "B8CFE6";
|
||||
constant = "DFBFFF";
|
||||
operator = "F29E74";
|
||||
added = "87D96C";
|
||||
modified = "80BFFF";
|
||||
removed = "F27983";
|
||||
editor_fg = "CCCAC2";
|
||||
editor_bg = "242936";
|
||||
editor_line = "1A1F29";
|
||||
editor_selection_active = "409FFF";
|
||||
editor_selection_inactive = "409FFF";
|
||||
editor_findMatch_active = "695380";
|
||||
editor_findMatch_inactive = "695380";
|
||||
editor_gutter_active = "8A9199";
|
||||
editor_gutter_normal = "8A9199";
|
||||
editor_indentGuide_active = "8A9199";
|
||||
editor_indentGuide_normal = "8A9199";
|
||||
ui_fg = "707A8C";
|
||||
ui_bg = "1F2430";
|
||||
ui_line = "171B24";
|
||||
ui_selection_active = "637599";
|
||||
ui_selection_normal = "69758C";
|
||||
ui_panel_bg = "1C212B";
|
||||
ui_panel_shadow = "12151C";
|
||||
accent = "FFCC66";
|
||||
error = "FF6666";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue