Adding upstream version 0.12.0.

ubuntu/cosmic
Alf Gaida 7 years ago
parent f12b8c68cc
commit 008a21f32e

@ -1,7 +1,16 @@
lxqt-themes-0.11.96 / 2017-07-07
================================
lxqt-themes-0.12.0 / 2017-09-23
===============================
* Don't export github related stuff
* lxqt-panel/Kbindicator: Fixes a QLabel issue in the config dialog
* liblxqt make no sense here
* Copied issue template
0.11.96 / 2017-07-07
====================
* Release 0.11.96: Update changelog
* Remove some more session stuff from CMakeLists.txt
* Remove not theme and graphic related things
* Made The Dark Theme Really Dark (#62)

4
debian/changelog vendored

@ -1,5 +1,5 @@
lxqt-themes (0.11.96-1) experimental; urgency=medium
lxqt-themes (0.12.0-1) experimental; urgency=medium
* Initial release (Closes: #867606)
-- Alf Gaida <agaida@siduction.org> Fri, 07 Jul 2017 20:20:40 +0200
-- Alf Gaida <agaida@siduction.org> Fri, 06 Oct 2017 21:25:24 +0200

@ -393,7 +393,7 @@ TrayIcon {
border: 0px;
}
#KbIndicator QLabel:enabled {
#KbIndicator > QLabel:enabled {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140);
color: #f2f1f0;
border: 1px solid #ca5f34;

@ -448,17 +448,17 @@ QMenu::indicator:non-exclusive:checked {
/*
* KbIndicator
*/
#KbIndicator QLabel {
#KbIndicator > QLabel {
padding: 3px;
border: 0px;
font: bold;
}
#KbIndicator QLabel:disabled {
#KbIndicator > QLabel:disabled {
color: #b4b4b4;
}
#KbIndicator QLabel:enabled {
#KbIndicator > QLabel:enabled {
color: white;
background: #780d0f;
}

@ -479,16 +479,16 @@ border-radius: 3px;
/*
* KbIndicator
*/
#KbIndicator QLabel {
#KbIndicator > QLabel {
padding: 3px;
border: 0px;
}
#KbIndicator QLabel:disabled {
#KbIndicator > QLabel:disabled {
color: #999999;
}
#KbIndicator QLabel:enabled {
#KbIndicator > QLabel:enabled {
background: palette(highlight);
}

@ -323,7 +323,7 @@ VolumePopup > QSlider::sub-page:vertical {
color: rgba(54, 54, 54, 60%);
}
#KbIndicator QLabel:enabled {
#KbIndicator > QLabel:enabled {
border-top: 3px solid rgba(30, 145, 255, 100%);
color: rgba(54, 54, 54, 100%);
}

Loading…
Cancel
Save