Skip to main content
Coding Theme

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#000000
  • activityBar.foreground#E6E6E6
  • activityBar.inactiveForeground#E6E6E680
  • activityBarBadge.background#B392F0
  • activityBarBadge.foreground#000000
  • badge.background#B392F0
  • badge.foreground#000000
  • button.background#B392F0
  • button.foreground#000000
  • button.hoverBackground#B392F080
  • dropdown.background#111111
  • dropdown.border#303030
  • dropdown.foreground#E6E6E6
  • editor.background#111111
  • editor.findMatchBackground#4DA2FF40
  • editor.findMatchHighlightBackground#4DA2FF40
  • editor.foreground#E6E6E6
  • editor.inactiveSelectionBackground#4DA2FF20
  • editor.selectionBackground#4DA2FF40
  • editorError.foreground#F07178
  • editorGroup.border#303030
  • editorGroupHeader.tabsBackground#000000
  • editorLineNumber.foreground#5A5A5A
  • editorWarning.foreground#F4A261
  • editorWidget.background#111111
  • editorWidget.border#303030
  • focusBorder#303030
  • input.background#111111
  • input.border#303030
  • input.foreground#E6E6E6
  • list.activeSelectionBackground#B392F040
  • list.activeSelectionForeground#E6E6E6
  • list.hoverBackground#E6E6E610
  • list.inactiveSelectionBackground#30303080
  • menu.background#111111
  • menu.foreground#E6E6E6
  • menu.selectionBackground#B392F0
  • menu.selectionForeground#000000
  • menu.separatorBackground#303030
  • panel.background#000000
  • panel.border#303030
  • panelTitle.activeBorder#B392F0
  • panelTitle.activeForeground#E6E6E6
  • panelTitle.inactiveForeground#E6E6E680
  • scrollbarSlider.activeBackground#E6E6E660
  • scrollbarSlider.background#E6E6E620
  • scrollbarSlider.hoverBackground#E6E6E640
  • sideBar.background#000000
  • sideBar.border#303030
  • sideBar.foreground#E6E6E6
  • sideBarSectionHeader.background#000000
  • sideBarTitle.foreground#E6E6E6
  • statusBar.background#000000
  • statusBar.debuggingBackground#B392F0
  • statusBar.foreground#E6E6E6
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#111111
  • tab.activeBorder#B392F0
  • tab.activeForeground#E6E6E6
  • tab.border#303030
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#E6E6E680
  • terminal.background#000000
  • terminal.foreground#E6E6E6
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#E6E6E6
  • titleBar.inactiveBackground#00000080
  • titleBar.inactiveForeground#E6E6E680
  • widget.shadow#00000040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5A5Aitalic
string, punctuation.definition.string#F4A261
entity.name.function, support.function, meta.function-call, meta.function.call.compiler.go, entity.name.function.go, entity.name.function.php, entity.name.function.ts#4AE187
keyword, keyword.control, storage, storage.type, storage.modifier, keyword.operator.new#B392F0
variable, variable.parameter, variable.other, variable.other.object, variable.other.readwrite, variable.other.php, variable.other.go, variable.other.readwrite.ts, variable.other.property, support.variable.property#4DA2FF
constant.numeric#F4A261
constant.language.boolean, constant.language#B392F0
punctuation, keyword.operator#E6E6E6
meta.object-literal.key, support.type.property-name.json#E6E6E6
entity.name.type, entity.name.class, support.type, support.class#4DA2FF
Kenana by Arsan Gamal - VS Code Theme