From 470d94d283f9ee22b90476fa886f98402f3f622e Mon Sep 17 00:00:00 2001 From: Standreas Date: Sun, 14 Apr 2024 20:35:43 +0200 Subject: [PATCH] Dark color for input background in runner (#116) * Dark color for input background in runner * Consistency in fancymenu * Fix error in dark theme --- themes/Arch-Colors/lxqt-panel.qss | 4 ++-- themes/Arch-Colors/lxqt-runner.qss | 4 ++-- themes/dark/lxqt-panel.qss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/Arch-Colors/lxqt-panel.qss b/themes/Arch-Colors/lxqt-panel.qss index c444f06..d137c53 100644 --- a/themes/Arch-Colors/lxqt-panel.qss +++ b/themes/Arch-Colors/lxqt-panel.qss @@ -215,7 +215,7 @@ LXQtFancyMenuWindow{ #FancyMenu QListView::item:hover { background: #0078b0; - color: #d7e3e6; + color: #000000; } #FancyMenu QListView::item:pressed { @@ -224,7 +224,7 @@ LXQtFancyMenuWindow{ #FancyMenu QListView::item:selected { background: #1899da; - color: white; + color: #000000; } #FancyMenu QListView::focus { diff --git a/themes/Arch-Colors/lxqt-runner.qss b/themes/Arch-Colors/lxqt-runner.qss index a285e03..f9b024e 100644 --- a/themes/Arch-Colors/lxqt-runner.qss +++ b/themes/Arch-Colors/lxqt-runner.qss @@ -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; diff --git a/themes/dark/lxqt-panel.qss b/themes/dark/lxqt-panel.qss index a7bab5d..c4f346b 100644 --- a/themes/dark/lxqt-panel.qss +++ b/themes/dark/lxqt-panel.qss @@ -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 {