holy carp rose pine
This commit is contained in:
parent
1fbcd75f4f
commit
d8ffd94212
6 changed files with 81 additions and 28 deletions
20
rice.nix
20
rice.nix
|
@ -1,5 +1,5 @@
|
|||
self: super: let
|
||||
theme = super.lib.nix-rice.kitty-themes.getThemeByName "GruvboxMaterialDarkMedium";
|
||||
theme = super.lib.nix-rice.kitty-themes.getThemeByName "rose-pine";
|
||||
in rec {
|
||||
rice = {
|
||||
palette = with super.lib.nix-rice; rec {
|
||||
|
@ -58,18 +58,18 @@ in rec {
|
|||
};
|
||||
|
||||
icons = {
|
||||
name = "Papirus-Dark";
|
||||
package = self.papirus-icon-theme;
|
||||
name = "oomox-Rose-Pine-Main";
|
||||
package = self.rose-pine-icons;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
package = self.gruvbox-gtk-theme;
|
||||
name = "Gruvbox-Dark";
|
||||
package = self.rose-pine-theme;
|
||||
name = "RosePine-Main";
|
||||
};
|
||||
|
||||
kvantum = {
|
||||
package = self.gruvbox-kvantum;
|
||||
};
|
||||
# kvantum = {
|
||||
# package = self.gruvbox-kvantum;
|
||||
# };
|
||||
|
||||
borders = {
|
||||
thickness = 3;
|
||||
|
@ -78,8 +78,8 @@ in rec {
|
|||
|
||||
bg = {
|
||||
image = super.fetchurl {
|
||||
sha256 = "sha256-6BCoxgqK5pCxv5P7Rf5MoyLbHAShRd3YuacAcZ916C8=";
|
||||
url = "https://gruvbox-wallpapers.pages.dev/wallpapers/irl/flowers-2.jpg";
|
||||
sha256 = "sha256-8OQCXMy27IImp1Oc/X4i14/8k9XjuuU+6clh0rRcAQY=";
|
||||
url = "https://github.com/rose-pine/wallpapers/blob/main/rose_pine_contourline.png?raw=true";
|
||||
};
|
||||
};
|
||||
}; # /rice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue