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#343F44
  • activityBar.foreground#D3C6AA
  • descriptionForeground#7A8478
  • editor.background#2D353B
  • editor.foreground#D3C6AA
  • editor.inactiveSelectionBackground#543A48
  • editor.selectionBackground#543A48
  • editorCursor.foreground#E69875
  • editorLineNumber.activeForeground#D3C6AA
  • editorLineNumber.foreground#7A8478
  • editorWidget.background#343F44
  • editorWidget.foreground#D3C6AA
  • errorForeground#E67E80
  • focusBorder#E69875
  • foreground#D3C6AA
  • panel.background#2D353B
  • panel.border#7A8478
  • sideBar.background#343F44
  • sideBar.foreground#D3C6AA
  • statusBar.background#343F44
  • statusBar.foreground#D3C6AA
  • terminal.ansiBlack#475258
  • terminal.ansiBlue#7FBBB3
  • terminal.ansiBrightBlack#7A8478
  • terminal.ansiBrightBlue#7FBBB3
  • terminal.ansiBrightCyan#83C092
  • terminal.ansiBrightGreen#A7C080
  • terminal.ansiBrightMagenta#D699B6
  • terminal.ansiBrightRed#E67E80
  • terminal.ansiBrightWhite#FFF9E8
  • terminal.ansiBrightYellow#DBBC7F
  • terminal.ansiCyan#83C092
  • terminal.ansiGreen#A7C080
  • terminal.ansiMagenta#D699B6
  • terminal.ansiRed#E67E80
  • terminal.ansiWhite#D3C6AA
  • terminal.ansiYellow#DBBC7F
  • terminal.background#2D353B
  • terminal.foreground#D3C6AA
  • terminal.selectionBackground#543A48
  • terminalCursor.foreground#E69875
  • textLink.activeForeground#E69875
  • textLink.foreground#7FBBB3
  • titleBar.activeBackground#343F44
  • titleBar.activeForeground#D3C6AA

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A8478italic
string, constant.other.symbol#A7C080
constant.numeric, constant.language#D699B6
keyword, storage.type, storage.modifier#E67E80
entity.name.function, support.function#7FBBB3
entity.name.type, support.type, support.class#DBBC7F
variable.language, variable.parameter#83C092
entity.name.tag#E67E80
entity.other.attribute-name#DBBC7F