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
16
config/themes/schemes/solarized/dark/default.nix
Normal file
16
config/themes/schemes/solarized/dark/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
colours = {
|
||||
yellow = "b58900";
|
||||
orange = "cb4b16";
|
||||
red = "dc322f";
|
||||
magenta = "d33682";
|
||||
violet = "6c71c4";
|
||||
blue = "268bd2";
|
||||
cyan = "2aa198";
|
||||
green = "859900";
|
||||
base00 = "657b83";
|
||||
base01 = "586e75";
|
||||
base02 = "073642";
|
||||
base03 = "002b36";
|
||||
};
|
||||
}
|
16
config/themes/schemes/solarized/light/default.nix
Normal file
16
config/themes/schemes/solarized/light/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
colours = {
|
||||
yellow = "b58900";
|
||||
orange = "cb4b16";
|
||||
red = "dc322f";
|
||||
magenta = "d33682";
|
||||
violet = "6c71c4";
|
||||
blue = "268bd2";
|
||||
cyan = "2aa198";
|
||||
green = "859900";
|
||||
base0 = "839496";
|
||||
base1 = "93a1a1";
|
||||
base2 = "eee8d5";
|
||||
base3 = "fdf6e3";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue