@@ -61,7 +61,7 @@ class Alpha < Style
61
61
.class { color:#B06; font-weight:bold }
62
62
.class-variable { color:#369 }
63
63
.color { color:#0A0 }
64
- .comment { color:#888 }
64
+ .comment { color:#777 }
65
65
.comment .char { color:#444 }
66
66
.comment .delimiter { color:#444 }
67
67
.complex { color:#A08 }
@@ -83,7 +83,7 @@ class Alpha < Style
83
83
.hex { color:#02b }
84
84
.imaginary { color:#f00 }
85
85
.include { color:#B44; font-weight:bold }
86
- .inline { background-color: hsla(0,0%,0%,0.1 ); color: black }
86
+ .inline { background-color: hsla(0,0%,0%,0.07 ); color: black }
87
87
.inline-delimiter { font-weight: bold; color: #666 }
88
88
.instance-variable { color:#33B }
89
89
.integer { color:#00D }
@@ -104,16 +104,16 @@ class Alpha < Style
104
104
.regexp .content { color:#808 }
105
105
.regexp .delimiter { color:#404 }
106
106
.regexp .modifier { color:#C2C }
107
- .regexp { background-color:hsla(300,100%,50%,0.09 ); }
107
+ .regexp { background-color:hsla(300,100%,50%,0.06 ); }
108
108
.reserved { color:#080; font-weight:bold }
109
109
.shell .content { color:#2B2 }
110
110
.shell .delimiter { color:#161 }
111
- .shell { background-color:hsla(120,100%,50%,0.09 ); }
111
+ .shell { background-color:hsla(120,100%,50%,0.06 ); }
112
112
.string .char { color: #b0b }
113
113
.string .content { color: #D20 }
114
114
.string .delimiter { color: #710 }
115
115
.string .modifier { color: #E40 }
116
- .string { background-color:hsla(0,100%,50%,0.08 ); }
116
+ .string { background-color:hsla(0,100%,50%,0.05 ); }
117
117
.symbol .content { color:#A60 }
118
118
.symbol .delimiter { color:#630 }
119
119
.symbol { color:#A60 }
@@ -122,8 +122,8 @@ class Alpha < Style
122
122
.value { color: #088; }
123
123
.variable { color:#037 }
124
124
125
- .insert { background: hsla(120,100%,50%,0.1 ) }
126
- .delete { background: hsla(0,100%,50%,0.1 ) }
125
+ .insert { background: hsla(120,100%,50%,0.12 ) }
126
+ .delete { background: hsla(0,100%,50%,0.12 ) }
127
127
.change { color: #bbf; background: #007; }
128
128
.head { color: #f8f; background: #505 }
129
129
.head .filename { color: white; }
0 commit comments