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#ec010118
  • activityBar.activeBorder#ec0101
  • activityBar.activeFocusBorder#ec0101
  • activityBar.background#09090bcc
  • activityBar.border#1f1f22
  • activityBar.dropBackground#ec010122
  • activityBar.foreground#ec0101
  • activityBar.inactiveForeground#777777
  • activityBarBadge.background#ec0101
  • activityBarBadge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#ec0101
  • breadcrumb.background#09090bcc
  • breadcrumb.focusForeground#ec0101
  • button.background#ec0101aa
  • button.foreground#ffffff
  • button.hoverBackground#ec010122
  • button.secondaryBackground#111113aa
  • button.secondaryForeground#ffffff
  • button.secondaryHoverBackground#ec010118
  • commandCenter.activeForeground#ffffff
  • commandCenter.background#09090bcc
  • commandCenter.border#1f1f2288
  • commandCenter.foreground#ec0101
  • editor.background#0b0b0dcc
  • editor.foreground#e8e8e8
  • editor.selectionBackground#ec010044
  • editor.selectionHighlightBackground#ec010022
  • editorActions.foreground#ec0101
  • editorActions.hoverForeground#ffffff
  • editorBracketMatch.background#ec010122
  • editorBracketMatch.border#ec0101
  • editorCursor.foreground#ec0101
  • editorGroupHeader.noTabsBackground#09090b
  • editorGroupHeader.noTabsBorder#1f1f22
  • editorGroupHeader.tabsBackground#09090bcc
  • editorGroupHeader.tabsBorder#1f1f22
  • editorGutter.background#0b0b0d88
  • editorIndentGuide.activeBackground1#ec010166
  • editorIndentGuide.background1#202025
  • editorLineNumber.activeForeground#ec0101
  • editorLineNumber.foreground#45454d
  • editorOverviewRuler.border#1f1f22
  • editorWhitespace.foreground#303038
  • editorWidget.background#0d0d0fcc
  • editorWidget.border#ec010188
  • focusBorder#ec0101
  • input.background#111113
  • input.border#2a2a2e88
  • input.foreground#ffffff
  • inputOption.activeBorder#ec0101
  • list.activeSelectionBackground#ec010118
  • list.activeSelectionForeground#ffffff
  • list.background#0b0b0dcc
  • list.foreground#dddddd
  • list.hoverBackground#ec010110
  • menu.background#0b0b0dcc
  • menu.border#ec0101
  • menu.foreground#e8e8e8
  • menu.selectionBackground#ec010125
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#ec010177
  • menubar.selectionBackground#3a0000
  • menubar.selectionForeground#ffffff
  • menuBarItem.activeBackground#ec010135
  • menuBarItem.activeForeground#ffffff
  • menuBarItem.foreground#e8e8e8
  • menuBarItem.hoverBackground#ec010125
  • menuBarItem.hoverForeground#ffffff
  • panel.background#09090bcc
  • panel.border#1f1f22
  • panelSection.border#1f1f22
  • panelSection.dropBackground#ec010122
  • panelTitle.activeBorder#ec0101
  • panelTitle.activeForeground#ec0101
  • panelTitle.border#1f1f22
  • panelTitle.inactiveForeground#777777
  • pickerGroup.border#1f1f2288
  • quickInput.background#0b0b0dcc
  • quickInput.foreground#f5f5f5
  • quickInputList.focusBackground#ec010118
  • quickInputList.focusForeground#ffffff
  • scrollbarSlider.activeBackground#ec010199
  • scrollbarSlider.background#ec010133
  • scrollbarSlider.hoverBackground#ec010166
  • sideBar.background#0b0b0dcc
  • sideBar.border#1f1f22
  • sideBar.foreground#dddddd
  • sideBarSectionHeader.background#111113
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#09090bcc
  • statusBar.border#1f1f22
  • statusBar.debuggingBackground#3a0000
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ec0101
  • statusBar.noFolderBackground#09090b
  • statusBar.noFolderForeground#777777
  • tab.activeBackground#111113
  • tab.activeBorder#ec0101
  • tab.activeBorderTop#ec0101
  • tab.activeForeground#ffffff
  • tab.hoverBackground#ec010122
  • tab.hoverBorder#ec0101
  • tab.hoverForeground#ffffff
  • tab.inactiveBackground#09090bcc
  • tab.inactiveForeground#777777
  • tab.selectedBackground#3a0000
  • tab.selectedBorderTop#ec0101
  • tab.selectedForeground#ffffff
  • tab.unfocusedActiveBackground#111113
  • tab.unfocusedActiveForeground#ffffff
  • tab.unfocusedInactiveBackground#09090b
  • tab.unfocusedInactiveForeground#777777
  • terminal.background#09090bdd
  • terminal.foreground#f5f5f5
  • terminalCursor.foreground#ec0101
  • titleBar.activeBackground#09090bcc
  • titleBar.activeForeground#ffffff
  • titleBar.border#1f1f22
  • titleBar.inactiveBackground#09090bcc
  • titleBar.inactiveForeground#777777
  • toolbar.activeBackground#ec010122
  • toolbar.background#09090bcc
  • toolbar.border#1f1f2288
  • toolbar.hoverBackground#ec010112
  • toolbarIcon.activeForeground#ffffff
  • toolbarIcon.foreground#ec0101
  • toolbarIcon.hoverForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, keyword.operator, storage, storage.type, storage.modifier#ff3b3bbold
entity.name.function, support.function, meta.function-call, variable.function#ff9f43
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#ffd166bold
string, string.quoted, string.quoted.single, string.quoted.double, string.template#7ee787
variable, variable.other, variable.parameter, variable.other.readwrite#79c0ff
support, support.type.builtin, support.function.builtin, support.constant#67e8f9
constant.numeric, constant.numeric.integer, constant.numeric.float#f59e0b
constant.language, constant.language.python, support.constant.python#c084fcbold
meta.function.decorator, entity.name.function.decorator, punctuation.decorator#c084fc
comment, punctuation.definition.comment#6b7280italic
keyword.operator, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.logical, keyword.operator.arithmetic#f5f5f5
punctuation, meta.brace, meta.brackets, punctuation.definition.parameters#b8b8c0