updates :3
This commit is contained in:
parent
825f05c50a
commit
dd60fce00f
20 changed files with 1360 additions and 565 deletions
|
|
@ -67,7 +67,16 @@
|
|||
in {
|
||||
x = c: "#${c}";
|
||||
|
||||
colors = {
|
||||
fonts = {
|
||||
mono = "Iosevka";
|
||||
ui = "SF Pro Display";
|
||||
};
|
||||
|
||||
colors = rec {
|
||||
bg = crust;
|
||||
fg = text;
|
||||
primary = red;
|
||||
|
||||
rosewater = {
|
||||
hex = "#f5e0dc";
|
||||
rgb = "rgb(245, 224, 220)";
|
||||
|
|
@ -200,15 +209,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
mono = {
|
||||
normal = "Iosevka Bold";
|
||||
bold = "Iosevka ExtraBold";
|
||||
italic = "Iosevka Bold Italic";
|
||||
bold_italic = "Iosevka ExtraBold Italic";
|
||||
};
|
||||
};
|
||||
|
||||
wallpaper = ./svema_26_big.jpg;
|
||||
|
||||
lerpColor = lerpColorFunc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue