added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
25
nyx/modules/options/theme/palettes/catppuccin-macchiato.nix
Normal file
25
nyx/modules/options/theme/palettes/catppuccin-macchiato.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "catppuccin-mocha";
|
||||
name = "Catppuccin Mocha";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#24273a"; # Base
|
||||
base01 = "#1e2030"; # Mantle
|
||||
base02 = "#363a4f"; # Surface0
|
||||
base03 = "#494d64"; # Surface1
|
||||
base04 = "#5b6078"; # Surface2
|
||||
base05 = "#cad3f5"; # Text
|
||||
base06 = "#f4dbd6"; # Rosewater
|
||||
base07 = "#b7bdf8"; # Lavender
|
||||
base08 = "#ed8796"; # Red
|
||||
base09 = "#f5a97f"; # Peach
|
||||
base0A = "#eed49f"; # Yellow
|
||||
base0B = "#a6da95"; # Green
|
||||
base0C = "#8bd5ca"; # Teal
|
||||
base0D = "#8aadf4"; # Blue
|
||||
base0E = "#c5a0f6"; # Mauve
|
||||
base0F = "#f0c6c6"; # Flamingo
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue