Skip to content

Commit 27084f1

Browse files
committed
use bright blue because dark blue is hard to see on black terminal
1 parent 3affb0b commit 27084f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/coderay/encoders/terminal.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ class Terminal < Encoder
2424
:attribute_value => '31',
2525
:binary => '1;35',
2626
:char => {
27-
:self => '36', :delimiter => '34'
27+
:self => '36', :delimiter => '1;34'
2828
},
2929
:class => '1;35',
3030
:class_variable => '36',
3131
:color => '32',
3232
:comment => '37',
33-
:complex => '34',
34-
:constant => ['34', '4'],
33+
:complex => '1;34',
34+
:constant => ['1;34', '4'],
3535
:decoration => '35',
3636
:definition => '1;32',
3737
:directive => ['32', '4'],
@@ -56,7 +56,7 @@ class Terminal < Encoder
5656
:predefined_type => '1;30',
5757
:predefined => ['4', '1;34'],
5858
:preprocessor => '36',
59-
:pseudo_class => '34',
59+
:pseudo_class => '1;34',
6060
:regexp => {
6161
:self => '31',
6262
:content => '31',
@@ -77,10 +77,10 @@ class Terminal < Encoder
7777
:delimiter => '1;32',
7878
},
7979
:symbol => '1;32',
80-
:tag => '34',
80+
:tag => '1;34',
8181
:type => '1;34',
8282
:value => '36',
83-
:variable => '34',
83+
:variable => '1;34',
8484

8585
:insert => '42',
8686
:delete => '41',

0 commit comments

Comments
 (0)