background sucks

This commit is contained in:
atagen 2023-05-21 03:19:36 +10:00
parent d8ffd94212
commit 70b8efe0cb
2 changed files with 11 additions and 11 deletions

View file

@ -29,8 +29,8 @@ in rec {
fg_sel = theme.selection_foreground;
bg_sel = theme.selection_background;
cursor = theme.cursor;
# cursor_text = theme.cursor_text_color;
# url = theme.url_color;
cursor_text = theme.cursor_text_color;
url = theme.url_color;
};
} // theme;
@ -58,7 +58,7 @@ in rec {
};
icons = {
name = "oomox-Rose-Pine-Main";
name = "RosePine-Main";
package = self.rose-pine-icons;
};
@ -67,19 +67,15 @@ in rec {
name = "RosePine-Main";
};
# kvantum = {
# package = self.gruvbox-kvantum;
# };
borders = {
thickness = 3;
rounding = 8;
thickness = 4;
rounding = 10;
};
bg = {
image = super.fetchurl {
sha256 = "sha256-8OQCXMy27IImp1Oc/X4i14/8k9XjuuU+6clh0rRcAQY=";
url = "https://github.com/rose-pine/wallpapers/blob/main/rose_pine_contourline.png?raw=true";
sha256 = "sha256-VenNP2aJ55hU8AfqZ4KHzTkiq+9GveHqL69vgSmRPlE=";
url = "https://github.com/rose-pine/wallpapers/blob/main/blockwavemoon.png?raw=true";
};
};
}; # /rice