1
0
Fork 0
mirror of synced 2024-05-04 12:42:52 +12:00

Style: Update Rare colorscheme and remove some styling from WrapperSettings widget

This commit is contained in:
loathingKernel 2024-02-24 02:41:05 +02:00
parent 570261395a
commit 6cfec6c718
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD
7 changed files with 15 additions and 9 deletions

View file

@ -2,22 +2,22 @@
Active\AlternateBase=#fff7f7f7
Active\Base=#ff333344
Active\BrightText=#ffffffff
Active\Button=#ff3c3f41
Active\Button=#ff272a2e
Active\ButtonText=#ffeeeeee
Active\Dark=#ff9f0910
Active\Highlight=#ff2f4f4f
Active\Dark=#ff232529
Active\Highlight=#ff385e5e
Active\HighlightedText=#ffeeeeee
Active\Light=#ffffffff
Active\Link=#ff0000ff
Active\Light=#ff2c2f33
Active\Link=#ff0000dd
Active\LinkVisited=#ffff00ff
Active\Mid=#ffb80e35
Active\Midlight=#ffca0651
Active\Mid=#ff25272b
Active\Midlight=#ff292c30
Active\PlaceholderText=#80eeeeee
Active\Shadow=#ff767676
Active\Shadow=#ff0b0c0d
Active\Text=#ffeeeeee
Active\ToolTipBase=#ffffffdc
Active\ToolTipText=#ffeeeeee
Active\Window=#ff202225
Active\Window=#ff212226
Active\WindowText=#ffeeeeee
Disabled\ButtonText=#ff808080
Disabled\HighlightedText=#ff808080

Binary file not shown.

View file

@ -105,6 +105,7 @@ QComboBox,
QSpinBox,
QDoubleSpinBox,
QProgressBar,
QScrollArea,
QPushButton {
min-height: 3.00ex;
/* min-height: 1.30em; */
@ -763,6 +764,7 @@ QScrollArea#WrapperSettingsScroll {
QScrollBar#WrapperSettingsScrollBar {
background-color: #BCBEBF;
}
/*
QLabel#WrapperSettingsLabel {
border-width: 1px;
border-style: solid;
@ -776,3 +778,4 @@ QLabel#WrapperSettingsLabel:disabled {
border-color: rgb( 67, 71, 77);
background-color: rgb( 32, 34, 37);
}
*/

View file

@ -105,6 +105,7 @@ QComboBox,
QSpinBox,
QDoubleSpinBox,
QProgressBar,
QScrollArea,
QPushButton {
min-height: 3.00ex;
/* min-height: 1.30em; */
@ -763,6 +764,7 @@ QScrollArea#WrapperSettingsScroll {
QScrollBar#WrapperSettingsScrollBar {
background-color: rgb( 40, 42, 46);
}
/*
QLabel#WrapperSettingsLabel {
border-width: 1px;
border-style: solid;
@ -776,3 +778,4 @@ QLabel#WrapperSettingsLabel:disabled {
border-color: rgb( 67, 71, 77);
background-color: rgb( 32, 34, 37);
}
*/