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#d3dde5
  • activityBar.foreground#151b20
  • button.background#36649e
  • button.foreground#eef3f6
  • editor.background#eef3f6
  • editor.findMatchBackground#da965242
  • editor.foreground#151b20
  • editor.lineHighlightBackground#0000000a
  • editor.selectionBackground#5b90d133
  • editorCursor.foreground#5b90d1
  • editorError.foreground#dd5b68
  • editorHint.foreground#56b984
  • editorInfo.foreground#5b90d1
  • editorLineNumber.activeForeground#1d252c
  • editorLineNumber.foreground#5d7080
  • editorWarning.foreground#da9652
  • focusBorder#5b90d1
  • foreground#151b20
  • gitDecoration.addedResourceForeground#56b984
  • gitDecoration.deletedResourceForeground#dd5b68
  • gitDecoration.modifiedResourceForeground#d9bf58
  • input.background#8297a8
  • input.foreground#151b20
  • panel.background#acbcc9
  • panel.border#8297a8
  • sideBar.background#acbcc9
  • sideBar.foreground#151b20
  • statusBar.background#d3dde5
  • statusBar.foreground#151b20
  • terminal.ansiBlack#1d252c
  • terminal.ansiBlue#36649e
  • terminal.ansiBrightBlack#44525f
  • terminal.ansiBrightBlue#5b90d1
  • terminal.ansiBrightCyan#55aec0
  • terminal.ansiBrightGreen#56b984
  • terminal.ansiBrightMagenta#b074ca
  • terminal.ansiBrightRed#dd5b68
  • terminal.ansiBrightWhite#d3dde5
  • terminal.ansiBrightYellow#d9bf58
  • terminal.ansiCyan#2f7d8a
  • terminal.ansiGreen#317e58
  • terminal.ansiMagenta#7f4894
  • terminal.ansiRed#a63a45
  • terminal.ansiWhite#acbcc9
  • terminal.ansiYellow#a58c33
  • terminal.background#eef3f6
  • terminal.foreground#151b20

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#44525f
keyword, storage, keyword.operator#36649e
string#317e58
constant.numeric, constant.language#a96a34
entity.name.function, support.function#5b90d1
entity.name.type, support.type#36649e
variable#1d252c