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.

  • activityBar.background#1B1B1B
  • editor.background#0D0D0D
  • editor.foreground#D0D0D0
  • editor.inactiveSelectionBackground#1C1C1C
  • editor.lineHighlightBackground#111111
  • editor.lineHighlightBorder#1A1A1A
  • editor.selectionBackground#263238
  • editorCursor.foreground#00FFAA
  • editorIndentGuide.activeBackground#3A3A3A
  • editorIndentGuide.background#2A2A2A
  • sideBar.background#121212
  • statusBar.background#1B1B1B
  • tab.activeBackground#0D0D0D
  • tab.inactiveBackground#1C1C1C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5C6370italic
keyword#C586C0bold
variable#9CDCFE
string#CE9178
constant.numeric#B5CEA8
constant.language#4FC1FF
entity.name.function#00FFAA
entity.name.type#FFB454
storage.type#FF628C
meta.function-call#FFD700
support.function#82AAFF
support.type#C792EA
invalid#FFFFFF
markup.heading#FFD700
markup.boldbold
markup.italicitalic