tweak light gray color
This commit is contained in:
parent
ac7ed57a69
commit
b1c3be242b
3 changed files with 10 additions and 10 deletions
|
@ -17,7 +17,7 @@ gtk-color-scheme = "white_color:#000000
|
|||
lighter_color:#555555
|
||||
base_color:#222222
|
||||
darker_color:#101010
|
||||
black_color:#c8c8c8
|
||||
black_color:#c9c9c9
|
||||
scale_color: #1f9b92
|
||||
truewhite:#ffffff
|
||||
trueblack:#000000
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
@define-color lighter_color #555555;
|
||||
@define-color base_color #222222;
|
||||
@define-color darker_color #101010;
|
||||
@define-color black_color #c8c8c8;
|
||||
@define-color black_color #c9c9c9;
|
||||
@define-color scale_color #1f9b92;
|
||||
@define-color grey50 #797979;
|
||||
@define-color trueblack #000000;
|
||||
|
@ -921,7 +921,7 @@ calendar:indeterminate {
|
|||
.panel {
|
||||
|
||||
background-color: rgba(0,0,0, 0.8);
|
||||
color: #c8c8c8;
|
||||
color: #c9c9c9;
|
||||
font-weight: normal;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
||||
-gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
|
||||
|
|
|
@ -22,13 +22,13 @@ IntensityEffect=0
|
|||
BackgroundAlternate=77,77,77
|
||||
BackgroundNormal=0,0,0
|
||||
DecorationFocus=31,155,146
|
||||
DecorationHover=200,200,200
|
||||
ForegroundActive=200,200,200
|
||||
DecorationHover=201,201,201
|
||||
ForegroundActive=201,201,201
|
||||
ForegroundInactive=63,63,63
|
||||
ForegroundLink=31,155,146
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=200,200,200
|
||||
ForegroundNormal=201,201,201
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
|
@ -64,7 +64,7 @@ ForegroundVisited=189,195,199
|
|||
BackgroundAlternate=0,0,0
|
||||
BackgroundNormal=0,0,0
|
||||
DecorationFocus=123,123,123
|
||||
DecorationHover=200,200,200
|
||||
DecorationHover=201,201,201
|
||||
ForegroundActive=123,123,123
|
||||
ForegroundInactive=63,63,63
|
||||
ForegroundLink=41,128,185
|
||||
|
@ -79,12 +79,12 @@ BackgroundAlternate=0,0,0
|
|||
BackgroundNormal=0,0,0
|
||||
DecorationFocus=31,155,146
|
||||
DecorationHover=123,123,123
|
||||
ForegroundActive=200,200,200
|
||||
ForegroundActive=201,201,201
|
||||
ForegroundInactive=63,63,63
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=200,200,200
|
||||
ForegroundNormal=201,201,201
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
|
@ -98,7 +98,7 @@ ForegroundInactive=63,63,63
|
|||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=200,200,200
|
||||
ForegroundNormal=201,201,201
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
|
|
Loading…
Reference in a new issue