8000
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 9fb2fd9 commit 844975bCopy full SHA for 844975b
lib/coderay/styles/alpha.rb
@@ -3,14 +3,14 @@ module Styles
3
4
# A colorful theme using CSS 3 colors (with alpha channel).
5
class Alpha < Style
6
-
+
7
register_for :alpha
8
9
code_background = 'hsl(0,0%,95%)'
10
numbers_background = 'hsl(180,65%,90%)'
11
border_color = 'silver'
12
normal_color = 'black'
13
14
CSS_MAIN_STYLES = <<-MAIN # :nodoc:
15
.CodeRay {
16
background-color: #{code_background};
@@ -145,8 +145,8 @@ class Alpha < Style
145
.change .change { color: #88f }
146
.head .head { color: #f4f }
147
TOKENS
148
149
end
150
151
152
0 commit comments