mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 02:55:12 -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/volcano/default.nix
Normal file
41
config/themes/schemes/material/volcano/default.nix
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
colours = {
|
||||
foreground = "ffeaea";
|
||||
text = "ffd0aa";
|
||||
background-selection = "750000";
|
||||
foreground-selection = "FFFFFF";
|
||||
buttons = "700000";
|
||||
disabled = "7f3c3c";
|
||||
contrast = "300000";
|
||||
active = "440000";
|
||||
border = "400000";
|
||||
highlight = "550000";
|
||||
tree = "77000050";
|
||||
notifications = "300a0a";
|
||||
accent = "00bcd4";
|
||||
excluded-files = "662222";
|
||||
green = "c3e88d";
|
||||
yellow = "ffcb6b";
|
||||
blue = "82aaff";
|
||||
red = "f07178";
|
||||
purple = "c792ea";
|
||||
orange = "f78c6c";
|
||||
cyan = "89ddff";
|
||||
gray = "7F6451";
|
||||
white = "eeffff";
|
||||
error = "ff5370";
|
||||
comments = "7F6451";
|
||||
variables = "eeffff";
|
||||
links = "80cbc4";
|
||||
functions = "82aaff";
|
||||
keywords = "c792ea";
|
||||
tags = "f07178";
|
||||
strings = "c3e88d";
|
||||
operators = "89ddff";
|
||||
attributes = "ffcb6b";
|
||||
numbers = "f78c6c";
|
||||
parameters = "f78c6c";
|
||||
background0 = "390000";
|
||||
background1 = "330000";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue