Skip to content

Commit

Permalink
Add variable and function styles to base16 theme
Browse files Browse the repository at this point in the history
Variables:
- base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff
  Deleted

Functions:
- base0D - Functions, Methods, Attribute IDs, Headings
  • Loading branch information
skipkayhil committed Nov 11, 2023
1 parent 0e2b088 commit 8c03bf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/rouge/themes/base16.rb
Expand Up @@ -54,7 +54,8 @@ def self.make_light!
style Operator,
Punctuation, :fg => :base05

style Generic::Deleted, :fg => :base08
style Generic::Deleted,
Name, :fg => :base08

style Keyword::Constant,
Keyword::Declaration,
Expand All @@ -73,7 +74,8 @@ def self.make_light!

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

style Name::Attribute, :fg => :base0D
style Name::Attribute,
Name::Function, :fg => :base0D
style Generic::Heading, :fg => :base0D, :bg => :base00, :bold => true

style Keyword,
Expand Down

0 comments on commit 8c03bf0

Please sign in to comment.