update qt6 stylings
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions2 (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions2 (push) Waiting to run
This commit is contained in:
parent
df55ea94cd
commit
36b8b6c9dc
3 changed files with 19 additions and 3 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
pogmom-desktop (0.4.8) unstable; urgency=medium
|
||||
|
||||
* update qt6 stylings for more clarity
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Mon, 10 Nov 2025 14:20:12 -0800
|
||||
|
||||
pogmom-desktop (0.4.7) unstable; urgency=medium
|
||||
|
||||
* add python3-i3ipc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[ColorScheme]
|
||||
active_colors=#ffffafaf, #00424245, #00979797, #005e5c5b, #00302f2e, #004a4947, #ffe4e4e4, #ffe4e4e4, #ffe4e4e4, #003d3d3d, #64111317, #ffe7e4e0, #96d7afaf, #ff111317, #ffd7afaf, #ffa70b06, #19576176, #ffffffff, #ff3f3f36, #ffffffff, #80ffffff, #e1d7afaf
|
||||
disabled_colors=#ff808080, #00424245, #00979797, #005e5c5b, #00302f2e, #004a4947, #ff808080, #ffe4e4e4, #ff808080, #003d3d3d, #64111317, #ffe7e4e0, #96d7afaf, #ff808080, #ffd7afaf, #ffa70b06, #19576176, #ffffffff, #ff3f3f36, #ffffffff, #80ffffff, #e1d7afaf
|
||||
inactive_colors=#ffffafaf, #00424245, #00979797, #005e5c5b, #00302f2e, #004a4947, #ffe4e4e4, #ffe4e4e4, #ffe4e4e4, #003d3d3d, #64111317, #ffe7e4e0, #96d7afaf, #ff111317, #ffd7afaf, #ffa70b06, #19576176, #ffffffff, #ff3f3f36, #ffffffff, #80ffffff, #e1d7afaf
|
||||
active_colors=#ffffafaf, #96111317, #96e4e4e4, #96d0d0d0, #96576176, #96d0d0d0, #ffe4e4e4, #ffe4e4e4, #ffe4e4e4, #963c3538, #963c3538, #96e4e4e4, #96d7afaf, #ffd68787, #ffd7afaf, #ffd75f87, #963c3538, #ffe4e4e4, #96111317, #ffe4e4e4, #80e4e4e4, #e1ffafaf
|
||||
disabled_colors=#ffab8792, #96323844, #969ba0ab, #969297a2, #96576176, #969297a2, #ff9ba0ab, #ff9ba0ab, #ff9ba0ab, #964a4a56, #964a4a56, #969ba0ab, #96978792, #ff98747f, #ff978792, #ff9a637e, #964a4a56, #ff9ba0ab, #96323844, #ff9ba0ab, #809ba0ab, #e1ab8792
|
||||
inactive_colors=#ffffafaf, #96111317, #96e4e4e4, #96d0d0d0, #96576176, #96d0d0d0, #ffe4e4e4, #ffe4e4e4, #ffe4e4e4, #963c3538, #963c3538, #96e4e4e4, #96d7afaf, #ffd68787, #ffd7afaf, #ffd75f87, #963c3538, #ffe4e4e4, #96111317, #ffe4e4e4, #80e4e4e4, #e1ffafaf
|
||||
|
|
|
|||
10
qt6ct/qss/pogmom-menubar.qss
Normal file
10
qt6ct/qss/pogmom-menubar.qss
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
QMenuBar {
|
||||
color: palette(accent);
|
||||
}
|
||||
QMenu {
|
||||
background-color: palette(button);
|
||||
}
|
||||
QMenuBar::item:selected {
|
||||
background-color: palette(highlight);
|
||||
color: palette(button);
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue