mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
feat: dank themes module
This commit is contained in:
parent
87b2f7e687
commit
de0e79f326
25 changed files with 803 additions and 55 deletions
21
config/themes/schemes/ocean-next/default.nix
Normal file
21
config/themes/schemes/ocean-next/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
colours = {
|
||||
base00 = "1b2b34";
|
||||
base01 = "343d46";
|
||||
base02 = "4f5b66";
|
||||
base03 = "65737e";
|
||||
base04 = "a7adba";
|
||||
base05 = "c0c5ce";
|
||||
base06 = "cdd3de";
|
||||
base07 = "d8dee9";
|
||||
red = "ec5f67";
|
||||
orange = "f99157";
|
||||
yellow = "fac863";
|
||||
green = "99c794";
|
||||
cyan = "62b3b2";
|
||||
blue = "6699cc";
|
||||
purple = "c594c5";
|
||||
brown = "ab7967";
|
||||
white = "ffffff";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue