Skip to content

Commit

Permalink
fix: update color format to rgba, fix search highlight unreadable
Browse files Browse the repository at this point in the history
  • Loading branch information
eastack committed Aug 16, 2024
1 parent 54992eb commit 0fbb6c9
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 174 deletions.
58 changes: 29 additions & 29 deletions zathura-gruvbox-dark
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
set notification-error-bg "#282828" # bg
set notification-error-fg "#fb4934" # bright:red
set notification-warning-bg "#282828" # bg
set notification-warning-fg "#fabd2f" # bright:yellow
set notification-bg "#282828" # bg
set notification-fg "#b8bb26" # bright:green
set notification-error-bg "rgba(40,40,40,1)" # bg
set notification-error-fg "rgba(251,73,52,1)" # bright:red
set notification-warning-bg "rgba(40,40,40,1)" # bg
set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow
set notification-bg "rgba(40,40,40,1)" # bg
set notification-fg "rgba(184,187,38,1)" # bright:green

set completion-bg "#504945" # bg2
set completion-fg "#ebdbb2" # fg
set completion-group-bg "#3c3836" # bg1
set completion-group-fg "#928374" # gray
set completion-highlight-bg "#83a598" # bright:blue
set completion-highlight-fg "#504945" # bg2
set completion-bg "rgba(80,73,69,1)" # bg2
set completion-fg "rgba(235,219,178,1)" # fg
set completion-group-bg "rgba(60,56,54,1)" # bg1
set completion-group-fg "rgba(146,131,116,1)" # gray
set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue
set completion-highlight-fg "rgba(80,73,69,1)" # bg2

# Define the color in index mode
set index-bg "#504945" # bg2
set index-fg "#ebdbb2" # fg
set index-active-bg "#83a598" # bright:blue
set index-active-fg "#504945" # bg2
set index-bg "rgba(80,73,69,1)" # bg2
set index-fg "rgba(235,219,178,1)" # fg
set index-active-bg "rgba(131,165,152,1)" # bright:blue
set index-active-fg "rgba(80,73,69,1)" # bg2

set inputbar-bg "#282828" # bg
set inputbar-fg "#ebdbb2" # fg
set inputbar-bg "rgba(40,40,40,1)" # bg
set inputbar-fg "rgba(235,219,178,1)" # fg

set statusbar-bg "#504945" # bg2
set statusbar-fg "#ebdbb2" # fg
set statusbar-bg "rgba(80,73,69,1)" # bg2
set statusbar-fg "rgba(235,219,178,1)" # fg

set highlight-color "#fabd2f" # bright:yellow
set highlight-active-color "#fe8019" # bright:orange
set highlight-color "rgba(250,189,47,0.5)" # bright:yellow
set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange

set default-bg "#282828" # bg
set default-fg "#ebdbb2" # fg
set default-bg "rgba(40,40,40,1)" # bg
set default-fg "rgba(235,219,178,1)" # fg
set render-loading true
set render-loading-bg "#282828" # bg
set render-loading-fg "#ebdbb2" # fg
set render-loading-bg "rgba(40,40,40,1)" # bg
set render-loading-fg "rgba(235,219,178,1)" # fg

# Recolor book content's color
set recolor-lightcolor "#282828" # bg
set recolor-darkcolor "#ebdbb2" # fg
set recolor-lightcolor "rgba(40,40,40,1)" # bg
set recolor-darkcolor "rgba(235,219,178,1)" # fg
set recolor "true"
set recolor-keephue "true" # keep original color
set recolor-keephue "true" # keep original color
58 changes: 29 additions & 29 deletions zathura-gruvbox-dark-hard
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
set notification-error-bg "#1d2021" # bg
set notification-error-fg "#fb4934" # bright:red
set notification-warning-bg "#1d2021" # bg
set notification-warning-fg "#fabd2f" # bright:yellow
set notification-bg "#1d2021" # bg
set notification-fg "#b8bb26" # bright:green
set notification-error-bg "rgba(29,32,33,1)" # bg
set notification-error-fg "rgba(251,73,52,1)" # bright:red
set notification-warning-bg "rgba(29,32,33,1)" # bg
set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow
set notification-bg "rgba(29,32,33,1)" # bg
set notification-fg "rgba(184,187,38,1)" # bright:green

set completion-bg "#504945" # bg2
set completion-fg "#ebdbb2" # fg
set completion-group-bg "#3c3836" # bg1
set completion-group-fg "#928374" # gray
set completion-highlight-bg "#83a598" # bright:blue
set completion-highlight-fg "#504945" # bg2
set completion-bg "rgba(80,73,69,1)" # bg2
set completion-fg "rgba(235,219,178,1)" # fg
set completion-group-bg "rgba(60,56,54,1)" # bg1
set completion-group-fg "rgba(146,131,116,1)" # gray
set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue
set completion-highlight-fg "rgba(80,73,69,1)" # bg2

# Define the color in index mode
set index-bg "#504945" # bg2
set index-fg "#ebdbb2" # fg
set index-active-bg "#83a598" # bright:blue
set index-active-fg "#504945" # bg2
set index-bg "rgba(80,73,69,1)" # bg2
set index-fg "rgba(235,219,178,1)" # fg
set index-active-bg "rgba(131,165,152,1)" # bright:blue
set index-active-fg "rgba(80,73,69,1)" # bg2

set inputbar-bg "#1d2021" # bg
set inputbar-fg "#ebdbb2" # fg
set inputbar-bg "rgba(29,32,33,1)" # bg
set inputbar-fg "rgba(235,219,178,1)" # fg

set statusbar-bg "#504945" # bg2
set statusbar-fg "#ebdbb2" # fg
set statusbar-bg "rgba(80,73,69,1)" # bg2
set statusbar-fg "rgba(235,219,178,1)" # fg

set highlight-color "#fabd2f" # bright:yellow
set highlight-active-color "#fe8019" # bright:orange
set highlight-color "rgba(250,189,47,0.5)" # bright:yellow
set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange

set default-bg "#1d2021" # bg
set default-fg "#ebdbb2" # fg
set default-bg "rgba(29,32,33,1)" # bg
set default-fg "rgba(235,219,178,1)" # fg
set render-loading true
set render-loading-bg "#1d2021" # bg
set render-loading-fg "#ebdbb2" # fg
set render-loading-bg "rgba(29,32,33,1)" # bg
set render-loading-fg "rgba(235,219,178,1)" # fg

# Recolor book content's color
set recolor-lightcolor "#1d2021" # bg
set recolor-darkcolor "#ebdbb2" # fg
set recolor-lightcolor "rgba(29,32,33,1)" # bg
set recolor-darkcolor "rgba(235,219,178,1)" # fg
set recolor "true"
set recolor-keephue "true" # keep original color
set recolor-keephue "true" # keep original color
58 changes: 29 additions & 29 deletions zathura-gruvbox-dark-soft
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
set notification-error-bg "#32302f" # bg
set notification-error-fg "#fb4934" # bright:red
set notification-warning-bg "#32302f" # bg
set notification-warning-fg "#fabd2f" # bright:yellow
set notification-bg "#32302f" # bg
set notification-fg "#b8bb26" # bright:green
set notification-error-bg "rgba(50,48,47,1)" # bg
set notification-error-fg "rgba(251,73,52,1)" # bright:red
set notification-warning-bg "rgba(50,48,47,1)" # bg
set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow
set notification-bg "rgba(50,48,47,1)" # bg
set notification-fg "rgba(184,187,38,1)" # bright:green

set completion-bg "#504945" # bg2
set completion-fg "#ebdbb2" # fg
set completion-group-bg "#3c3836" # bg1
set completion-group-fg "#928374" # gray
set completion-highlight-bg "#83a598" # bright:blue
set completion-highlight-fg "#504945" # bg2
set completion-bg "rgba(80,73,69,1)" # bg2
set completion-fg "rgba(235,219,178,1)" # fg
set completion-group-bg "rgba(60,56,54,1)" # bg1
set completion-group-fg "rgba(146,131,116,1)" # gray
set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue
set completion-highlight-fg "rgba(80,73,69,1)" # bg2

# Define the color in index mode
set index-bg "#504945" # bg2
set index-fg "#ebdbb2" # fg
set index-active-bg "#83a598" # bright:blue
set index-active-fg "#504945" # bg2
set index-bg "rgba(80,73,69,1)" # bg2
set index-fg "rgba(235,219,178,1)" # fg
set index-active-bg "rgba(131,165,152,1)" # bright:blue
set index-active-fg "rgba(80,73,69,1)" # bg2

