themed Zathura
This commit is contained in:
32
home-modules/zathura.nix
Normal file
32
home-modules/zathura.nix
Normal file
@@ -0,0 +1,32 @@
|
||||
{ pkgs, rice, ... }:
|
||||
{
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = with rice.color; {
|
||||
completion-bg = background;
|
||||
completion-fg = foreground;
|
||||
completion-highlight-bg = background;
|
||||
completion-highlight-fg = accent.base;
|
||||
# default-bg = background;
|
||||
# default-fg = foreground;
|
||||
highlight-active-color = accent.base;
|
||||
highlight-color = secondary.base;
|
||||
index-active-bg = background;
|
||||
inputbar-bg = background;
|
||||
inputbar-fg = foreground;
|
||||
notification-bg = background;
|
||||
notification-error-bg = background;
|
||||
notification-error-fg = foreground;
|
||||
notification-fg = foreground;
|
||||
notification-warning-bg = background;
|
||||
notification-warning-fg = foreground;
|
||||
recolor = false;
|
||||
recolor-darkcolor = foreground;
|
||||
recolor-keephue = true;
|
||||
recolor-lightcolor = background;
|
||||
selection-clipboard = "clipboard";
|
||||
statusbar-bg = background;
|
||||
statusbar-fg = foreground;
|
||||
};
|
||||
};
|
||||
}
|
||||
6
home.nix
6
home.nix
@@ -51,14 +51,16 @@
|
||||
./home-modules/waybar.nix
|
||||
./home-modules/wlogout.nix
|
||||
./home-modules/yazi.nix
|
||||
./home-modules/zoxide.nix ];
|
||||
./home-modules/zathura.nix
|
||||
./home-modules/zoxide.nix
|
||||
];
|
||||
home.username = user;
|
||||
home.homeDirectory = "/home/${user}";
|
||||
home.stateVersion = "24.05";
|
||||
home.packages = with pkgs; [
|
||||
chromium
|
||||
|
||||
zathura
|
||||
# zathura
|
||||
xfce.thunar
|
||||
|
||||
# spotify
|
||||
|
||||
Reference in New Issue
Block a user