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#1A1A1A
  • activityBar.foreground#7D7D7D
  • activityBarBadge.background#383838
  • badge.background#383838
  • badge.foreground#C1C1C1
  • button.background#333
  • debugIcon.breakpointCurrentStackframeForeground#79b8ff
  • debugIcon.breakpointDisabledForeground#848484
  • debugIcon.breakpointForeground#FF7A84
  • debugIcon.breakpointStackframeForeground#79b8ff
  • debugIcon.breakpointUnverifiedForeground#848484
  • debugIcon.continueForeground#FF7A84
  • debugIcon.disconnectForeground#FF7A84
  • debugIcon.pauseForeground#FF7A84
  • debugIcon.restartForeground#79b8ff
  • debugIcon.startForeground#79b8ff
  • debugIcon.stepBackForeground#FF7A84
  • debugIcon.stepIntoForeground#FF7A84
  • debugIcon.stepOutForeground#FF7A84
  • debugIcon.stepOverForeground#FF7A84
  • debugIcon.stopForeground#79b8ff
  • diffEditor.insertedTextBackground#3a632a4b
  • diffEditor.removedTextBackground#88063852
  • editor.background#1f1f1f
  • editor.findMatchBackground#464646
  • editor.findMatchHighlightBackground#303030
  • editor.lineHighlightBorder#303030
  • editor.selectionBackground#303030
  • editor.selectionHighlightBackground#303030
  • editorGroupHeader.tabsBackground#1A1A1A
  • editorGroupHeader.tabsBorder#1A1A1A
  • editorIndentGuide.activeBackground#383838
  • editorIndentGuide.background#2A2A2A
  • editorLineNumber.foreground#727272
  • editorRuler.foreground#2A2A2A
  • editorSuggestWidget.background#1A1A1A
  • focusBorder#444
  • foreground#888888
  • gitDecoration.ignoredResourceForeground#444444
  • input.background#2A2A2A
  • input.foreground#E0E0E0
  • inputOption.activeBackground#3a3a3a
  • list.activeSelectionBackground#212121
  • list.activeSelectionForeground#F5F5F5
  • list.focusBackground#292929
  • list.highlightForeground#EAEAEA
  • list.hoverBackground#262626
  • list.hoverForeground#9E9E9E
  • list.inactiveSelectionBackground#212121
  • list.inactiveSelectionForeground#F5F5F5
  • panelTitle.activeBorder#1f1f1f
  • panelTitle.activeForeground#FAFAFA
  • panelTitle.inactiveForeground#484848
  • peekView.border#444
  • peekViewEditor.background#242424
  • pickerGroup.border#363636
  • pickerGroup.foreground#EAEAEA
  • progressBar.background#FAFAFA
  • scrollbar.shadow#1f1f1f
  • sideBar.background#1A1A1A
  • sideBarSectionHeader.background#202020
  • statusBar.background#1A1A1A
  • statusBar.debuggingBackground#1A1A1A
  • statusBar.foreground#7E7E7E
  • statusBar.noFolderBackground#1A1A1A
  • statusBarItem.prominentBackground#fafafa1a
  • statusBarItem.remoteBackground#1a1a1a00
  • statusBarItem.remoteForeground#7E7E7E
  • symbolIcon.classForeground#FF9800
  • symbolIcon.constructorForeground#b392f0
  • symbolIcon.enumeratorForeground#FF9800
  • symbolIcon.enumeratorMemberForeground#79b8ff
  • symbolIcon.eventForeground#FF9800
  • symbolIcon.fieldForeground#79b8ff
  • symbolIcon.functionForeground#b392f0
  • symbolIcon.interfaceForeground#79b8ff
  • symbolIcon.methodForeground#b392f0
  • symbolIcon.variableForeground#79b8ff
  • tab.activeBorder#1e1e1e
  • tab.activeForeground#FAFAFA
  • tab.border#1A1A1A
  • tab.inactiveBackground#1A1A1A
  • tab.inactiveForeground#727272
  • terminal.ansiBlack#41505E
  • terminal.ansiBlue#539afc
  • terminal.ansiBrightBlack#41505E
  • terminal.ansiBrightBlue#539afc
  • terminal.ansiBrightCyan#70e1e8
  • terminal.ansiBrightGreen#8bd49c
  • terminal.ansiBrightMagenta#b62d65
  • terminal.ansiBrightRed#d95468
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ebbf83
  • terminal.ansiCyan#70e1e8
  • terminal.ansiGreen#8bd49c
  • terminal.ansiMagenta#b62d65
  • terminal.ansiRed#d95468
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ebbf83
  • terminal.background#1A1A1A
  • terminal.foreground#ffffff
  • terminalCursor.background#008B94
  • terminalCursor.foreground#008B94
  • textLink.activeForeground#fafafa
  • textLink.foreground#CCC
  • titleBar.activeBackground#1A1A1A
  • titleBar.border#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#727272
