Skip to content

Commit

Permalink
Make Literal::Number base09 per spec
Browse files Browse the repository at this point in the history
Previously
- base0B: Strings, Inherited Class, Markup Code, Diff Inserted

Now:
- base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url
           ^^^^^^^^
  • Loading branch information
skipkayhil committed Oct 21, 2024
1 parent 3b2ab08 commit 9bc773f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rouge/themes/base16.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def self.make_light!

style Keyword::Constant,
Keyword::Declaration,
Keyword::Type, :fg => :base09
Keyword::Type,
Literal::Number, :fg => :base09

style Comment::Preproc,
Name::Class,
Expand All @@ -72,7 +73,6 @@ def self.make_light!
Name::Tag, :fg => :base0A

style Generic::Inserted,
Literal::Number,
Literal::String,
Literal::String::Symbol, :fg => :base0B

Expand Down

0 comments on commit 9bc773f

Please sign in to comment.