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#1F2229
  • activityBar.foreground#98C379
  • editor.background#1A1B1F
  • editor.foreground#C0C5CE
  • editor.inactiveSelectionBackground#20232A
  • editor.lineHighlightBackground#282C34
  • editor.selectionBackground#2A2D3A
  • editorCursor.foreground#8AFFEF
  • editorIndentGuide.activeBackground#5C6370
  • editorIndentGuide.background#2F343F
  • editorLineNumber.activeForeground#C678DD
  • editorLineNumber.foreground#4B5263
  • panel.background#1E2127
  • panel.border#3B4048
  • sideBar.background#20232A
  • sideBar.foreground#ABB2BF
  • statusBar.background#1A1B1F
  • statusBar.foreground#61AFEF
  • tab.activeBackground#1A1B1F
  • tab.activeForeground#F8F8F2
  • tab.inactiveBackground#2C303A
  • tab.inactiveForeground#6C7380

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5C6370italic
keyword, storage.type, storage.modifier#C678DD
variable, string constant.other.placeholder#E5C07B
string, constant.other.symbol#98C379
entity.name.function, support.function#61AFEF
variable.parameter, meta.function.parameters#D19A66
constant.numeric, constant.language#D19A66
entity.name.type, support.class#E06C75
punctuation, meta.brace, meta.delimiter#ABB2BF