Skip to content

Commit

Permalink
kvantum: fix text highlight issue of dolphin
Browse files Browse the repository at this point in the history
- the highlight and the background of file names are of same color value
  so it was making the highlight invisible hence people were facing
  issues to copy or rename files using dolphin

Signed-off-by: sourav2k <[email protected]>
  • Loading branch information
TheExacc committed Jul 26, 2022
1 parent 9b6f16a commit 791a011
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions gruvbox-kvantum/gruvbox-kvantum.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ light.color=#282828
mid.light.color=#282828
dark.color=#282828
mid.color=#282828
highlight.color=#3c3836
inactive.highlight.color=#3c3836
highlight.color=#8ec07c
inactive.highlight.color=#282828
text.color=#d8dee9
window.text.color=#d8dee9
button.text.color=#d8dee9
Expand Down
60 changes: 30 additions & 30 deletions gruvbox-kvantum/gruvbox-kvantum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 791a011

Please sign in to comment.