Better zathura theme integration
This commit is contained in:
parent
16264b4288
commit
544e40d9e5
1 changed files with 7 additions and 3 deletions
|
|
@ -4,15 +4,19 @@ let strPalette = palette.toRgbHex pkgs.rice.colorPalette;
|
|||
in {
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
mappings = {
|
||||
"<C-i>" = "recolor";
|
||||
};
|
||||
options = {
|
||||
completion-bg = strPalette.bright.black;
|
||||
default-bg = strPalette.normal.black;
|
||||
# default-bg = strPalette.normal.black;
|
||||
font = "${pkgs.rice.font.normal.name} 10";
|
||||
inputbar-bg = strPalette.bright.black;
|
||||
inputbar-fg = strPalette.normal.cyan;
|
||||
page-padding = 10;
|
||||
recolor-lightcolor = strPalette.normal.black;
|
||||
recolor-darkcolor = strPalette.dark.white;
|
||||
# recolor = true;
|
||||
recolor-lightcolor = strPalette.primary.background;
|
||||
recolor-darkcolor = strPalette.primary.foreground;
|
||||
statusbar-bg = strPalette.bright.black;
|
||||
selection-clipboard = "clipboard";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue