Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for base16 theme #1925

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2023

  1. Order Base16 Theme styles by foreground color

    This helps make it very obvious which tokens will end up with the same
    base16 color.
    skipkayhil committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    41c3c7c View commit details
    Browse the repository at this point in the history
  2. Make Literal::Number base09 per spec

    Previously
    - base0B: Strings, Inherited Class, Markup Code, Diff Inserted
    
    Now:
    - base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url
               ^^^^^^^^
    skipkayhil committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0e2b088 View commit details
    Browse the repository at this point in the history
  3. 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
    skipkayhil committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    8c03bf0 View commit details
    Browse the repository at this point in the history