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#242b45
  • activityBar.foreground#00d1e5
  • activityBar.inactiveForeground#718096
  • activityBarBadge.background#FF2A7A
  • badge.background#FF2A7A
  • button.background#7700e2
  • button.hoverBackground#7700e299
  • button.secondaryBackground#FF2A7A
  • button.secondaryForeground#ffffff
  • button.secondaryHoverBackground#FF2A7A99
  • checkbox.background#242b45
  • checkbox.border#242b45
  • dropdown.background#242b45
  • dropdown.border#242b45
  • editor.background#0c1430
  • editor.foreground#EEFFFF
  • editor.hoverHighlightBackground#FF2A7A
  • editor.inactiveSelectionBackground#7700e233
  • editor.selectionBackground#7700e266
  • editor.selectionHighlightBackground#242b45
  • editorGroupHeader.noTabsBackground#242b45
  • editorGroupHeader.tabsBackground#242b45
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#FF2A7A
  • editorLineNumber.foreground#718096
  • editorWidget.background#0c1430
  • editorWidget.foreground#EEFFFF
  • focusBorder#7700E2
  • foreground#EEFFFF
  • gitDecoration.addedResourceForeground#00d1e5
  • gitDecoration.conflictingResourceForeground#FF2A7A33
  • gitDecoration.deletedResourceForeground#7700E2
  • gitDecoration.ignoredResourceForeground#718096
  • gitDecoration.modifiedResourceForeground#FF2A7A
  • gitDecoration.stageModifiedResourceForeground#00d1e5
  • gitDecoration.untrackedResourceForeground#00d1e599
  • input.background#242b45
  • input.placeholderForeground#a6a6a6
  • list.activeSelectionBackground#7700E2
  • list.activeSelectionForeground#EEFFFF
  • list.dropBackground#383b3d
  • list.errorForeground#FF2A7A
  • list.focusBackground#7700E2
  • list.hoverBackground#242b45
  • list.inactiveSelectionBackground#242b45CC
  • menu.background#0c1430
  • menu.foreground#FFFFFF
  • notificationLink.foreground#FF2A7A
  • pickerGroup.foreground#00d1e5
  • settings.checkboxBackground#242b45
  • settings.checkboxBorder#242b45
  • settings.dropdownBorder#242b45
  • settings.numberInputBackground#242b45
  • settings.textInputBackground#242b45
  • sideBar.background#0c1430
  • sideBar.dropBackground#242b45
  • sideBarSectionHeader.background#242b45
  • sideBarSectionHeader.border#0c1430
  • sideBarSectionHeader.foreground#EEFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#7700e2
  • statusBarItem.remoteBackground#16825d
  • statusBarItem.remoteForeground#ffffff
  • tab.inactiveBackground#242b45
  • terminal.selectionBackground#242b45CC
  • textLink.activeForeground#FF2A7A
  • textLink.foreground#FF2A7A
  • titleBar.activeBackground#242b45
  • titleBar.inactiveBackground#242b4599

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#D4D4D4
emphasisitalic
strongbold
header#000080
comment#718096
constant.language#7700e2bold
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#FF2A7Abold
constant.regexp#646695
entity.name.tag#7700e2bold
entity.name.tag.css#00d1e5
entity.other.attribute-name#FF2A7A
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#00d1e5
invalid#F44747
markup.underlineunderline
markup.bold#7700e2bold
markup.heading#7700e2bold
markup.italicitalic
markup.inserted#FF2A7A
markup.deleted#FFFFFF
markup.changed#7700e2bold
punctuation.definition.quote.begin.markdown#718096
punctuation.definition.list.begin.markdown#6796E6
markup.inline.raw#FFFFFF
punctuation.definition.tag#7700e2
meta.preprocessor, entity.name.function.preprocessor#7700e2bold
meta.preprocessor.string#00d1e5
meta.preprocessor.numeric#FF2A7A
meta.diff.header#7700e2bold
storage#7700e2bold
storage.type#7700e2bold
storage.modifier, keyword.operator.noexcept#7700e2bold
string, meta.embedded.assembly#00d1e5
string.tag#00d1e5
string.value#00d1e5
string.regexp#FF2A7A
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#7700e2bold
meta.template.expression#D4D4D4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#FF2A7A
keyword#7700e2bold
keyword.control#7700e2bold
keyword.operator#00d1e5bold
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#7700e2bold
keyword.other.unit#FF2A7A
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#7700e2bold
support.function.git-rebase#00d1e5
constant.sha.git-rebase#FF2A7A
variable.language#7700e2bold
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#ff2a7abold
meta.return-type, 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#FF2A7Abold
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#FF2A7Abold
keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#7700e2bold
variable, meta.definition.variable.name, support.variable, entity.name.variable#FFFFFF
variable.other.constant, variable.other.enummember#4FC1FF
meta.object-literal.key#00d1e5
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#FFFFFF
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#FFFFFF
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#7700e2
keyword.operator.or.regexp, keyword.control.anchor.regexp#7700e2bold
keyword.operator.quantifier.regexp#FFFFFF
constant.character#7700e2bold
constant.character.escape#7700e2
entity.name.label#C8C8C8
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
Codepotato Theme by Codepotato - VS Code Theme