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.border#111111
  • activityBar.foreground#CCCCCC
  • activityBar.inactiveForeground#666666
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#FFFFFF
  • badge.background#2A2A2A
  • badge.foreground#CCCCCC
  • breadcrumb.activeSelectionForeground#FFFFFF
  • breadcrumb.background#000000
  • breadcrumb.focusForeground#CCCCCC
  • breadcrumb.foreground#888888
  • button.background#0E639C
  • button.foreground#FFFFFF
  • button.hoverBackground#1177BB
  • dropdown.background#0D0D0D
  • dropdown.border#1E1E1E
  • dropdown.foreground#CCCCCC
  • editor.background#000000
  • editor.foreground#CCCCCC
  • editor.inactiveSelectionBackground#3A3D41
  • editor.lineHighlightBackground#0A0A0A
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#ADD6FF26
  • editorBracketMatch.background#0064001A
  • editorBracketMatch.border#888888
  • editorCursor.foreground#AEAFAD
  • editorError.foreground#F48771
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#111111
  • editorIndentGuide.activeBackground#555555
  • editorIndentGuide.background#2A2A2A
  • editorInfo.foreground#75BEFF
  • editorLineNumber.activeForeground#999999
  • editorLineNumber.foreground#4A4A4A
  • editorSuggestWidget.background#0D0D0D
  • editorSuggestWidget.border#2A2A2A
  • editorSuggestWidget.selectedBackground#094771
  • editorSuggestWidget.selectedForeground#FFFFFF
  • editorUnnecessaryCode.opacity#000000cc
  • editorWarning.foreground#CCA700
  • editorWhitespace.foreground#2A2A2A
  • editorWidget.background#0D0D0D
  • editorWidget.border#2A2A2A
  • focusBorder#007ACC80
  • gitDecoration.conflictingResourceForeground#E4676B
  • gitDecoration.deletedResourceForeground#C74E39
  • gitDecoration.ignoredResourceForeground#606060
  • gitDecoration.modifiedResourceForeground#E2C08D
  • gitDecoration.untrackedResourceForeground#73C991
  • input.background#0D0D0D
  • input.border#1E1E1E
  • input.foreground#CCCCCC
  • input.placeholderForeground#A6A6A6
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#111111
  • list.hoverBackground#0D0D0D
  • list.hoverForeground#CCCCCC
  • list.inactiveSelectionBackground#111111
  • list.inactiveSelectionForeground#CCCCCC
  • menu.background#1A1A1A
  • menu.border#333333
  • menu.foreground#CCCCCC
  • menu.selectionBackground#2A2A2A
  • menu.selectionBorder#333333
  • menu.selectionForeground#FFFFFF
  • menu.separatorBackground#333333
  • menubar.selectionBackground#2A2A2A
  • menubar.selectionBorder#333333
  • menubar.selectionForeground#FFFFFF
  • panel.background#000000
  • panel.border#111111
  • panelTitle.activeBorder#0078D4
  • panelTitle.activeForeground#CCCCCC
  • panelTitle.inactiveForeground#888888
  • scrollbarSlider.activeBackground#BFBFBF66
  • scrollbarSlider.background#79797966
  • scrollbarSlider.hoverBackground#646464B3
  • selection.background#264F78
  • settings.numberInputBackground#0D0D0D
  • settings.textInputBackground#0D0D0D
  • sideBar.background#000000
  • sideBar.border#111111
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#00000000
  • sideBarSectionHeader.border#cccc3333
  • sideBarSectionHeader.foreground#CCCCCC
  • sideBarTitle.foreground#BBBBBB
  • statusBar.background#000000
  • statusBar.border#111111
  • statusBar.debuggingBackground#0078D4
  • statusBar.foreground#CCCCCC
  • statusBar.noFolderBackground#000000
  • statusBarItem.hoverBackground#0062A3
  • statusBarItem.remoteBackground#16825D
  • statusBarItem.remoteForeground#FFF
  • tab.activeBackground#000000
  • tab.activeBorder#007ACC
  • tab.activeBorderTop#0078D4
  • tab.activeForeground#FFFFFF
  • tab.border#111111
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#888888
  • terminal.background#000000
  • terminal.foreground#CCCCCC
  • terminalCursor.foreground#AEAFAD
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#CCCCCC
  • titleBar.border#111111
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#888888

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment.line.double-slash.ts, comment.line.double-slash.tsx, comment.block.ts, comment.block.tsx#628650
invalid.deprecated, invalid.unnecessary#AAAAAA
meta.embedded, source.groovy.embedded#CCCCCC
emphasisitalic
strongbold
comment#628650
punctuation.definition.comment#628650
comment.documentation#5C824C
comment.documentation.attribute#C0C0C0
comment.documentation.cdata#E0CC78
comment.documentation.delimiter#747474
comment.documentation.name#54A0D0
constant.language#54A0D0
constant.numeric, entity.name.operator.custom-literal.number, keyword.operator.plus.exponent, keyword.operator.minus.exponent#AECCA0
constant.regexp#60608E
constant.character#54A0D0
constant.character.escape#D0B474
entity.name.tag#54A0D0
entity.name.tag.css#D0B474
entity.other.attribute-name#96D4F4
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.attribute.scss, entity.other.attribute-name.scss#D0B474
invalid#EA4242
markup.underlineunderline
markup.bold#54A0D0bold
markup.heading#54A0D0bold
markup.italicitalic
markup.inserted#AECCA0
markup.deleted#C68870
markup.changed#54A0D0
markup.inline.raw#C68870
punctuation.definition.tag#707070
meta.preprocessor, entity.name.function.preprocessor#54A0D0
meta.preprocessor.string#C68870
meta.preprocessor.numeric#AECCA0
meta.structure.dictionary.key.python#96D4F4
meta.diff.header#54A0D0
storage#54A0D0
storage.type#54A0D0
storage.modifier, keyword.operator.noexcept#54A0D0
string, entity.name.operator.custom-literal.string, meta.embedded.assembly#C68870
string.tag#C68870
string.value#C68870
string.regexp#C86060
punctuation.definition.string#C68870
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#54A0D0
meta.template.expression#CCCCCC
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#96D4F4
keyword#54A0D0
keyword.operator#CCCCCC
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike#BE80BA
keyword.other.unit#AECCA0
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#54A0D0
support.function.git-rebase#96D4F4
constant.sha.git-rebase#AECCA0
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#CCCCCC
variable.language#54A0D0
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal, entity.name.function.extension#CECE96
meta.return-type, support.class, support.type, entity.name.type, entity.other.attribute, entity.name.scope-resolution, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#46C0A8
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#46C0A8
keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#BE80BA
variable, meta.definition.variable.name, support.variable, entity.name.variable#96D4F4
variable.other.constant, variable.other.enummember#4CBECE
meta.object-literal.key#96D4F4
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#C68870
punctuation#CCCCCC
entity.name.namespace, entity.name.type.namespace#CCCCCC
entity.name.variable.field#CCCCCC
variable.other.property#CCCCCC
variable.other.constant#CCCCCC
variable.other.enummember#CCCCCC
entity.name.type.interface#B4D49E
entity.name.type.enum#B4D49E
entity.name.type.type-parameter#B4D49E
entity.name.type.struct#80BE8A
support.other.excluded#747474
keyword.preprocessor#747474
entity.name.label#C0C0C0
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#C68870
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#C86060
keyword.operator.or.regexp, keyword.control.anchor.regexp#CECE96
keyword.operator.quantifier.regexp#D0B474
VS 2019 Total Black Theme by odeyal0 - VS Code Theme