changes :3
This commit is contained in:
parent
c50bfc3eea
commit
0ad695abcf
27 changed files with 1022 additions and 656 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue