Skip to content

Commit afb4905

Browse files
committed
Add variable and function styles to base16 theme
Variables: - base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted Functions: - base0D - Functions, Methods, Attribute IDs, Headings
1 parent 9bc773f commit afb4905

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/rouge/themes/base16.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ def self.make_light!
5555
style Operator,
5656
Punctuation, :fg => :base05
5757

58-
style Generic::Deleted, :fg => :base08
58+
style Generic::Deleted,
59+
Name, :fg => :base08
5960

6061
style Generic::Emph, :italic => true
6162
style Generic::EmphStrong, :italic => true, :bold => true
@@ -78,7 +79,8 @@ def self.make_light!
7879

7980
style Literal::String::Regex, :fg => :base0C
8081

81-
style Name::Attribute, :fg => :base0D
82+
style Name::Attribute,
83+
Name::Function, :fg => :base0D
8284
style Generic::Heading, :fg => :base0D, :bg => :base00, :bold => true
8385

8486
style Keyword,

0 commit comments

Comments
 (0)