init
This commit is contained in:
20
templates/zathura
Normal file
20
templates/zathura
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
set default-bg "{{colors.surface_container.default.hex}}"
|
||||
set default-fg "{{colors.on_surface.default.hex}}"
|
||||
set statusbar-bg "{{colors.surface_container.default.hex}}"
|
||||
set statusbar-fg "{{colors.on_surface.default.hex}}"
|
||||
set inputbar-bg "{{colors.surface_container_high.default.hex}}"
|
||||
set inputbar-fg "{{colors.primary.default.hex}}"
|
||||
set notification-bg "{{colors.surface_container_highest.default.hex}}"
|
||||
set notification-fg "{{colors.on_surface.default.hex}}"
|
||||
set notification-error-bg "{{colors.error_container.default.hex}}"
|
||||
set notification-error-fg "{{colors.on_error_container.default.hex}}"
|
||||
set notification-warning-bg "{{colors.error_container.default.hex}}"
|
||||
set notification-warning-fg "{{colors.on_error_container.default.hex}}"
|
||||
|
||||
set completion-bg "{{colors.surface_container.default.hex}}"
|
||||
set completion-fg "{{colors.on_surface.default.hex}}"
|
||||
set completion-highlight-bg "{{colors.primary.default.hex}}"
|
||||
set completion-highlight-fg "{{colors.on_primary.default.hex}}"
|
||||
set recolor-lightcolor "{{colors.surface.default.hex}}"
|
||||
set recolor-darkcolor "{{colors.on_surface.default.hex}}"
|
||||
Reference in New Issue
Block a user