Skip to content

Commit

Permalink
Make bg darker and unselected fg brighter
Browse files Browse the repository at this point in the history
  • Loading branch information
lu0 committed Jul 15, 2022
1 parent 2f783f7 commit 734c91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions powermenu_theme.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ configuration {

// Colors, modify them to your needs!
* {
window-bg-color: rgba(15, 15, 15, 0.7);
window-bg-color: rgba(0, 0, 0, 0.6);
title-text-color: rgba(255, 255, 255, 1);
selected-bg-color: rgba(100, 100, 100, 0.5);
unselected-bg-color: rgba(100, 100, 100, 0.1);
selected-text-color: rgba(255, 255, 255, 1);
unselected-text-color: rgba(255, 255, 255, 0.5);
unselected-text-color: rgba(255, 255, 255, 0.6);
}

// Positions and margins, most likely not going to change
Expand Down

0 comments on commit 734c91a

Please sign in to comment.