⚙️ config(zathura): change colors from hex to rgba

This commit is contained in:
Sergio Laín 2024-04-05 09:14:58 +02:00
parent d7158726a2
commit f1f229eb52
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -22,47 +22,49 @@ unmap a
map a toggle_statusbar map a toggle_statusbar
map [fullscreen] f toggle_fullscreen map [fullscreen] f toggle_fullscreen
# Colors
set selection-clipboard clipboard set selection-clipboard clipboard
set window-title-page true set window-title-page true
set default-fg "#CAD3F5" # Colors
set default-bg "#24273A" set default-fg rgba(202,211,245,1)
set default-bg rgba(36,39,58,1)
set completion-bg "#363A4F" set completion-bg rgba(54,58,79,1)
set completion-fg "#CAD3F5" set completion-fg rgba(202,211,245,1)
set completion-highlight-bg "#575268" set completion-highlight-bg rgba(87,82,104,1)
set completion-highlight-fg "#CAD3F5" set completion-highlight-fg rgba(202,211,245,1)
set completion-group-bg "#363A4F" set completion-group-bg rgba(54,58,79,1)
set completion-group-fg "#8AADF4" set completion-group-fg rgba(138,173,244,1)
set statusbar-fg "#CAD3F5" set statusbar-fg rgba(202,211,245,1)
set statusbar-bg "#363A4F" set statusbar-bg rgba(54,58,79,1)
set notification-bg "#363A4F" set notification-bg rgba(54,58,79,1)
set notification-fg "#CAD3F5" set notification-fg rgba(202,211,245,1)
set notification-error-bg "#363A4F" set notification-error-bg rgba(54,58,79,1)
set notification-error-fg "#ED8796" set notification-error-fg rgba(237,135,150,1)
set notification-warning-bg "#363A4F" set notification-warning-bg rgba(54,58,79,1)
set notification-warning-fg "#FAE3B0" set notification-warning-fg rgba(250,227,176,1)
set inputbar-fg "#CAD3F5" set inputbar-fg rgba(202,211,245,1)
set inputbar-bg "#363A4F" set inputbar-bg rgba(54,58,79,1)
set recolor-lightcolor "#24273A" set recolor "true"
set recolor-darkcolor "#CAD3F5" set recolor-lightcolor rgba(36,39,58,1)
set recolor-darkcolor rgba(202,211,245,1)
set index-fg "#CAD3F5" set index-fg rgba(202,211,245,1)
set index-bg "#24273A" set index-bg rgba(36,39,58,1)
set index-active-fg "#CAD3F5" set index-active-fg rgba(202,211,245,1)
set index-active-bg "#363A4F" set index-active-bg rgba(54,58,79,1)
set render-loading-bg "#24273A" set render-loading-bg rgba(36,39,58,1)
set render-loading-fg "#CAD3F5" set render-loading-fg rgba(202,211,245,1)
set highlight-color "#575268" set highlight-color rgba(87,82,104,0.5)
set highlight-fg "#F5BDE6" set highlight-fg rgba(245,189,230,0.5)
set highlight-active-color "#F5BDE6" set highlight-active-color rgba(245,189,230,0.5)
set recolor "true" set recolor "true"
set recolor-reverse-video "true" set recolor-reverse-video "true"