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#6E2233
  • activityBar.foreground#F4EDE1
  • activityBar.inactiveForeground#D0BBA0
  • editor.background#2A221D
  • editor.foreground#F4EDE1
  • editor.inactiveSelectionBackground#43352A
  • editor.lineHighlightBackground#342A24
  • editor.selectionBackground#5A4635
  • editorCursor.foreground#FFF8E7
  • editorLineNumber.activeForeground#D6B97B
  • editorLineNumber.foreground#8A755C
  • panel.background#2A221D
  • sideBar.background#332B26
  • sideBar.foreground#F4EDE1
  • statusBar.background#203A63
  • statusBar.foreground#F4EDE1
  • tab.activeBackground#6E2233
  • tab.activeForeground#F4EDE1
  • tab.inactiveBackground#2A221D
  • tab.inactiveForeground#A79379
  • terminal.background#2A221D
  • titleBar.activeBackground#3A2B24
  • titleBar.activeForeground#F4EDE1
  • titleBar.inactiveBackground#2A221D
  • titleBar.inactiveForeground#A79379

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8E9CADitalic
keyword, storage#FFF8E7bold
string#8ED8FF
constant.numeric#E0AF68
entity.name.function#FF7A7A
entity.name.type#6AA8FF
variable.parameter#D9A45E