added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
25
nyx/modules/options/theme/palettes/carbon-dark.nix
Normal file
25
nyx/modules/options/theme/palettes/carbon-dark.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "carbon-dark";
|
||||
name = "Carbon Dark";
|
||||
variant = "dark";
|
||||
valette = {
|
||||
base00 = "#161616";
|
||||
base01 = "#262626";
|
||||
base02 = "#393939";
|
||||
base03 = "#525252";
|
||||
base04 = "#6F6F6F";
|
||||
base05 = "#FAFAFA";
|
||||
base06 = "#FAFAFA";
|
||||
base07 = "#FFFFFF";
|
||||
base08 = "#be95ff";
|
||||
base09 = "#3ddbd9";
|
||||
base0A = "#0043ce";
|
||||
base0B = "#33b1ff";
|
||||
base0C = "#ff7eb6";
|
||||
base0D = "#42be65";
|
||||
base0E = "#be95ff";
|
||||
base0F = "#3ddbd9";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue