changes :3

This commit is contained in:
zoey 2025-06-15 18:15:28 -04:00
parent c50bfc3eea
commit 0ad695abcf
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
27 changed files with 1022 additions and 656 deletions

View file

@ -68,7 +68,7 @@ in {
x = c: "#${c}";
fonts = {
mono = "Iosevka";
mono = "BerkeleyMono Nerd Font Mono";
ui = "SF Pro Display";
};
@ -145,6 +145,7 @@ in {
lavender = {
hex = "#b4befe";
rgb = "rgb(180, 190, 254)";
hypr = "rgb(b4befe)";
hsl = "hsl(232, 97%, 85%)";
};
text = {
@ -195,6 +196,7 @@ in {
base = {
hex = "#1e1e2e";
rgb = "rgb(30, 30, 46)";
hypr = "rgb(1e1e2e)";
hsl = "hsl(240, 21%, 15%)";
};
mantle = {