We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a443be7 commit 03583bbCopy full SHA for 03583bb
lib/coderay/styles/alpha.rb
@@ -52,7 +52,7 @@ class Alpha < Style
52
.debug { color: white !important; background: blue !important; }
53
54
.annotation { color:#007 }
55
-.attribute-name { color:#f08 }
+.attribute-name { color:#b48 }
56
.attribute-value { color:#700 }
57
.binary { color:#509 }
58
.char .content { color:#D20 }
@@ -97,7 +97,7 @@ class Alpha < Style
97
.octal { color:#40E }
98
.operator { }
99
.predefined { color:#369; font-weight:bold }
100
-.predefined-class { color:#069 }
+.predefined-constant { color:#069 }
101
.predefined-type { color:#0a5; font-weight:bold }
102
.preprocessor { color:#579 }
103
.pseudo-class { color:#00C; font-weight:bold }
0 commit comments