everforest and titlebar fix
This commit is contained in:
parent
707157c0fe
commit
d20d3d8310
5 changed files with 78 additions and 29 deletions
50
rice.nix
50
rice.nix
|
@ -1,11 +1,12 @@
|
|||
final: prev:
|
||||
with prev.lib.nix-rice; let
|
||||
theme = kitty-themes.parseTheme (
|
||||
builtins.fetchurl {
|
||||
url = "https://github.com/rebelot/kanagawa.nvim/blob/master/extras/kanagawa.conf?raw=true";
|
||||
sha256 = "1r95lkq24a2ygrjv1mkqfrksgfvnyc16xrsldw04phnsa555x51l";
|
||||
}
|
||||
);
|
||||
# theme = kitty-themes.parseTheme (
|
||||
# builtins.fetchurl {
|
||||
# url = "https://github.com/rebelot/kanagawa.nvim/blob/master/extras/kanagawa.conf?raw=true";
|
||||
# sha256 = "1r95lkq24a2ygrjv1mkqfrksgfvnyc16xrsldw04phnsa555x51l";
|
||||
# }
|
||||
# );
|
||||
theme = kitty-themes.getThemeByName "everforest_dark_hard";
|
||||
in rec {
|
||||
rice = {
|
||||
palette =
|
||||
|
@ -23,17 +24,23 @@ in rec {
|
|||
white = theme.color7;
|
||||
};
|
||||
bright =
|
||||
palette.defaultPalette
|
||||
palette.brighten 15 normal
|
||||
// {
|
||||
black = theme.color8;
|
||||
red = theme.color9;
|
||||
green = theme.color10;
|
||||
yellow = theme.color11;
|
||||
blue = theme.color12;
|
||||
magenta = theme.color13;
|
||||
cyan = theme.color14;
|
||||
white = theme.color15;
|
||||
};
|
||||
# bright =
|
||||
# palette.defaultPalette
|
||||
# // {
|
||||
# black = theme.color8;
|
||||
# red = theme.color9;
|
||||
# green = theme.color10;
|
||||
# yellow = theme.color11;
|
||||
# blue = theme.color12;
|
||||
# magenta = theme.color13;
|
||||
# cyan = theme.color14;
|
||||
# white = theme.color15;
|
||||
# };
|
||||
util =
|
||||
palette.defaultPalette
|
||||
// {
|
||||
|
@ -78,19 +85,18 @@ in rec {
|
|||
};
|
||||
|
||||
icons = rec {
|
||||
name = "Kanagawa";
|
||||
package = final.kanagawa-icons;
|
||||
name = "Papirus-Dark";
|
||||
package = final.papirus-icon-theme;
|
||||
pkgs = with final; [
|
||||
package
|
||||
papirus-icon-theme
|
||||
material-icons
|
||||
material-design-icons
|
||||
# material-icons
|
||||
# material-design-icons
|
||||
];
|
||||
};
|
||||
|
||||
gtk-theme = {
|
||||
name = "Kanagawa";
|
||||
package = final.kanagawa-theme;
|
||||
name = "Everforest-Dark";
|
||||
package = final.everforest-theme;
|
||||
};
|
||||
|
||||
|
||||
|
@ -101,8 +107,8 @@ in rec {
|
|||
|
||||
bg = {
|
||||
image = prev.fetchurl {
|
||||
url = "https://upload.wikimedia.org/wikipedia/commons/0/0a/The_Great_Wave_off_Kanagawa.jpg";
|
||||
sha256 = "sha256-RKhIar3wMwo/5rWG5AdQbnOP4HX+C138Q5YeNY/acgY=";
|
||||
url = "https://github.com/Apeiros-46B/everforest-walls/blob/main/close_up/circuit_1.png?raw=true";
|
||||
sha256 = "sha256-5V9XlJtC8n3zZueg5y/pWW1Oz75YPcEydLU/E/+z+2k=";
|
||||
};
|
||||
};
|
||||
}; # /rice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue