Skip to content

Instantly share code, notes, and snippets.

@avidrucker
Created March 7, 2024 20:03
Show Gist options
  • Save avidrucker/e37becfa5e77488e50dab465396a1913 to your computer and use it in GitHub Desktop.
Save avidrucker/e37becfa5e77488e50dab465396a1913 to your computer and use it in GitHub Desktop.
A list of textmate capture names (entities? keywords?) and their colors in VS Code's Solarized Dark theme
in solarized dark, the following textmate capture names have the following colors:
blue:
- entity.name.tag
- entity.name.function (DONE: used for mnemonics)
- support.function
- support.function.git-rebase
- variable.language
- variable.other
yellow:
- keyword CONFIRMED
- support.type
- keyword.control
- keyword.control.less
- keyword.operator (DONE: use for label offsets)
- keyword.operator.new
- keyword.other
- keyword.other.unit
- support.class
- support.type
- support.type.property-name
orange/red:
- entity.name.type CONFIRMED
- constant.character CONFIRMED (DONE: use for constant chars)
- entity.name.class
- variable.name
- constant.character.escape
- constant.other
magenta:
- constant.numeric CONFIRMED (DONE: use for constant #s)
standard white:
- entity (DONE: use as standard fallback for assembly)
- entity.name
- entity.name.method
- entity.name.section
- entity.name.selector
- entity.other
- entity.other.attribute-name
- constant.regexp
- constant.rgb-value
- constant.sha.git-rebase
- meta
- meta.cast
- meta.parameter.type.variable
- meta.return-type
- meta.selector
- meta.structure.dictionary.key.python
- meta.tag
- meta.type.annotation
- meta.type.name
- metatag.php
- support
- support.constant
- support.other
- support.property-value
- support.variable
- variable
- variable.name
- variable.parameter
violet purple:
- entity.other.inherited-class (DONE: use for "dot" directives)
light orange:
- constant.language
- meta.preprocessor (DONE: use for labels)
- meta.preprocessor.numeric
- meta.preprocessor.string
dim white:
- constant
bright/bold white:
- storage.modifier
- storage.modifier.import.java
- storage.modifier.package.java
- storage.type (DONE: use for 'TODO' word in comments)
- storage.type.cs
- storage.typejava
teal green:
- string (DONE: used for string arguments to .string directive)
- string.other
- string.quoted
- string.quoted.double
- string.quoted.single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment