mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
32 lines
720 B
Nix
Executable file
32 lines
720 B
Nix
Executable file
{
|
|
font = "";
|
|
colours = {
|
|
tag = "55B4D4";
|
|
func = "F2AE49";
|
|
entity = "399EE6";
|
|
string = "86B300";
|
|
regex = "4CBF99";
|
|
markup = "F07171";
|
|
keyword = "FA8D3E";
|
|
special = "E6BA7E";
|
|
comment = "787B80";
|
|
constant = "A37ACC";
|
|
operator = "ED9366";
|
|
added = "6CBF43";
|
|
modified = "478ACC";
|
|
removed = "FF7383";
|
|
editor_fg = "5C6166";
|
|
editor_bg = "FCFCFC";
|
|
editor_selection = "035BD6";
|
|
editor_match = "9F40FF";
|
|
ui_fg = "8A9199";
|
|
ui_bg = "F8F9FA";
|
|
ui_line = "6B7D8F";
|
|
ui_selection_active = "56728F";
|
|
ui_selection_normal = "6B7D8F";
|
|
ui_panel_bg = "F3F4F5";
|
|
ui_panel_shadow = "000000";
|
|
accent = "FFAA33";
|
|
error = "E65050";
|
|
};
|
|
}
|