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#0f1013
  • activityBar.foreground#f0ece8
  • activityBar.inactiveForeground#888888
  • activityBarBadge.background#d494b7
  • activityBarBadge.foreground#0f0f0f
  • button.background#1e1a1a
  • button.foreground#f0ece8
  • button.hoverBackground#222222
  • dropdown.background#161616
  • dropdown.border#222222
  • dropdown.foreground#f0ece8
  • editor.background#1a1a1e
  • editor.findMatchBackground#a8c8e6
  • editor.findMatchHighlightBackground#f2c6de33
  • editor.foreground#f0ece8
  • editor.lineHighlightBackground#1e1a1a
  • editor.selectionBackground#f2c6de33
  • editor.selectionForeground#f0ece8
  • editor.wordHighlightBackground#f2c6de22
  • editor.wordHighlightStrongBackground#f2c6de22
  • editorBracketMatch.background#222222
  • editorCursor.foreground#f2c6de
  • editorLineNumber.foreground#6f848a
  • focusBorder#c6e8f2
  • input.background#161616
  • input.border#222222
  • input.foreground#f0ece8
  • list.activeSelectionBackground#f2c6de33
  • list.hoverBackground#161616
  • panel.background#17181c
  • panel.border#1a1e1a
  • sideBar.background#17181c
  • sideBar.border#1a1e1a
  • sideBar.foreground#f0ece8
  • statusBar.background#0f1013
  • statusBar.debuggingBackground#161616
  • statusBar.debuggingForeground#f0ece8
  • statusBar.foreground#f0ece8
  • tab.activeBackground#161616
  • tab.activeForeground#f0ece8
  • tab.inactiveBackground#0f0f0f
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#0f1013
  • terminal.ansiBlue#c6e8f2
  • terminal.ansiCyan#a8c8e6
  • terminal.ansiGreen#a8e6cf
  • terminal.ansiMagenta#dbcdf0
  • terminal.ansiRed#d494b7
  • terminal.ansiWhite#f0ece8
  • terminal.ansiYellow#f2e6a8
  • terminal.background#1a1a1e
  • terminal.foreground#f0ece8
  • textLink.activeForeground#a8c8e6
  • textLink.foreground#c6e8f2
  • textLink.hoverForeground#f2c6de
  • titleBar.activeBackground#0f1013
  • titleBar.activeForeground#f0ece8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6f848aitalic
keyword, storage.type, storage.modifier#f2c6de
entity.name.function, support.function#c6e8f2
string, markup.heading#a8e6cf
entity.name.type, support.class, entity.name.class, support.type#dbcdf0
variable, variable.language#eee8d5
constant.numeric, constant.language, constant.character#f2e6a8
punctuation, meta.tag#888888
invalid#d494b7
Eh's Web Themes by Eh - VS Code Theme