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/catppuccin-frappe.nix
Normal file
25
nyx/modules/options/theme/palettes/catppuccin-frappe.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "catppuccin-frappe";
|
||||
name = "Catppuccin Frappe";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#303446"; # Base
|
||||
base01 = "#292c3c"; # Mantle
|
||||
base02 = "#414559"; # Surface0
|
||||
base03 = "#51576d"; # Surface1
|
||||
base04 = "#626880"; # Surface2
|
||||
base05 = "#c6d0f5"; # Text
|
||||
base06 = "#f2d5cf"; # Rosewater
|
||||
base07 = "#babbf1"; # Lavender
|
||||
base08 = "#e78284"; # Red
|
||||
base09 = "#ef9f76"; # Peach
|
||||
base0A = "#e5c890"; # Yellow
|
||||
base0B = "#a6d189"; # Green
|
||||
base0C = "#81c8be"; # Teal
|
||||
base0D = "#8caaee"; # Blue
|
||||
base0E = "#ca9ee6"; # Mauve
|
||||
base0F = "#eebebe"; # Flamingo
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue