Skip to content

Commit

Permalink
Dark color for input background in runner (#116)
Browse files Browse the repository at this point in the history
* Dark color for input background in runner

* Consistency in fancymenu

* Fix error in dark theme
  • Loading branch information
stefonarch authored Apr 14, 2024
1 parent 0e6722d commit 470d94d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions themes/Arch-Colors/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ LXQtFancyMenuWindow{

#FancyMenu QListView::item:hover {
background: #0078b0;
color: #d7e3e6;
color: #000000;
}

#FancyMenu QListView::item:pressed {
Expand All @@ -224,7 +224,7 @@ LXQtFancyMenuWindow{

#FancyMenu QListView::item:selected {
background: #1899da;
color: white;
color: #000000;
}

#FancyMenu QListView::focus {
Expand Down
4 changes: 2 additions & 2 deletions themes/Arch-Colors/lxqt-runner.qss
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ QToolButton:hover {
border: 1px solid black;
padding: 4px;
margin: 5px;
color: #323232;
background: #f3f8f9;
color: #ffffff;
background: #062a3c;
border-radius: 2px;
selection-color: #d4d4d4;
selection-background-color: #414141;
Expand Down
2 changes: 1 addition & 1 deletion themes/dark/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ QMenu::indicator:non-exclusive:checked {
}

LXQtFancyMenuWindow {
background: rgba(0, 0, 0);/*disabled transparency because buggy*/
background: rgba(0, 0, 0, 0%);/*disabled transparency because buggy*/
}

#FancyMenu QLineEdit {
Expand Down

0 comments on commit 470d94d

Please sign in to comment.