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/darker/default.nix
Normal file
41
config/themes/schemes/material/darker/default.nix
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
colours = {
|
||||
foreground = "B0BEC5";
|
||||
text = "727272";
|
||||
background-selection = "404040";
|
||||
foreground-selection = "FFFFFF";
|
||||
buttons = "2A2A2A";
|
||||
disabled = "474747";
|
||||
contrast = "1A1A1A";
|
||||
active = "323232";
|
||||
border = "292929";
|
||||
highlight = "3F3F3F";
|
||||
tree = "323232C0";
|
||||
notifications = "1A1A1A";
|
||||
accent = "FF9800";
|
||||
excluded-files = "323232";
|
||||
green = "c3e88d";
|
||||
yellow = "ffcb6b";
|
||||
blue = "82aaff";
|
||||
red = "f07178";
|
||||
purple = "c792ea";
|
||||
orange = "f78c6c";
|
||||
cyan = "89ddff";
|
||||
gray = "616161";
|
||||
white = "eeffff";
|
||||
error = "ff5370";
|
||||
comments = "616161";
|
||||
variables = "eeffff";
|
||||
links = "80cbc4";
|
||||
functions = "82aaff";
|
||||
keywords = "c792ea";
|
||||
tags = "f07178";
|
||||
strings = "c3e88d";
|
||||
operators = "89ddff";
|
||||
attributes = "ffcb6b";
|
||||
numbers = "f78c6c";
|
||||
parameters = "f78c6c";
|
||||
background0 = "212121";
|
||||
background1 = "292929";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue