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#383a49
  • activityBar.background#333333
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#858585
  • activityBarBadge.background#007ACC
  • button.background#0E639C
  • button.foreground#FFFFFF
  • button.hoverBackground#1177BB
  • checkbox.border#6B6B6B
  • dropdown.background#252526
  • dropdown.border#454545
  • dropdown.foreground#CCCCCC
  • editor.background#1E1E1E
  • editor.foreground#D4D4D4
  • editor.inactiveSelectionBackground#3A3D41
  • editor.lineHighlightBackground#2A2D2E
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#ADD6FF26
  • editorCursor.foreground#AEAFAD
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#C6C6C6
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#D3D3D3
  • errorForeground#F44747
  • gitDecoration.addedResourceForeground#6A9955
  • gitDecoration.conflictedResourceForeground#E46776
  • gitDecoration.deletedResourceForeground#F48771
  • gitDecoration.modifiedResourceForeground#E2C08D
  • gitDecoration.untrackedResourceForeground#73C991
  • infoForeground#3794FF
  • input.background#3C3C3C
  • input.border#454545
  • input.foreground#CCCCCC
  • input.placeholderForeground#A6A6A6
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#FFFFFF
  • list.activeSelectionIconForeground#FFF
  • list.dropBackground#383B3D
  • list.focusBackground#062F4A
  • list.focusForeground#FFFFFF
  • list.hoverBackground#2A2D2E
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#3A3D41
  • list.inactiveSelectionForeground#CCCCCC
  • menu.background#252526
  • menu.border#454545
  • menu.foreground#CCCCCC
  • menu.selectionBackground#0078d4
  • menu.separatorBackground#454545
  • notificationCenter.background#252526
  • notifications.background#252526
  • notifications.border#454545
  • notifications.foreground#CCCCCC
  • panel.background#1E1E1E
  • panel.border#808080
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#858585
  • ports.iconRunningProcessForeground#369432
  • scrollbarSlider.activeBackground#505050
  • scrollbarSlider.background#797979
  • scrollbarSlider.hoverBackground#646464
  • sideBar.background#252526
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#0000
  • sideBarSectionHeader.border#ccc3
  • sideBarTitle.foreground#BBBBBB
  • statusBar.background#007ACC
  • statusBar.debuggingBackground#007ACC
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#007ACC
  • statusBar.noFolderForeground#FFFFFF
  • statusBarItem.remoteBackground#16825D
  • statusBarItem.remoteForeground#FFF
  • tab.lastPinnedBorder#ccc3
  • tab.selectedBackground#1E1E1E
  • tab.selectedForeground#ffffffa0
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#569CD6
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#569CD6
  • terminal.ansiBrightCyan#4EC9B0
  • terminal.ansiBrightGreen#6A9955
  • terminal.ansiBrightMagenta#C586C0
  • terminal.ansiBrightRed#F44747
  • terminal.ansiBrightWhite#CCCCCC
  • terminal.ansiBrightYellow#DCDCAA
  • terminal.ansiCyan#4EC9B0
  • terminal.ansiGreen#6A9955
  • terminal.ansiMagenta#C586C0
  • terminal.ansiRed#F44747
  • terminal.ansiWhite#CCCCCC
  • terminal.ansiYellow#DCDCAA
  • terminal.background#1E1E1E
  • terminal.foreground#CCCCCC
  • terminal.inactiveSelectionBackground#3A3D41
  • titleBar.activeBackground#3C3C3C
  • titleBar.activeForeground#CCCCCC
  • titleBar.inactiveBackground#2C2C2C
  • titleBar.inactiveForeground#858585
  • tree.indentGuidesStroke#D4D4D4
  • warningForeground#CCA700
  • widget.border#303031

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown, variable.legacy.builtin.python#D4D4D4
emphasisitalic
strongbold
header#000080
comment#808080
constant.language#c77dbb
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#2aacb8
constant.regexp#646695
entity.name.tag#cf8e6d
entity.name.tag.css, entity.name.tag.less#569cd6
entity.other.attribute-name#9cdcfe
entity.other.attribute-name.class.css, source.css entity.other.attribute-name.class, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.parent.less, source.css entity.other.attribute-name.pseudo-class, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss#569cd6
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#cf8e6d
meta.preprocessor.string#ce9178
meta.preprocessor.numeric#2aacb8
meta.structure.dictionary.key.python#9cdcfe
meta.diff.header#569cd6
storage#cf8e6d
storage.type#a9b7c6
storage.modifier, keyword.operator.noexcept#cf8e6d
storage.modifier, storage.type.primitive.java, storage.type.primitive.array.java, storage.type.annotation.java, constant.language.java, variable.language.java#cf8e6d
storage.type.annotation.java, punctuation.definition.annotation.java#b3ae60
string, meta.embedded.assembly#5f8e6b
string.tag#ce9178
string.value#ce9178
string.regexp#d16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#cf8e6d
meta.template.expression#d4d4d4
support.type.vendored.property-name, support.type.property-name, source.css variable, source.coffee.embedded#9cdcfe
keyword#cf8e6d
keyword.control#cf8e6d
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#cf8e6d
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#cf8e6d
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#bcbec4
variable.other.constant, variable.other.enummember#c77dbb
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#56a8f5
support.class, support.type, entity.name.type, entity.name.namespace, entity.other.attribute, entity.name.scope-resolution, entity.name.class#a9b7c6
entity.name.namespace, punctuation.separator.java, entity.name.function.java#a9b7c6
entity.name.function.memberitalic
entity.name.tag, support.class, support.type, entity.name.type, entity.name.namespace, entity.other.attribute, entity.name.scope-resolution, entity.name.class#a9b7c6
meta.type.cast.expr#a9b7c6
meta.type.new.expr#a9b7c6
support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class, punctuation.separator.namespace.ruby#a9b7c6
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

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

idea islands dark ++ - Coding Theme