Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(extra): zathura theme text selection not being transparent #195

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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