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.activeBorder#ff3366
  • activityBar.activeFocusBorder#ff3366
  • activityBar.background#000000
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ff3366
  • activityBarBadge.foreground#141414
  • badge.background#40c4ff
  • badge.foreground#ffffff
  • button.background#47ffa0
  • button.foreground#1b1e23
  • button.hoverBackground#40c4ff
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#0a0a0a
  • dropdown.border#ffffff22
  • dropdown.foreground#ffffff99
  • editor.background#00000070
  • editor.findMatchBackground#40c3ff66
  • editor.findMatchHighlightBackground#ffffff22
  • editor.foreground#f8f8f0
  • editor.hoverHighlightBackground#ffffff22
  • editor.inactiveSelectionBackground#ffffff20
  • editor.lineHighlightBackground#ffffff10
  • editor.lineHighlightBorder#ffffff05
  • editor.selectionBackground#0026ff69
  • editor.selectionHighlightBackground#ffffff22
  • editor.selectionHighlightBorder#ffffff30
  • editor.wordHighlightBackground#ff000000
  • editor.wordHighlightStrongBackground#000000
  • editor.wordHighlightStrongBorder#ffffff80
  • editorCodeLens.foreground#ffffff66
  • editorCursor.foreground#ffffff
  • editorError.foreground#ff5252
  • editorGroup.border#181a1f
  • editorGroup.emptyBackground#0c0c0c
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.addedBackground#47ffa0
  • editorGutter.deletedBackground#ff5252
  • editorGutter.modifiedBackground#40c4ff
  • editorHoverWidget.background#1e1e1e
  • editorHoverWidget.border#1e1e1e
  • editorIndentGuide.background#ffffff22
  • editorLineNumber.foreground#ffffff33
  • editorLink.activeForeground#40c4ff
  • editorOverviewRuler.addedForeground#47ffa000
  • editorOverviewRuler.border#ff000000
  • editorOverviewRuler.bracketMatchForeground#40c4ff00
  • editorOverviewRuler.deletedForeground#e040fb00
  • editorOverviewRuler.errorForeground#ff5252
  • editorOverviewRuler.infoForeground#ffff0000
  • editorOverviewRuler.modifiedForeground#40c4ff00
  • editorOverviewRuler.warningForeground#ffab40
  • editorRuler.foreground#ffffff66
  • editorSuggestWidget.background#1e1e1e
  • editorSuggestWidget.border#1e1e1e
  • editorSuggestWidget.foreground#f8f8f0
  • editorSuggestWidget.highlightForeground#40c4ff
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWarning.foreground#ffab40
  • editorWhitespace.foreground#ffffff66
  • editorWidget.background#1e1e1e
  • editorWidget.border#40c4ff00
  • errorForeground#ff5252
  • extensionButton.prominentBackground#47ffa0
  • extensionButton.prominentForeground#0a0a0a
  • extensionButton.prominentHoverBackground#40c4ff
  • focusBorder#ff3366
  • input.background#0a0a0a
  • input.border#ff3366
  • input.foreground#f8f8f0
  • input.placeholderForeground#ffffff66
  • inputOption.activeBackground#00000000
  • inputOption.activeBorder#ff3366
  • inputValidation.errorBackground#0a0a0a
  • inputValidation.errorBorder#ff5252
  • inputValidation.infoBackground#0a0a0a
  • inputValidation.infoBorder#ff3366
  • inputValidation.warningBackground#0a0a0a
  • inputValidation.warningBorder#ffab40
  • list.activeSelectionBackground#ffffff20
  • list.activeSelectionForeground#ffffff
  • list.errorForeground#ff5252
  • list.focusBackground#ffffff22
  • list.focusForeground#f8f8f0
  • list.highlightForeground#ffffff
  • list.hoverBackground#ffffff10
  • list.inactiveSelectionBackground#ffffff22
  • list.inactiveSelectionForeground#f8f8f0
  • list.warningForeground#ffab40
  • panel.background#000000
  • panel.border#141414
  • panelTitle.activeBorder#ff3366
  • pickerGroup.border#40c3ff00
  • pickerGroup.foreground#40c4ff
  • progressBar.background#47ffa0
  • scrollbar.shadow#ff000000
  • scrollbarSlider.activeBackground#ffffff99
  • scrollbarSlider.background#ffffff33
  • scrollbarSlider.hoverBackground#ffffff66
  • sideBar.background#000000
  • sideBar.border#ffffff20
  • sideBar.foreground#ffffff99
  • sideBarSectionHeader.background#ffffff10
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#f8f8f0
  • statusBar.background#000000
  • statusBar.debuggingBackground#1e1e1e
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#1e1e1e
  • statusBarItem.hoverBackground#ffffff33
  • tab.activeBackground#000000
  • tab.activeBorder#ffffff20
  • tab.activeForeground#ffffff
  • tab.border#ffffff00
  • tab.hoverBackground#000000
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#ffffff80
  • terminal.background#000000
  • titleBar.activeBackground#1e1e1e
  • titleBar.activeForeground#ffffff99
  • titleBar.inactiveBackground#1e1e1e
  • titleBar.inactiveForeground#ffffff99
  • tree.indentGuidesStroke#ffffff20
  • widget.shadow#00000090

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown#D4D4D4
emphasisitalic
strongbold
header#000080
comment, string.quoted.docstring#6A9955
constant.language#569CD6
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#B5CEA8
constant.regexp#646695
entity.name.tag#569CD6
entity.name.tag.css#D7BA7D
entity.other.attribute-name#9CDCFE
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss#D7BA7D
invalid#F44747
markup.underlineunderline
markup.bold#569CD6bold
markup.heading#569CD6bold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inserted#B5CEA8
markup.deleted#CE9178
markup.changed#569CD6
punctuation.definition.quote.begin.markdown#6A9955
punctuation.definition.list.begin.markdown#6796E6
markup.inline.raw#CE9178
punctuation.definition.tag#808080
meta.preprocessor, entity.name.function.preprocessor#569CD6
meta.preprocessor.string#CE9178
meta.preprocessor.numeric#B5CEA8
meta.structure.dictionary.key.python#9CDCFE
meta.diff.header#569CD6
storage#569CD6
storage.type#569CD6
storage.modifier, keyword.operator.noexcept#569CD6
string, meta.embedded.assembly#CE9178
string.tag#CE9178
string.value#CE9178
string.regexp#D16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#569CD6
meta.template.expression#D4D4D4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#9CDCFE
keyword#569CD6
keyword.control#569CD6
keyword.operator#D4D4D4
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#569CD6
keyword.other.unit#B5CEA8
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#569CD6
support.function.git-rebase#9CDCFE
constant.sha.git-rebase#B5CEA8
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#D4D4D4
variable.language#569CD6
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#DCDCAA
support.class, support.type, entity.name.type, entity.name.namespace, 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#4EC9B0
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#4EC9B0
keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#C586C0
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#9CDCFE
variable.other.constant, variable.other.enummember#4FC1FF
meta.object-literal.key#9CDCFE
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#CE9178
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#CE9178
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#D16969
keyword.operator.or.regexp, keyword.control.anchor.regexp#DCDCAA
keyword.operator.quantifier.regexp#D7BA7D
constant.character, constant.other.option#569CD6
constant.character.escape#D7BA7D
entity.name.label#C8C8C8
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
Nemo Color Theme by nemoyeran - VS Code Theme