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#1A1A1A
  • button.background#3465A4
  • editor.background#212121
  • editor.foreground#D3D7CF
  • editorGroupHeader.border#333333
  • editorGroupHeader.tabsBackground#1A1A1A
  • editorGroupHeader.tabsBorder#333333
  • editorIndentGuide.background1#33333380
  • editorLineNumber.activeForeground#D3D7CF
  • editorLineNumber.foreground#444444
  • focusBorder#729FCF80
  • list.activeSelectionBackground#333333
  • list.activeSelectionForeground#D3D7CF
  • list.activeSelectionIconForeground#fff
  • list.highlightForeground#729FCF
  • panel.border#333333
  • settings.focusedRowBorder#729FCF
  • settings.modifiedItemIndicator#729FCF
  • sideBar.background#1A1A1A
  • sideBar.border#333333
  • sideBarSectionHeader.background#1A1A1A
  • sideBarSectionHeader.foreground#D3D7CF
  • statusBar.background#1A1A1A
  • statusBar.border#333333
  • statusBar.foreground#D3D7CF
  • tab.activeBackground#212121
  • tab.activeBorder#212121
  • tab.activeBorderTop#729FCF
  • tab.border#333333
  • tab.inactiveBackground#1A1A1A
  • tab.inactiveForeground#636363
  • terminal.ansiBlack#2E3436
  • terminal.ansiBlue#3465A4
  • terminal.ansiBrightBlack#555753
  • terminal.ansiBrightBlue#729FCF
  • terminal.ansiBrightCyan#34E2E2
  • terminal.ansiBrightGreen#8AE234
  • terminal.ansiBrightMagenta#AD7FA8
  • terminal.ansiBrightRed#EF2929
  • terminal.ansiBrightWhite#EEEEEC
  • terminal.ansiBrightYellow#FCE94F
  • terminal.ansiCyan#06989A
  • terminal.ansiGreen#4E9A06
  • terminal.ansiMagenta#75507B
  • terminal.ansiRed#CC0000
  • terminal.ansiWhite#D3D7CF
  • terminal.ansiYellow#C4A000
  • terminal.foreground#D3D7CF
  • textLink.activeForeground#729FCF
  • textLink.foreground#729FCF
  • textPreformat.foreground#8AE234
  • titleBar.activeBackground#1A1A1A
  • titleBar.activeForeground#D3D7CF
  • titleBar.border#333333
  • titleBar.inactiveBackground#1A1A1A
  • titleBar.inactiveForeground#636363

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#858982
string, punctuation.definition.string#8AE234
constant.character.escape#34E2E2
constant, constant.numeric, constant.language, support.constant, variable.language#34E2E2
keyword, storage, storage.type, storage.modifier#AD7FA8
keyword.operator#D3D7CF
entity.name.function, support.function, variable.function, meta.function-call.method#729FCF
entity.name.type, entity.name.class, entity.other.inherited-class, support.class, support.type, meta.type, meta.type-alias#FCE94F
variable.parameter, meta.function.parameters#D3D7CF
variable.other.property, variable.other.object.property#D3D7CF
punctuation#888888
entity.name.tag#F24B4B
entity.other.attribute-name#FCE94F
support.type.property-name.css, support.type.property-name.less#729FCF
markup.heading#729FCF
markup.boldbold
markup.underlineunderline
markup.inline.raw#8AE234