Skip to content

Commit 03583bb

Browse files
committed
fix color for :predefined_constant in Alpha style
1 parent a443be7 commit 03583bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/coderay/styles/alpha.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Alpha < Style
5252
.debug { color: white !important; background: blue !important; }
5353
5454
.annotation { color:#007 }
55-
.attribute-name { color:#f08 }
55+
.attribute-name { color:#b48 }
5656
.attribute-value { color:#700 }
5757
.binary { color:#509 }
5858
.char .content { color:#D20 }
@@ -97,7 +97,7 @@ class Alpha < Style
9797
.octal { color:#40E }
9898
.operator { }
9999
.predefined { color:#369; font-weight:bold }
100-
.predefined-class { color:#069 }
100+
.predefined-constant { color:#069 }
101101
.predefined-type { color:#0a5; font-weight:bold }
102102
.preprocessor { color:#579 }
103103
.pseudo-class { color:#00C; font-weight:bold }

0 commit comments

Comments
 (0)