mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
33 lines
765 B
Nix
33 lines
765 B
Nix
{
|
|
colours = {
|
|
tag = "5CCFE6";
|
|
func = "FFD173";
|
|
entity = "73D0FF";
|
|
string = "D5FF80";
|
|
regex = "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 = "409FFF";
|
|
editor_match = "695380";
|
|
editor_indent = "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";
|
|
};
|
|
}
|