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#141B19
  • breadcrumb.background#1A2421
  • button.background#4A5D4E
  • button.foreground#C8D5B9
  • button.hoverBackground#5A715F
  • dropdown.background#1A2421
  • dropdown.border#4A5D4E
  • editor.background#1A2421
  • editor.foreground#C8D5B9
  • editorGroupHeader.tabsBackground#141B19
  • editorLineNumber.activeForeground#C8D5B9
  • editorLineNumber.foreground#4A5D4E
  • editorStickyScroll.background#1A2421
  • editorWidget.border#4A5D4E
  • focusBorder#4A5D4E
  • input.background#1A2421
  • input.border#4A5D4E
  • input.foreground#C8D5B9
  • list.activeSelectionBackground#4A5D4E66
  • list.focusAndSelectionOutline#4A5D4E
  • list.focusBackground#4A5D4E44
  • list.focusOutline#4A5D4E
  • list.hoverBackground#4A5D4E22
  • list.inactiveSelectionBackground#4A5D4E33
  • menu.background#141B19
  • menu.foreground#C8D5B9
  • menu.selectionBackground#4A5D4E
  • menu.separatorBackground#4A5D4E
  • menubar.selectionBackground#4A5D4E66
  • panel.background#141B19
  • panel.border#4A5D4E
  • panelInput.background#1A2421
  • panelInput.border#4A5D4E
  • panelSection.border#4A5D4E
  • panelSectionHeader.background#141B19
  • panelSectionHeader.border#4A5D4E
  • panelTitle.activeBorder#4A5D4E
  • panelTitle.activeForeground#C8D5B9
  • panelTitle.inactiveForeground#7A8C80
  • pickerGroup.border#4A5D4E
  • pickerGroup.foreground#8FB996
  • quickInput.background#141B19
  • quickInput.foreground#C8D5B9
  • quickInputList.focusBackground#4A5D4E66
  • quickInputList.focusForeground#C8D5B9
  • sideBar.background#141B19
  • sideBar.foreground#7A8C80
  • statusBar.background#141B19
  • tab.activeBackground#1A2421
  • tab.inactiveBackground#141B19
  • terminal.background#141B19
  • textLink.activeForeground#C8D5B9
  • textLink.foreground#8FB996
  • titleBar.activeBackground#141B19

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, storage.type, storage.modifier#7DE2D1bold
entity.name.function, support.function, variable.function#FFD700bold
string, string.quoted, punctuation.definition.string#A7C957
constant.numeric#F2E8CFbold
comment, punctuation.definition.comment#4F6D7Aitalic
variable, variable.other, variable.parameter#E9F5DB
entity.name.tag, punctuation.definition.tag#38B000
entity.other.attribute-name#99D98Citalic
constant.language, support.constant#DDBDF1bold
entity.name.type, entity.name.class, support.type, support.class#48CAE4underline
keyword.operator, punctuation, meta.brace#7A8C80