added stuff
This commit is contained in:
parent
6d31f5b5a1
commit
7d4f626b7d
907 changed files with 70990 additions and 0 deletions
25
nyx/modules/options/theme/palettes/oxocarbon-dark.nix
Normal file
25
nyx/modules/options/theme/palettes/oxocarbon-dark.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "oxocarbon-dark";
|
||||
name = "Oxocarbon Dark";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#161616";
|
||||
base01 = "#262626";
|
||||
base02 = "#393939";
|
||||
base03 = "#525252";
|
||||
base04 = "#dde1e6";
|
||||
base05 = "#f2f4f8";
|
||||
base06 = "#ffffff";
|
||||
base07 = "#08bdba";
|
||||
base08 = "#3ddbd9";
|
||||
base09 = "#78a9ff";
|
||||
base0A = "#ee5396";
|
||||
base0B = "#33b1ff";
|
||||
base0C = "#ff7eb6";
|
||||
base0D = "#42be65";
|
||||
base0E = "#be95ff";
|
||||
base0F = "#82cfff";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue