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 Nov 11, 2023
1 parent 41c3c7c commit 0e2b088
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 @@ -58,7 +58,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 @@ -67,7 +68,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 0e2b088

Please sign in to comment.