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#0D1024
  • activityBar.foreground#F3B33E
  • editor.background#121630
  • editor.foreground#ECECF0
  • editor.lineHighlightBackground#1D234A
  • editor.selectionBackground#2E3B7580
  • editorCursor.foreground#FF4D4D
  • editorLineNumber.activeForeground#F3B33E
  • editorLineNumber.foreground#333A66
  • sideBar.background#171C3D
  • sideBar.foreground#CBD1E8
  • sideBarTitle.foreground#F3B33E
  • statusBar.background#0B0E1E
  • statusBar.foreground#8A93B8
  • tab.activeBackground#121630
  • tab.activeForeground#F3B33E
  • tab.inactiveBackground#171C3D
  • tab.inactiveForeground#707A9E
  • titleBar.activeBackground#0D1024

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier#F3B33Ebold
entity.name.function, support.function#789BFF
string, punctuation.definition.string#E0C870
variable, meta.parameter#EADCD3
constant.numeric, constant.language#FF5252
entity.name.type, entity.name.class, support.class#63C5DAbold
comment, punctuation.definition.comment#515A85italic