mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
feat: dank themes module
This commit is contained in:
parent
616ce7fbca
commit
87b2f7e687
62 changed files with 1589 additions and 201 deletions
41
config/themes/schemes/material/palenight/default.nix
Normal file
41
config/themes/schemes/material/palenight/default.nix
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue