We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaf55d commit c0dc9f2Copy full SHA for c0dc9f2
lib/coderay/styles/alpha.rb
@@ -99,6 +99,9 @@ class Alpha < Style
99
.keyword { color:#080; font-weight:bold }
100
.label { color:#970; font-weight:bold }
101
.local-variable { color:#963 }
102
+.map .content { color:#808 }
103
+.map .delimiter { color:#40A}
104
+.map { background-color:hsla(200,100%,50%,0.06); }
105
.namespace { color:#707; font-weight:bold }
106
.octal { color:#40E }
107
.operator { }
@@ -123,9 +126,6 @@ class Alpha < Style
123
126
.symbol { color:#A60 }
124
127
.symbol .content { color:#A60 }
125
128
.symbol .delimiter { color:#630 }
-.map .content { color:#808 }
-.map .delimiter { color:#40A}
-.map { background-color:hsla(200,100%,50%,0.06); }
129
.tag { color:#070; font-weight:bold }
130
.type { color:#339; font-weight:bold }
131
.value { color: #088 }
0 commit comments