Zathura: better theme
This commit is contained in:
parent
dfddc1372b
commit
538a5bbc52
1 changed files with 44 additions and 6 deletions
|
|
@ -7,17 +7,55 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
mappings = { "<C-i>" = "recolor"; };
|
mappings = { "<C-i>" = "recolor"; };
|
||||||
options = {
|
options = {
|
||||||
completion-bg = strPalette.bright.black;
|
# completion-bg = strPalette.bright.black;
|
||||||
# default-bg = strPalette.normal.black;
|
# default-bg = strPalette.normal.black;
|
||||||
font = "${pkgs.rice.font.normal.name} 10";
|
font = "${pkgs.rice.font.normal.name} 10";
|
||||||
inputbar-bg = strPalette.bright.black;
|
# inputbar-bg = strPalette.bright.black;
|
||||||
inputbar-fg = strPalette.normal.cyan;
|
# inputbar-fg = strPalette.normal.cyan;
|
||||||
page-padding = 10;
|
page-padding = 10;
|
||||||
# recolor = true;
|
# recolor = true;
|
||||||
recolor-lightcolor = strPalette.primary.background;
|
# recolor-lightcolor = strPalette.primary.background;
|
||||||
recolor-darkcolor = strPalette.primary.foreground;
|
# recolor-darkcolor = strPalette.primary.foreground;
|
||||||
statusbar-bg = strPalette.bright.black;
|
# statusbar-bg = strPalette.bright.black;
|
||||||
selection-clipboard = "clipboard";
|
selection-clipboard = "clipboard";
|
||||||
|
|
||||||
|
# adapted from https://github.com/eastack/zathura-gruvbox
|
||||||
|
notification-error-bg = strPalette.primary.background;
|
||||||
|
notification-error-fg = strPalette.bright.red;
|
||||||
|
notification-warning-bg = strPalette.primary.background;
|
||||||
|
notification-warning-fg = strPalette.bright.yellow;
|
||||||
|
notification-bg = strPalette.primary.background;
|
||||||
|
notification-fg = strPalette.bright.green;
|
||||||
|
completion-bg = strPalette.bright.black;
|
||||||
|
completion-fg = strPalette.bright.white;
|
||||||
|
completion-group-bg = strPalette.dark.black;
|
||||||
|
completion-group-fg = strPalette.dark.white;
|
||||||
|
completion-highlight-bg = strPalette.bright.cyan;
|
||||||
|
completion-highlight-fg = strPalette.bright.black;
|
||||||
|
|
||||||
|
# Define the color in index mode
|
||||||
|
index-bg = strPalette.normal.black;
|
||||||
|
index-fg = strPalette.normal.white;
|
||||||
|
index-active-bg = strPalette.normal.cyan;
|
||||||
|
index-active-fg = strPalette.normal.black;
|
||||||
|
inputbar-bg = strPalette.primary.background;
|
||||||
|
inputbar-fg = strPalette.bright.white;
|
||||||
|
statusbar-bg = strPalette.bright.black;
|
||||||
|
statusbar-fg = strPalette.bright.white;
|
||||||
|
highlight-color = strPalette.bright.yellow;
|
||||||
|
highlight-active-color = strPalette.bright.red;
|
||||||
|
default-bg = strPalette.primary.background;
|
||||||
|
default-fg = strPalette.bright.white;
|
||||||
|
render-loading = true;
|
||||||
|
render-loading-bg = strPalette.primary.background;
|
||||||
|
render-loading-fg = strPalette.bright.white;
|
||||||
|
|
||||||
|
# Recolor book content's color
|
||||||
|
recolor-lightcolor = strPalette.primary.background;
|
||||||
|
recolor-darkcolor = strPalette.bright.white;
|
||||||
|
# recolor = true;
|
||||||
|
recolor-keephue = true; # keep original color
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue