Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • editor.background#FFFFFF
  • editor.foreground#333333
  • editor.lineHighlightBackground#EEEEEE
  • editorBracketHighlight.foreground1#333333
  • editorBracketHighlight.foreground2#333333
  • editorBracketHighlight.foreground3#333333
  • editorBracketHighlight.foreground4#333333
  • editorBracketHighlight.foreground5#333333
  • editorBracketHighlight.foreground6#333333
  • editorBracketHighlight.unexpectedBracket.foreground#A31515

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#888888
string.quoted.double.go, string.quoted.raw.go#5C6B7C
keyword.control.goitalic
comment.line.semicolon.ini, comment.line.number-sign.ini#888888
entity.name.section.group-title.ini#9e880d
keyword.other.definition.ini#0133B3
string.quoted.double.ini#5C6B7C
comment.line.java-properties#888888
support.constant.java-properties#0133B3
string.unquoted.java-properties#5C6B7C
comment.line.double-slash.java, comment.block.java#888888
variable.language.java, keyword.control.java, keyword.control.catch-exception.javaitalic
storage.type.annotation.java, punctuation.definition.annotation.java#9e880d
constant.language.java, constant.numeric.integer.java, constant.numeric.float.java, constant.numeric.hex.java, constant.numeric.octal.java, constant.numeric.binary.java, constant.numeric.hex-float.java#5C6B7C
string.quoted.double.java, string.quoted.single.java#5C6B7C
support.type.property-name.json#0133B3
string.quoted.double.json, constant.numeric.json, constant.language.json#5C6B7C
keyword.control.flow.pythonitalic
entity.name.function.decorator.python, meta.function.decorator.python#9e880d
string.quoted.single.python#5C6B7C
keyword.control.flow.tsitalic
comment.block.xml#888888
entity.name.tag.localname.xml, punctuation.definition.tag.xml, entity.name.tag.namespace.xml#0133B3
entity.other.attribute-name.localname.xml, entity.other.attribute-name.namespace.xml#0133B3
string.quoted.double.xml#5C6B7C