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 = "efeff1";
|
|
text = "959DAA";
|
|
background-selection = "383f56";
|
|
foreground-selection = "FFFFFF";
|
|
buttons = "313852";
|
|
disabled = "5A6270";
|
|
contrast = "060F2F";
|
|
active = "303c6a";
|
|
border = "313852";
|
|
highlight = "383f56";
|
|
tree = "31385270";
|
|
notifications = "080f30";
|
|
accent = "ad9bf6";
|
|
excluded-files = "2f1d76";
|
|
green = "c3e88d";
|
|
yellow = "ffcb6b";
|
|
blue = "82aaff";
|
|
red = "f07178";
|
|
purple = "c792ea";
|
|
orange = "f78c6c";
|
|
cyan = "89ddff";
|
|
gray = "959DAA";
|
|
white = "eeffff";
|
|
error = "ff5370";
|
|
comments = "959DAA";
|
|
variables = "eeffff";
|
|
links = "80cbc4";
|
|
functions = "82aaff";
|
|
keywords = "c792ea";
|
|
tags = "f07178";
|
|
strings = "c3e88d";
|
|
operators = "89ddff";
|
|
attributes = "ffcb6b";
|
|
numbers = "f78c6c";
|
|
parameters = "f78c6c";
|
|
background0 = "1B2240";
|
|
background1 = "292f4d";
|
|
};
|
|
}
|