set inputbar-bg "#32302f" # bg
set inputbar-fg "#ebdbb2" # fg
set inputbar-bg "rgba(50,48,47,1)" # bg
set inputbar-fg "rgba(235,219,178,1)" # fg

set statusbar-bg "#504945" # bg2
set statusbar-fg "#ebdbb2" # fg
set statusbar-bg "rgba(80,73,69,1)" # bg2
set statusbar-fg "rgba(235,219,178,1)" # fg

set highlight-color "#fabd2f" # bright:yellow
set highlight-active-color "#fe8019" # bright:orange
set highlight-color "rgba(250,189,47,0.5)" # bright:yellow
set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange

set default-bg "#32302f" # bg
set default-fg "#ebdbb2" # fg
set default-bg "rgba(50,48,47,1)" # bg
set default-fg "rgba(235,219,178,1)" # fg
set render-loading true
set render-loading-bg "#32302f" # bg
set render-loading-fg "#ebdbb2" # fg
set render-loading-bg "rgba(50,48,47,1)" # bg
set render-loading-fg "rgba(235,219,178,1)" # fg

# Recolor book content's color
set recolor-lightcolor "#32302f" # bg
set recolor-darkcolor "#ebdbb2" # fg
set recolor-lightcolor "rgba(50,48,47,1)" # bg
set recolor-darkcolor "rgba(235,219,178,1)" # fg
set recolor "true"
set recolor-keephue "true" # keep original color
set recolor-keephue "true" # keep original color
58 changes: 29 additions & 29 deletions zathura-gruvbox-light
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
set notification-error-bg "#fbf1c7" # bg
set notification-error-fg "#9d0006" # bright:red
set notification-warning-bg "#fbf1c7" # bg
set notification-warning-fg "#b57614" # bright:yellow
set notification-bg "#fbf1c7" # bg
set notification-fg "#79740e" # bright:green
set notification-error-bg "rgba(251,241,199,1)" # bg
set notification-error-fg "rgba(157,0,6,1)" # bright:red
set notification-warning-bg "rgba(251,241,199,1)" # bg
set notification-warning-fg "rgba(181,118,20,1)" # bright:yellow
set notification-bg "rgba(251,241,199,1)" # bg
set notification-fg "rgba(121,116,14,1)" # bright:green

set completion-bg "#d5c4a1" # bg2
set completion-fg "#3c3836" # fg
set completion-group-bg "#ebdbb2" # bg1
set completion-group-fg "#928374" # gray
set completion-highlight-bg "#076678" # bright:blue
set completion-highlight-fg "#d5c4a1" # bg2
set completion-bg "rgba(213,196,161,1)" # bg2
set completion-fg "rgba(60,56,54,1)" # fg
set completion-group-bg "rgba(235,219,178,1)" # bg1
set completion-group-fg "rgba(146,131,116,1)" # gray
set completion-highlight-bg "rgba(7,102,120,1)" # bright:blue
set completion-highlight-fg "rgba(213,196,161,1)" # bg2

# Define the color in index mode
set index-bg "#d5c4a1" # bg2
set index-fg "#3c3836" # fg
set index-active-bg "#076678" # bright:blue
set index-active-fg "#d5c4a1" # bg2
set index-bg "rgba(213,196,161,1)" # bg2
set index-fg "rgba(60,56,54,1)" # fg
set index-active-bg "rgba(7,102,120,1)" # bright:blue
set index-active-fg "rgba(213,196,161,1)" # bg2

set inputbar-bg "#fbf1c7" # bg
set inputbar-fg "#3c3836" # fg
set inputbar-bg "rgba(251,241,199,1)" # bg
set inputbar-fg "rgba(60,56,54,1)" # fg

set statusbar-bg "#d5c4a1" # bg2
set statusbar-fg "#3c3836" # fg
set statusbar-bg "rgba(213,196,161,1)" # bg2
set statusbar-fg "rgba(60,56,54,1)" # fg

set highlight-color "#b57614" # bright:yellow
set highlight-active-color "#af3a03" # bright:orange
set highlight-color "rgba(181,118,20,0.5)" # bright:yellow
set highlight-active-color "rgba(175,58,3,0.5)" # bright:orange

set default-bg "#fbf1c7" # bg
set default-fg "#3c3836" # fg
set default-bg "rgba(251,241,199,1)" # bg
set default-fg "rgba(60,56,54,1)" # fg
set render-loading true
set render-loading-bg "#fbf1c7" # bg
set render-loading-fg "#3c3836" # fg
set render-loading-bg "rgba(251,241,199,1)" # bg
set render-loading-fg "rgba(60,56,54,1)" # fg

# Recolor book content's color
set recolor-lightcolor "#fbf1c7" # bg
set recolor-darkcolor "#3c3836" # fg
set recolor-lightcolor "rgba(251,241,199,1)" # bg
set recolor-darkcolor "rgba(60,56,54,1)" # fg
set recolor "true"
set recolor-keephue "true" # keep original color
set recolor-keephue "true" # keep original color
58 changes: 29 additions & 29 deletions zathura-gruvbox-light-hard
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
set notification-error-bg "#f9f5d7" # bg
set notification-error-fg "#9d0006" # bright:red
set notification-warning-bg "#f9f5d7" # bg
set notification-warning-fg "#b57614" # bright:yellow
set notification-bg "#f9f5d7" # bg
set notification-fg "#79740e" # bright:green
set notification-error-bg "rgba(249,245,215,1)" # bg
set notification-error-fg "rgba(157,0,6,1)" # bright:red
set notification-warning-bg "rgba(249,245,215,1)" # bg
set notification-warning-fg "rgba(181,118,20,1)" # bright:yellow
set notification-bg "rgba(249,245,215,1)" # bg
set notification-fg "rgba(121,116,14,1)" # bright:green

set completion-bg "#d5c4a1" # bg2
set completion-fg "#3c3836" # fg
set completion-group-bg "#ebdbb2" # bg1
set completion-group-fg "#928374" # gray
set completion-highlight-bg "#076678" # bright:blue
set completion-highlight-fg "#d5c4a1" # bg2
set completion-bg "rgba(213,196,161,1)" # bg2
set completion-fg "rgba(60,56,54,1)" # fg
set completion-group-bg "rgba(235,219,178,1)" # bg1
set completion-group-fg "rgba(146,131,116,1)" # gray
set completion-highlight-bg "rgba(7,102,120,1)" # bright:blue
set completion-highlight-fg "rgba(213,196,161,1)" # bg2

# Define the color in index mode
set index-bg "#d5c4a1" # bg2
set index-fg "#3c3836" # fg
set index-active-bg "#076678" # bright:blue
set index-active-fg "#d5c4a1" # bg2
set index-bg "rgba(213,196,161,1)" # bg2
set index-fg "rgba(60,56,54,1)" # fg
set index-active-bg "rgba(7,102,120,1)" # bright:blue
set index-active-fg "rgba(213,196,161,1)" # bg2

set inputbar-bg "#f9f5d7" # bg
set inputbar-fg "#3c3836" # fg
set inputbar-bg "rgba(249,245,215,1)" # bg
set inputbar-fg "rgba(60,56,54,1)" # fg

set statusbar-bg "#d5c4a1" # bg2
set statusbar-fg "#3c3836" # fg
set statusbar-bg "rgba(213,196,161,1)" # bg2
set statusbar-fg "rgba(60,56,54,1)" # fg

set highlight-color "#b57614" # bright:yellow
set highlight-active-color "#af3a03" # bright:orange
set highlight-color "rgba(181,118,20,0.5)" # bright:yellow
set highlight-active-color "rgba(175,58,3,0.5)" # bright:orange

set default-bg "#f9f5d7" # bg
set default-fg "#3c3836" # fg
set default-bg "rgba(249,245,215,1)" # bg
set default-fg "rgba(60,56,54,1)" # fg
set render-loading true
set render-loading-bg "#f9f5d7" # bg
set render-loading-fg "#3c3836" # fg
set render-loading-bg "rgba(249,245,215,1)" # bg
set render-loading-fg "rgba(60,56,54,1)" # fg

# Recolor book content's color
set recolor-lightcolor "#f9f5d7" # bg
set recolor-darkcolor "#3c3836" # fg
set recolor-lightcolor "rgba(249,245,215,1)" # bg
set recolor-darkcolor "rgba(60,56,54,1)" # fg
set recolor "true"
set recolor-keephue "true" # keep original color
set recolor-keephue "true" # keep original color
Loading

0 comments on commit 0fbb6c9

Please sign in to comment.