mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
41 lines
945 B
Nix
41 lines
945 B
Nix
{
|
|
colours = {
|
|
foreground = "A6ACCD";
|
|
text = "676E95";
|
|
background-selection = "717CB470";
|
|
foreground-selection = "FFFFFF";
|
|
buttons = "303348";
|
|
disabled = "515772";
|
|
contrast = "202331";
|
|
active = "414863";
|
|
border = "2b2a3e";
|
|
highlight = "444267";
|
|
tree = "676E95";
|
|
notifications = "202331";
|
|
accent = "ab47bc";
|
|
excluded-files = "2f2e43";
|
|
green = "c3e88d";
|
|
yellow = "ffcb6b";
|
|
blue = "82aaff";
|
|
red = "f07178";
|
|
purple = "c792ea";
|
|
orange = "f78c6c";
|
|
cyan = "89ddff";
|
|
gray = "676E95";
|
|
white = "eeffff";
|
|
error = "ff5370";
|
|
comments = "676E95";
|
|
variables = "eeffff";
|
|
links = "80cbc4";
|
|
functions = "82aaff";
|
|
keywords = "c792ea";
|
|
tags = "f07178";
|
|
strings = "c3e88d";
|
|
operators = "89ddff";
|
|
attributes = "ffcb6b";
|
|
numbers = "f78c6c";
|
|
parameters = "f78c6c";
|
|
background0 = "292D3E";
|
|
background1 = "34324a";
|
|
};
|
|
}
|