add qt5 colorscheme
This commit is contained in:
parent
ef95fe0eef
commit
3169245d52
2 changed files with 120 additions and 0 deletions
2
README
2
README
|
@ -74,6 +74,8 @@ done:
|
|||
|
||||
[steppenwolf]
|
||||
|
||||
0.631 add QT5 colorscheme
|
||||
|
||||
0.63 tweak panel/frame
|
||||
|
||||
0.62 flatten and remove padding from 'frame' elements
|
||||
|
|
118
qt5/SteppenwolfDark.colors
Normal file
118
qt5/SteppenwolfDark.colors
Normal file
|
@ -0,0 +1,118 @@
|
|||
[ColorEffects:Disabled]
|
||||
Color=56,56,56
|
||||
ColorAmount=0.5
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.65
|
||||
ContrastEffect=0
|
||||
IntensityAmount=0.1
|
||||
IntensityEffect=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=0.025
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=77,77,77
|
||||
BackgroundNormal=0,0,0
|
||||
DecorationFocus=31,155,146
|
||||
DecorationHover=200,200,200
|
||||
ForegroundActive=200,200,200
|
||||
ForegroundInactive=63,63,63
|
||||
ForegroundLink=31,155,146
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=200,200,200
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=59,64,69
|
||||
BackgroundNormal=49,54,59
|
||||
DecorationFocus=30,146,255
|
||||
DecorationHover=61,174,230
|
||||
ForegroundActive=246,116,0
|
||||
ForegroundInactive=175,176,179
|
||||
ForegroundLink=61,174,230
|
||||
ForegroundNegative=237,21,21
|
||||
ForegroundNeutral=201,206,59
|
||||
ForegroundNormal=239,240,241
|
||||
ForegroundPositive=17,209,22
|
||||
ForegroundVisited=61,174,230
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=29,153,243
|
||||
BackgroundNormal=31,155,146
|
||||
DecorationFocus=31,155,146
|
||||
DecorationHover=2,140,140
|
||||
ForegroundActive=252,252,252
|
||||
ForegroundInactive=120,120,120
|
||||
ForegroundLink=253,188,75
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=0,0,0
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=189,195,199
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=0,0,0
|
||||
BackgroundNormal=0,0,0
|
||||
DecorationFocus=123,123,123
|
||||
DecorationHover=200,200,200
|
||||
ForegroundActive=123,123,123
|
||||
ForegroundInactive=63,63,63
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=239,240,241
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=0,0,0
|
||||
BackgroundNormal=0,0,0
|
||||
DecorationFocus=31,155,146
|
||||
DecorationHover=123,123,123
|
||||
ForegroundActive=200,200,200
|
||||
ForegroundInactive=63,63,63
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=200,200,200
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=77,77,77
|
||||
BackgroundNormal=34,34,34
|
||||
DecorationFocus=31,155,146
|
||||
DecorationHover=2,140,140
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=63,63,63
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=200,200,200
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
[General]
|
||||
Name=Steppenwolf-dark
|
||||
shadeSortColumn=true
|
||||
|
||||
[KDE]
|
||||
contrast=2
|
||||
|
||||
[WM]
|
||||
activeBackground=0,0,0
|
||||
activeBlend=0,0,0
|
||||
activeForeground=255,255,255
|
||||
inactiveBackground=0,0,0
|
||||
inactiveBlend=0,0,0
|
||||
inactiveForeground=123,123,123
|
Loading…
Reference in a new issue