lib/rouge/themes/thankful_eyes.rb in rouge-0.0.13 vs lib/rouge/themes/thankful_eyes.rb in rouge-0.0.14
- old
+ new
@@ -21,10 +21,11 @@
palette :schrill => '#ffb000'
style 'Text', :fg => :unicorn, :bg => :krasna
style 'Comment', :fg => :cool_as_ice, :italic => true
+ style 'Comment.Preproc', :fg => :go_get_it, :bold => true, :italic => true
style 'Error',
'Generic.Error', :fg => :aluminum1, :bg => :scarletred2
style 'Keyword', :fg => :sandy, :bold => true
style 'Operator',
'Punctuation', :fg => :backlit, :bold => true
@@ -41,10 +42,11 @@
style 'Keyword.Type',
'Name.Constant',
'Name.Class',
'Name.Decorator',
'Name.Namespace',
+ 'Name.Label',
'Name.Builtin.Pseudo',
'Name.Exception',
'Name.Tag', :fg => :go_get_it, :bold => true
style 'Literal.Number',
'Literal.String.Symbol', :fg => :pink_merengue, :bold => true
@@ -53,12 +55,11 @@
'Literal.String.Char',
'Literal.String.Interpol', :fg => :backlit, :bold => true
style 'Name.Builtin', :fg => :sandy
style 'Name.Entity', :fg => '#999999', :bold => true
style 'Text.Whitespace', :fg => '#BBBBBB'
- style 'Name.Variable',
- 'Name.Function',
- 'Name.Label',
+ style 'Name.Function',
'Name.Attribute', :fg => :chilly
+ style 'Name.Variable', :fg => :chilly, :bold => true
end
end
end