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#23242A
  • activityBar.border#23242A
  • activityBar.foreground#D8D8DA
  • dropdown.background#23242A
  • dropdown.border#23242A
  • dropdown.foreground#F6F6F6
  • editor.background#23242A
  • editor.foreground#F7F7F7
  • editor.lineHighlightBackground#20212B
  • editor.selectionBackground#23498E88
  • editor.selectionHighlightBackground#2267D022
  • editorCursor.foreground#2267D0
  • editorLineNumber.activeForeground#2267D0
  • editorLineNumber.foreground#5E6370
  • focusBorder#2267D0
  • input.background#262839
  • input.border#2267D0
  • input.foreground#F6F6F6
  • input.placeholderForeground#8B8C99
  • list.activeSelectionBackground#2267D0
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#213E6D
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#232436
  • list.inactiveSelectionForeground#F6F6F6
  • menu.background#292933
  • menu.border#23242A
  • menu.foreground#D8D8DA
  • menu.selectionBackground#2267D0
  • menu.selectionForeground#FFFFFF
  • menu.separatorBackground#292933
  • minimap.background#23242A
  • minimapSlider.activeBackground#2267D088
  • minimapSlider.background#23242A77
  • minimapSlider.hoverBackground#2267D055
  • panel.background#23242A
  • panel.border#23242A
  • pickerGroup.border#2267D0
  • pickerGroup.foreground#2267D0
  • quickInput.background#23242A
  • quickInput.foreground#F6F6F6
  • sideBar.background#23242A
  • sideBar.border#23242A
  • sideBar.foreground#D8D8DA
  • statusBar.background#23242A
  • statusBar.border#23242A
  • statusBar.foreground#D8D8DA
  • tab.activeBackground#23242A
  • tab.activeForeground#F6F6F6
  • tab.border#23242A
  • tab.inactiveBackground#1E1F22
  • tab.inactiveForeground#8B8C99
  • tab.lastPinnedBorder#23242A
  • terminal.ansiBlue#2267D0
  • terminal.background#23242A
  • terminal.foreground#D8D8DA
  • terminal.selectionBackground#23498E77

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7a8191italic
string, constant.other.symbol#43D67E—
constant.numeric, constant.language.boolean#82AAFF—
variable, meta.definition.variable#F7F7F7—
entity.name.function, support.function#51C6FA—
keyword, storage.type, storage.modifier#2267D0bold
entity.name.type, entity.name.class#FFC96B—
entity.name.tag, support.type#FB73B4—
punctuation, meta.brace#B3B8C3—
variable.parameter, meta.function.parameter#FFB454—
markup.heading, markup.heading.setext#2267D0bold
markup.bold—bold
markup.italic—italic
markup.underline—underline
markup.strikethrough—strikethrough
markup.inserted#43D67E—
markup.deleted#F75570—
markup.changed#51C6FA—