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#1E1E1E
  • editor.foreground#D4D4D4
  • editor.inactiveSelectionBackground#3A3D41
  • editor.lineHighlightBackground#2A2A2A
  • editor.selectionBackground#264F78
  • editorCursor.foreground#FFFFFF
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#00A298italic
number.arcade#D24A19—
operator.arcade#74879A—
punctuation.bracket.arcade#0088D1—
string.quoted#E42E30—
keyword.function.arcade#839B0Cbold
keyword.control.arcade#6C71C4bold
keyword.null.boolean.arcade#BF4900bold
variable.language.arcade, keyword.constant.arcade#598E4C—
invalid.deprecated.arcade#FF3333—