Skip to content

Commit

Permalink
fix(extra): zathura theme text selection not being transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed May 5, 2024
1 parent bf62428 commit ab816a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions extra/zathura/vscode-dark
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ set notification-error-fg "#f44747"
set notification-warning-bg "#1e1e1e"
set notification-warning-fg "#d7ba7d"

set highlight-color "#007acc"
set highlight-active-color "#d4d4d4"
set highlight-color "rgba(0,122,204,0.5)"
set highlight-active-color "rgba(215,186,125,0.5)"

set highlight-fg "#f44747"

set completion-highlight-fg "#56b6c2"
set completion-highlight-bg "#1e1e1e"
Expand All @@ -35,3 +37,4 @@ set index-bg "#1e1e1e"

set index-active-fg "#56b6c2"
set index-active-bg "#1e1e1e"

6 changes: 4 additions & 2 deletions extra/zathura/vscode-light
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ set notification-error-fg "#c72e0f"
set notification-warning-fg "#795e25"
set notification-warning-bg "#ffffff"

set highlight-color "#007acc"
set highlight-active-color "#808080"
set highlight-color "rgba(0,122,204,0.5)"
set highlight-active-color "rgba(215,186,125,0.5)"

set highlight-fg "#c72e0f"

set completion-highlight-bg "#56b6c2"
set completion-highlight-fg "#000000"
Expand Down

0 comments on commit ab816a0

Please sign in to comment.