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#F3EAD3
  • activityBar.foreground#4B565C
  • descriptionForeground#829181
  • editor.background#FFFBEF
  • editor.foreground#4B565C
  • editor.inactiveSelectionBackground#E8DFC8
  • editor.selectionBackground#E8DFC8
  • editorCursor.foreground#F57D26
  • editorLineNumber.activeForeground#4B565C
  • editorLineNumber.foreground#829181
  • editorWidget.background#F3EAD3
  • editorWidget.foreground#4B565C
  • errorForeground#F85552
  • focusBorder#F57D26
  • foreground#4B565C
  • panel.background#FFFBEF
  • panel.border#829181
  • sideBar.background#F3EAD3
  • sideBar.foreground#4B565C
  • statusBar.background#F3EAD3
  • statusBar.foreground#4B565C
  • terminal.ansiBlack#4B565C
  • terminal.ansiBlue#3A94C5
  • terminal.ansiBrightBlack#829181
  • terminal.ansiBrightBlue#3A94C5
  • terminal.ansiBrightCyan#35A77C
  • terminal.ansiBrightGreen#8DA101
  • terminal.ansiBrightMagenta#DF69BA
  • terminal.ansiBrightRed#F85552
  • terminal.ansiBrightWhite#4B565C
  • terminal.ansiBrightYellow#DFA000
  • terminal.ansiCyan#35A77C
  • terminal.ansiGreen#8DA101
  • terminal.ansiMagenta#DF69BA
  • terminal.ansiRed#F85552
  • terminal.ansiWhite#F3EAD3
  • terminal.ansiYellow#DFA000
  • terminal.background#FFFBEF
  • terminal.foreground#4B565C
  • terminal.selectionBackground#E8DFC8
  • terminalCursor.foreground#F57D26
  • textLink.activeForeground#F57D26
  • textLink.foreground#3A94C5
  • titleBar.activeBackground#F3EAD3
  • titleBar.activeForeground#4B565C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#829181italic
string, constant.other.symbol#8DA101
constant.numeric, constant.language#DF69BA
keyword, storage.type, storage.modifier#F85552
entity.name.function, support.function#3A94C5
entity.name.type, support.type, support.class#DFA000
variable.language, variable.parameter#35A77C
entity.name.tag#F85552
entity.other.attribute-name#DFA000