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.activeBackground#005180
  • activityBar.activeBorder#005180
  • activityBar.background#000000
  • activityBar.border#005180
  • activityBar.foreground#56b4e9
  • activityBar.inactiveForeground#0072b2
  • badge.background#005180
  • badge.foreground#a0a0a0
  • button.background#005180
  • button.foreground#a0a0a0
  • button.hoverBackground#0072b2
  • dropdown.background#000000
  • dropdown.border#005180
  • dropdown.foreground#0072b2
  • dropdown.listBackground#000000
  • editor.background#000000
  • editor.findMatchBackground#505050
  • editor.findMatchHighlightBackground#50505088
  • editor.foreground#56b4e9
  • editor.hoverHighlightBackground#303030
  • editor.lineHighlightBorder#303030
  • editor.selectionBackground#303030
  • editor.selectionHighlightBackground#30303088
  • editor.wordHighlightBorder#005180
  • editor.wordHighlightStrongBorder#0072b2
  • editorCursor.background#0072b2
  • editorCursor.foreground#404040
  • editorGroup.border#005180
  • editorGroupHeader.noTabsBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#005180
  • editorLineNumber.foreground#505050
  • editorWidget.background#000000
  • editorWidget.border#005180
  • editorWidget.foreground#0072b2
  • errorForeground#0072b2
  • extensionButton.prominentBackground#004d38
  • extensionButton.prominentForeground#a0a0a0
  • focusBorder#005180
  • foreground#0072b2
  • icon.foreground#0072b2
  • input.background#000000
  • input.border#0072b2
  • input.foreground#0072b2
  • input.placeholderForeground#005180
  • inputOption.activeBackground#005180
  • inputOption.activeBorder#000000
  • inputOption.activeForeground#a0a0a0
  • menu.border#005180
  • menu.selectionForeground#a0a0a0
  • menu.separatorBackground#002840
  • panel.background#000000
  • panel.border#005180
  • panelSectionHeader.foreground#0072b2
  • panelTitle.activeForeground#0072b2
  • panelTitle.inactiveForeground#005180
  • peekView.border#005180
  • peekViewEditor.background#000000
  • peekViewResult.background#000000
  • peekViewTitle.background#000000
  • progressBar.background#005180
  • scrollbar.shadow#005180
  • scrollbarSlider.activeBackground#0072b2
  • scrollbarSlider.background#202020
  • scrollbarSlider.hoverBackground#005180
  • selection.background#505050
  • sideBar.background#000000
  • sideBar.border#005180
  • sideBar.foreground#0072b2
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#005180
  • sideBarSectionHeader.foreground#0072b2
  • sideBarTitle.foreground#0072b2
  • statusBar.background#000000
  • statusBar.border#005180
  • statusBar.debuggingBackground#005180
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#0072b2
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#005180
  • tab.activeForeground#a0a0a0
  • tab.border#005180
  • tab.hoverBackground#56b4e9
  • tab.hoverForeground#101010
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#505050
  • tab.unfocusedActiveBackground#002840
  • tab.unfocusedActiveForeground#808080
  • terminal.foreground#a0a0a0
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#0072b2
  • titleBar.border#005180
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#005180
  • widget.shadow#000000
  • window.activeBorder#000000
  • window.inactiveBorder#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.quoted.docstring#807a22
string#805700
constant.numeric, constant.character.numeric, keyword.other.unit#a0a0a0
variable.language.special, variable.parameter.function.language.special, variable.language.this, storage.type.class, storage.type.function#005180bold
entity.name.type.class, entity.name.function.python, entity.name.function.definition, meta.definition.function, meta.definition.method, entity.name.type.constructor, punctuation.separator.scope-resolution.constructor, entity.name.type.destructor, punctuation.separator.scope-resolution.destructor, entity.name.scope-resolution.function, punctuation.separator.scope-resolution.function, support.function.magic#663c53bold
meta.function-call.generic, meta.function-call.js, support.function.builtin, keyword.operator.functionlike, entity.name.function.call#663c53
keyword.control, keyword.operator.logical, constant.language, storage.modifier.js#cc79a7
support.type.python, storage.type.js, storage.type.built-in, storage.modifier.specifier#009e73
variable.parameter.function-call, storage.type.modifier.access#803700
punctuation.terminator.statement#009e73
markup.heading.markdown#805700bold
markup.list#009e73
markup.boldbold
markup.italicitalic
entity.name.tag.js, punctuation.definition.tag#009e73
entity.other.attribute-name#803700
Okabe Ito by ccsobral - VS Code Theme