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.

  • actionBar.toggledBackground#3f354466
  • activityBar.activeBackground#27252a
  • activityBar.activeBorder#5850a2
  • activityBar.background#27252a
  • activityBar.dropBorder#5850a2
  • activityBar.foreground#5850a2
  • activityBar.inactiveForeground#9b8c79
  • activityBarBadge.background#5850a2
  • activityBarBadge.foreground#c6c2c1
  • activityBarTop.activeBorder#e7e7e7
  • activityBarTop.dropBorder#e7e7e7
  • activityBarTop.foreground#e7e7e7
  • activityBarTop.inactiveForeground#e7e7e799
  • activityErrorBadge.background#f14c4c
  • activityErrorBadge.foreground#000000
  • activityWarningBadge.background#cca700
  • activityWarningBadge.foreground#000000
  • button.background#494386
  • button.foreground#ead9c7
  • button.hoverBackground#5e57b0
  • checkbox.background#3c3c3c
  • checkbox.border#6B6B6B
  • checkbox.disabled.background#777777
  • checkbox.disabled.foreground#b4b4b4
  • checkbox.foreground#f0f0f0
  • checkbox.selectBackground#252526
  • checkbox.selectBorder#9e9da0
  • disabledForeground#cccccc80
  • dropdown.background#3c3c3c
  • dropdown.border#3c3c3c
  • dropdown.foreground#f0f0f0
  • editor.background#1d1922
  • editor.findMatchBackground#5a53a5
  • editor.findMatchBorder#494386
  • editor.findMatchForeground#e0caa9
  • editor.findMatchHighlightBackground#49438650
  • editor.findMatchHighlightForeground#e0caa9AA
  • editor.foreground#c6c2c1
  • editor.inactiveSelectionBackground#3A3D41
  • editor.selectionBackground#494386
  • editor.selectionForeground#e0caa9
  • editor.selectionHighlightBackground#ADD6FF26
  • editor.wordHighlightBackground#49438640
  • editor.wordHighlightStrongBackground#49438670
  • editorGroupHeader.noTabsBackground#27252a
  • editorGroupHeader.tabsBackground#27252a
  • editorIndentGuide.activeBackground1#707070
  • editorIndentGuide.background1#404040
  • focusBorder#3f3544
  • foreground#9E9DA0
  • gitDecoration.modifiedResourceForeground#7067b5
  • gitDecoration.untrackedResourceForeground#7067b5
  • icon.foreground#9e9da0
  • input.background#231E29
  • input.border#231E29
  • input.foreground#C6C2C1
  • input.placeholderForeground#A6A6A6
  • list.activeSelectionBackground#494386
  • list.activeSelectionForeground#ead9c7
  • list.activeSelectionIconForeground#FFF
  • list.dropBackground#383B3D
  • list.focusAndSelectionOutline#5850a2
  • list.focusBackground#27252a
  • list.focusForeground#ead9c7
  • list.focusOutline#5850a2
  • list.hoverBackground#27252a
  • list.inactiveSelectionBackground#27252a
  • list.inactiveSelectionForeground#e0caa9
  • list.warningForeground#e0caa9
  • menu.background#27252A
  • menu.border#3a373b
  • menu.foreground#ead9c7
  • menu.selectionBackground#5850A2
  • menu.selectionBorder#5850A2
  • menu.selectionForeground#ead9c7
  • menu.separatorBackground#3A373B
  • menubar.selectionBackground#5850A2
  • menubar.selectionForeground#ead9c7
  • panel.background#1D1922
  • ports.iconRunningProcessForeground#369432
  • radio.activeBackground#3f3544
  • radio.activeBorder#007acc
  • radio.activeForeground#ffffff
  • radio.inactiveBorder#ffffff
  • radio.inactiveHoverBackground#5a5d5e
  • scrollbar.shadow#2f2947
  • scrollbarSlider.activeBackground#2f2947
  • scrollbarSlider.background#2f2947
  • scrollbarSlider.hoverBackground#494386
  • selection.background#494386
  • sideBar.background#231e29
  • sideBar.border#3f3544
  • sideBar.dropBackground#55306788
  • sideBar.foreground#9e9da0
  • sideBarSectionHeader.background#27252a
  • sideBarSectionHeader.border#27252a
  • sideBarSectionHeader.foreground#9e9da0
  • sideBarTitle.background#27252a
  • sideBarTitle.foreground#9b8c79
  • statusBar.background#27252a
  • statusBar.debuggingBackground#4d468d
  • statusBar.debuggingForeground#ead9c7
  • statusBar.foreground#9b8c79
  • statusBar.noFolderBackground#3a373b
  • statusBarItem.hoverBackground#494386
  • statusBarItem.hoverForeground#e0caa9
  • statusBarItem.remoteBackground#27252a
  • statusBarItem.remoteForeground#9b8c79
  • statusBarItem.remoteHoverBackground#494386
  • statusBarItem.remoteHoverForeground#e0caa9
  • tab.activeBackground#1d1922
  • tab.activeBorder#1d1922
  • tab.activeForeground#e0caa9
  • tab.inactiveBackground#27252a
  • tab.inactiveForeground#9e9da0
  • tab.lastPinnedBorder#1d1922
  • tab.selectedBackground#222222
  • tab.selectedBorderTop#e0caa9
  • tab.selectedForeground#ffffffa0
  • terminal.inactiveSelectionBackground#3A3D41
  • textLink.activeForeground#e0caa9
  • textLink.foreground#e0caa9
  • titleBar.activeBackground#3a373b
  • titleBar.activeForeground#e0caa9
  • titleBar.inactiveBackground#27252a
  • welcomePage.background#1d1922
  • widget.border#303031
  • widget.shadow#0000000c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
storage.type.annotation.java, meta.annotation.java, decorator#a0d0eaitalic
constant.character.java#EFC396
comment.java, comment.groovy, comment, punctuation.definition.comment#766ea1italic
constant.language.java, enumMember, variable.other.constant, variable.other.enummember#5bb0ff
variable.other.java#9CDCFE
keyword.java, keyword.groovy, keyword, variable.language.this.java, storage.modifier.implements.java, meta.class.identifier.java#D0ADCD
storage.modifier#867c97
entity.name.function, entity.name.function.java#CECC99
entity.name.namespace, entity.name.scope-resolution, namespace, meta.package.java, storage.modifier.package.java, storage.modifier.import.java, meta.import.java#9daf9f
number, constant.numeric, constant.language, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other#9CDCFE
constant.other.color, constant.other.symbol, constant.other.key, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#C6C2C1
other#EFC396
storage.type.primitive, storage.type.primitive.java#bbdabf
storage.type.java, entity.other.inherited-class.java, entity.name.type.class.java, storage.type.generic.java, entity.name.type, entity.name.type.class, storage.type.java#bbdabf
string.regexp.java, string.regexp#89DDFF
string, string.java, string.groovy#EFC396
variable.java, variable.parameter, variable.parameter.java, variable.parameter.groovy, entity.name.class.java, entity.name.class.groovy, class, interface, enum, struct, typeParameter, type, variable.other.property, variable.other.readwrite, entity.name.variable, variable.other.definition.java, parameter, variable, property, meta.function-call.java#a0d0ea
support.type.property-name.json.comments, support.type.property-name.json, entity.name.tag.yaml, variable.yaml, keyword.other.yaml#a0d0ea
string.quoted.double.json.comments, string.quoted.double.json, string.json, constant.json, variable.json#EFC396
punctuation.definition.json, meta.brace.json#56b6c2
Cascara Theme by Cascara - VS Code Theme