Skip to content

Commit c0d0280

Browse files
committed
make predefined-type a bit more bright/blue
1 parent 4669b70 commit c0d0280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/styles/alpha.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Alpha < Style
107107
.operator { }
108108
.predefined { color:#369; font-weight:bold }
109109
.predefined-constant { color:#069 }
110-
.predefined-type { color:#0a5; font-weight:bold }
110+
.predefined-type { color:#0a8; font-weight:bold }
111111
.preprocessor { color:#579 }
112112
.pseudo-class { color:#00C; font-weight:bold }
113113
.regexp { background-color:hsla(300,100%,50%,0.06); }

0 commit comments

Comments
 (0)