mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 11:05:13 -05:00
41 lines
945 B
Nix
41 lines
945 B
Nix
{
|
|
colours = {
|
|
foreground = "B0BEC5";
|
|
text = "607D8B";
|
|
background-selection = "546E7A";
|
|
foreground-selection = "FFFFFF";
|
|
buttons = "2E3C43";
|
|
disabled = "415967";
|
|
contrast = "1E272C";
|
|
active = "314549";
|
|
border = "2A373E";
|
|
highlight = "425B67";
|
|
tree = "546E7A70";
|
|
notifications = "1E272C";
|
|
accent = "009688";
|
|
excluded-files = "2E3C43";
|
|
green = "c3e88d";
|
|
yellow = "ffcb6b";
|
|
blue = "82aaff";
|
|
red = "f07178";
|
|
purple = "c792ea";
|
|
orange = "f78c6c";
|
|
cyan = "89ddff";
|
|
gray = "546e7a";
|
|
white = "eeffff";
|
|
error = "ff5370";
|
|
comments = "546e7a";
|
|
variables = "eeffff";
|
|
links = "80cbc4";
|
|
functions = "82aaff";
|
|
keywords = "c792ea";
|
|
tags = "f07178";
|
|
strings = "c3e88d";
|
|
operators = "89ddff";
|
|
attributes = "ffcb6b";
|
|
numbers = "f78c6c";
|
|
parameters = "f78c6c";
|
|
background0 = "263238";
|
|
background1 = "32424A";
|
|
};
|
|
}
|