mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 11:05:13 -05:00
42 lines
949 B
Nix
42 lines
949 B
Nix
![]() |
{
|
||
|
colours = {
|
||
|
foreground = "546E7A";
|
||
|
text = "94A7B0";
|
||
|
background-selection = "80CBC440";
|
||
|
foreground-selection = "546e7a";
|
||
|
buttons = "F3F4F5";
|
||
|
disabled = "D2D4D5";
|
||
|
contrast = "EEEEEE";
|
||
|
active = "E7E7E8";
|
||
|
border = "d3e1e8";
|
||
|
highlight = "E7E7E8";
|
||
|
tree = "80CBC440";
|
||
|
notifications = "eae8e8";
|
||
|
accent = "00BCD4";
|
||
|
excluded-files = "CCD7DA50";
|
||
|
green = "91b859";
|
||
|
yellow = "f6a434";
|
||
|
blue = "6182b8";
|
||
|
red = "e53935";
|
||
|
purple = "7c4dff";
|
||
|
orange = "f76d47";
|
||
|
cyan = "39adb5";
|
||
|
gray = "AABFC9";
|
||
|
black = "272727";
|
||
|
error = "e53935";
|
||
|
comments = "AABFC9";
|
||
|
variables = "272727";
|
||
|
links = "39ADB5";
|
||
|
functions = "6182B8";
|
||
|
keywords = "7C4DFF";
|
||
|
tags = "E53935";
|
||
|
strings = "91B859";
|
||
|
operators = "39ADB5";
|
||
|
attributes = "F6A434";
|
||
|
numbers = "F76D47";
|
||
|
parameters = "F76D47";
|
||
|
background0 = "FAFAFA";
|
||
|
background1 = "FFFFFF";
|
||
|
};
|
||
|
}
|