feat(apps): add zathura document viewer with matugen theming
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
set default-bg "#{{colors.surface.default.hex_stripped}}"
|
||||
set default-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set statusbar-bg "#{{colors.surface_container.default.hex_stripped}}"
|
||||
set statusbar-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set inputbar-bg "#{{colors.surface_container.default.hex_stripped}}"
|
||||
set inputbar-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set notification-bg "#{{colors.surface_container_high.default.hex_stripped}}"
|
||||
set notification-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set notification-error-bg "#{{colors.error.default.hex_stripped}}"
|
||||
set notification-error-fg "#{{colors.on_error.default.hex_stripped}}"
|
||||
|
||||
set notification-warning-bg "#{{colors.tertiary.default.hex_stripped}}"
|
||||
set notification-warning-fg "#{{colors.on_tertiary.default.hex_stripped}}"
|
||||
|
||||
set highlight-color "#{{colors.primary.default.hex_stripped}}"
|
||||
set highlight-active-color "#{{colors.primary_container.default.hex_stripped}}"
|
||||
|
||||
set completion-bg "#{{colors.surface_container.default.hex_stripped}}"
|
||||
set completion-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set completion-group-bg "#{{colors.surface_container.default.hex_stripped}}"
|
||||
set completion-group-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set completion-highlight-bg "#{{colors.primary.default.hex_stripped}}"
|
||||
set completion-highlight-fg "#{{colors.on_primary.default.hex_stripped}}"
|
||||
|
||||
set index-bg "#{{colors.surface.default.hex_stripped}}"
|
||||
set index-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set index-active-bg "#{{colors.surface_container.default.hex_stripped}}"
|
||||
set index-active-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set render-loading-bg "#{{colors.surface.default.hex_stripped}}"
|
||||
set render-loading-fg "#{{colors.on_surface.default.hex_stripped}}"
|
||||
|
||||
set recolor-lightcolor "#{{colors.surface.default.hex_stripped}}"
|
||||
set recolor-darkcolor "#{{colors.on_surface.default.hex_stripped}}"
|
||||
Reference in New Issue
Block a user