lib/rabbit/theme/syntax-highlighting/syntax-highlighting.rb in rabbit-2.1.8 vs lib/rabbit/theme/syntax-highlighting/syntax-highlighting.rb in rabbit-2.1.9

- old
+ new

@@ -49,14 +49,14 @@ }, :symbol => { :color => "#4e9a06", }, :integer => { - :color => "#c4a000", + # :color => "#c4a000", }, :float => { - :color => "#c4a000", + # :color => "#c4a000", }, :variable => { :color => "#ce5c00", }, :instance_variable => { @@ -86,9 +86,21 @@ :predefined_type => { :color => "#5c35cc", }, :directive => { :color => "#5c35cc", + }, + :head => { + :color => "#204a87", + }, + :change => { + :color => "#8f5902", + }, + :delete => { + :color => "#a40000", + }, + :insert => { + :color => "#4e9a06", }, } @syntax_highlighting_foreground ||= "#000000" @syntax_highlighting_frame_color ||= "#000000"