constant#e27e8d
entity#70e1e8
invalid#d95468
keyword#5ec4ff
storage.type.class.js#008B94
meta#718CA1
meta.brace#718CA1
punctuation#718CA1
punctuation.definition.parameters#718CA1
variable.parameter, entity.name.variable.parameter, meta.at-rule.function variable, meta.at-rule.mixin variable, meta.function.arguments, meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql#ebbf83
punctuation.definition.template-expression#68A1F0
storage#008B94
storage.type.function.arrow#008B94
string, punctuation.definition.string#68A1F0
string.template, punctuation.definition.string.template#68A1F0
support#718CA1
support.function#70e1e8
support.class.component.js, support.class.component.jsx, support.class.component.ts, support.class.component.tsx#70e1e8
storage.modifier.async.tsx, storage.modifier.async.ts, storage.modifier.async.js, storage.modifier.async.jsx, keyword.operator.new.js, keyword.control.flow.js, keyword.control.flow.jsx, keyword.control.flow.ts, keyword.control.flow.tsx#5ec4ffitalic
support.variable.property.dom, support.constant.math.js, support.constant.math.jsx, support.constant.math.ts, support.constant.math.jsx, support.class.console.js, support.class.console.jsx, support.class.console.ts, support.class.console.tsx#b7c5d3
variable#718CA1
source.css, source.stylus, source.scss, entity.other.attribute-name.class.css#68A1F0
punctuation.definition.constant.css#D95468
constant.other.color.rgb-value.hex.css#E27E8Dff
support.type.property-name.css#B7C5D3
keyword.other.important.scss#b62d65
entity.other.attribute-name.pseudo-element.css#5EC4FF
support.function.misc.scss#B7C5D3
entity.other.attribute-name.id.css, punctuation.definition.entity.css#68A1F0
entity.name.tag.css#68A1F0
source.css support, source.stylus support#B7C5D3
source.css constant, source.css support.constant, source.stylus constant, source.stylus support.constant#e27e8d
support.constant.property-value.css#718CA1
keyword.other.unit.px.css, keyword.other.unit.percentage.css, constant.other.color.rgb-value.hex.css, keyword.other.unit.ms.css, keyword.other.unit.s.css, keyword.other.unit.vh.css, keyword.other.unit.vw.css, keyword.other.unit.deg.css#d95468
source.css string, source.css punctuation.definition.string, source.stylus string, source.stylus punctuation.definition.string#68A1F0
source.css variable, source.stylus variable#ebbf83
entity.other#33CED8
text.html.basic#B7C5D3
toc-list.id.html#68A1F0
punctuation.definition.tag.end.html, punctuation.definition.tag.begin.html#718CA1
entity.name.tag.block.any.html, meta.tag.block.any.html, entity.name.tag.inline.any.html, entity.name.tag.structure.any.html, meta.tag.inline.any.html, entity.name.tag.html, entity.name.tag.js, entity.name.tag.jsx, entity.name.tag.ts, entity.name.tag.tsx, meta.tag.js#008b94
punctuation.definition.string.begin, punctuation.definition.string.end#68A1F0
source.js storage.type.function#008B94
variable.language, entity.name.type.class.js, entity.other.inherited-class.js, variable.language.this.ts, variable.language.this.java, variable.language.this.js#d98e48
entity.other.inherited-class.js, variable.other.readwrite.alias.js, meta.import.js, punctuation.accessor.js, punctuation.accessor.jsx, punctuation.accessor.ts, punctuation.accessor.tsx, variable.other.readwrite.ts, variable.other.readwrite.tsx, variable.other.readwrite.js, variable.other.readwrite.jsx#B7C5D3
variable.other.constant.js, variable.other.constant.js.jsx, variable.other.constant.ts, variable.other.constant.property.ts, variable.other.constant.property.js, variable.other.constant.property.tsx, variable.other.constant.tsx, support.constant.json.js, support.constant.json.ts, support.constant.json.tsx, variable.other.constant.object.js, variable.object.property.js, variable.object.property.jsx, variable.object.property.ts, variable.object.property.tsx#8BD49C
variable.parameter.function.language.special.self.python#b62d65
storage.type.function.python#b62d65
meta.function-call.arguments.python#8bd49c
meta.function-call.generic.python#008b94
source.json support#718CA1
source.json string, source.json punctuation.definition.string, punctuation.definition.string.end.json, punctuation.definition.string.begin.json#B7C5D3
source.php entity#9effff
variable.other.php, punctuation.definition.variable.php#ebbf83
entity.other.inherited-class.java#d98e48
storage.type.annotation.java, storage.type.annotation.ts, entity.name.type.ts#b7c5d3italic
storage.type.java, support.type.primitive.ts, support.type.primitive.tsx, entity.name.type.ts, entity.name.type.tsx#008b94italic
support.type.primitive.ts#33ced8italic
storage.modifier.java, storage.modifier.ts, storage.modifier.js, storage.modifier.jsx#5ec4ff
entity.name.type.class.java#d98e48
variable.language.java, meta.try.resources.java, variable.language.super.ts#b62d65
variable.other.definition.java, meta.try.resources.java#8bd49c
Hybrid Dark Theme by Stanislav Korchevskyi - VS Code Theme