mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: themes module is sick now
This commit is contained in:
parent
a5ec879db0
commit
00cc80e9e4
31 changed files with 460 additions and 48 deletions
29
config/themes/palettes/one/dark/default.nix
Normal file
29
config/themes/palettes/one/dark/default.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
font = "";
|
||||
colours = {
|
||||
base00 = "282c34";
|
||||
base01 = "3f4451";
|
||||
base02 = "4f5666";
|
||||
base03 = "545862";
|
||||
base04 = "9196a1";
|
||||
base05 = "abb2bf";
|
||||
base06 = "e6e6e6";
|
||||
base07 = "ffffff";
|
||||
base08 = "e05561";
|
||||
base09 = "d18f52";
|
||||
base0A = "e6b965";
|
||||
base0B = "8cc265";
|
||||
base0C = "42b3c2";
|
||||
base0D = "4aa5f0";
|
||||
base0E = "c162de";
|
||||
base0F = "bf4034";
|
||||
base10 = "21252b";
|
||||
base11 = "181a1f";
|
||||
base12 = "ff616e";
|
||||
base13 = "f0a45d";
|
||||
base14 = "a5e075";
|
||||
base15 = "4cd1e0";
|
||||
base16 = "4dc4ff";
|
||||
base17 = "de73ff";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue