Skip to main content
CodingTheme

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.activeBackground#71c9ce
  • activityBar.activeBorder#71c9ce
  • activityBar.background#add8e6
  • activityBar.border#747373
  • activityBar.foreground#3d3d3d
  • activityBar.inactiveForeground#5d5d5d
  • activityBarBadge.background#fe0000
  • activityBarBadge.foreground#fff
  • badge.background#EC3A37F5
  • badge.foreground#fff
  • button.background#EC3A37F5
  • button.foreground#fff
  • button.hoverBackground#b42b29f5
  • debugExceptionWidget.background#add8ec
  • debugExceptionWidget.border#5d5d5d
  • debugIcon.continueForeground#2d2d2d
  • debugIcon.disconnectForeground#2d2d2d
  • debugIcon.pauseForeground#2d2d2d
  • debugIcon.restartForeground#66cdaa
  • debugIcon.startForeground#2d2d2d
  • debugIcon.stepBackForeground#2d2d2d
  • debugIcon.stepIntoForeground#2d2d2d
  • debugIcon.stepOutForeground#2d2d2d
  • debugIcon.stepOverForeground#2d2d2d
  • debugIcon.stopForeground#fe0000
  • debugToolBar.background#add8ec
  • descriptionForeground#fff
  • dropdown.background#add8e6
  • dropdown.border#5d5d5d
  • dropdown.foreground#2d2d2d
  • editor.background#add8e6
  • editor.findMatchBackground#ff7300ab
  • editor.findMatchHighlightBackground#00ced1
  • editor.findRangeHighlightBackground#00ced1
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#66cdaa
  • editor.lineHighlightBorder#add8e6
  • editor.selectionBackground#66cdaa
  • editorBracketMatch.background#00ced1
  • editorBracketMatch.border#00ced1
  • editorCursor.foreground#ff0000
  • editorError.foreground#EC3A37F5
  • editorGroupHeader.noTabsBackground#add8e6
  • editorGroupHeader.tabsBackground#add8ec
  • editorGroupHeader.tabsBorder#747373
  • editorGutter.addedBackground#35AD68
  • editorGutter.deletedBackground#EC3A37F5
  • editorHoverWidget.background#add8ec
  • editorHoverWidget.border#5d5d5d
  • editorLineNumber.activeForeground#ff0000
  • editorLineNumber.foreground#5d5d5d
  • editorLink.activeForeground#000
  • editorOverviewRuler.commonContentForeground#FFC60055
  • editorOverviewRuler.currentContentForeground#EC3A37F5
  • editorOverviewRuler.incomingContentForeground#3AD90055
  • editorSuggestWidget.background#add8ec
  • editorSuggestWidget.border#5d5d5d
  • editorSuggestWidget.foreground#2d2d2d
  • editorSuggestWidget.highlightForeground#2d2d2d
  • editorSuggestWidget.selectedBackground#66cdaa
  • editorWarning.border#FFFFFF00
  • editorWarning.foreground#2d2d2d
  • editorWidget.background#add8ec
  • editorWidget.border#5d5d5d
  • input.background#add8ec
  • input.border#5d5d5d
  • input.foreground#2d2d2d
  • input.placeholderForeground#4d4d4d
  • inputOption.activeBorder#000
  • list.activeSelectionBackground#71c9ce
  • list.activeSelectionForeground#000
  • list.dropBackground#b7dce9
  • list.focusBackground#66cdaa
  • list.focusForeground#2d2d2d
  • list.highlightForeground#000
  • list.hoverBackground#cbf1f5
  • list.hoverForeground#2d2d2d
  • list.inactiveSelectionBackground#71c9ce
  • list.inactiveSelectionForeground#000
  • selection.background#66cdaa
  • sideBar.background#b7dce9
  • sideBar.border#747373
  • sideBar.foreground#2d2d2d
  • sideBarSectionHeader.background#71c9ce
  • sideBarSectionHeader.foreground#2d2d2d
  • sideBarTitle.foreground#2d2d2d
  • statusBar.background#add8ec
  • statusBar.border#5d6d6d
  • statusBar.debuggingBackground#add8ec
  • statusBar.debuggingForeground#2d2d2d
  • statusBar.foreground#2d2d2d
  • statusBar.noFolderBackground#add8ec
  • statusBar.noFolderForeground#2d2d2d
  • statusBarItem.activeBackground#add8ec
  • statusBarItem.hoverBackground#cbf1f5
  • statusBarItem.prominentBackground#add8ec
  • statusBarItem.prominentHoverBackground#add8ec
  • tab.activeBackground#71c9ce
  • tab.activeBorder#2d2d2d
  • tab.activeForeground#2d2d2d
  • tab.border#2d2d2d
  • tab.inactiveBackground#add8ec
  • tab.inactiveForeground#5d5d5d
  • tab.unfocusedActiveForeground#5d5d5d
  • tab.unfocusedInactiveForeground#6d6d6d
  • titleBar.activeBackground#add8e6
  • titleBar.activeForeground#000000
  • titleBar.inactiveBackground#add8e6
  • titleBar.inactiveForeground#2d2d2d
  • widget.shadow#00000026

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
invalid.illegal, constant.language, support.constant, variable.language, entity.name.type.ts, entity.name.type.class.ts, entity.name.type.class.python, entity.name.function.python, entity.global.clojure, meta.definition.global.clojure, meta.expression.clojure, source.clojure, variable.other.constant.js#ff0000
entity.name.function.ts, storage.type.class.ts, storage.type.js, storage.type.class.python, storage.type.function.python, keyword, storage, entity.name.function#0000cd
variable, support.variable, entity.other.inherited-class.ts, variable.language.this.ts, keyword.operator.type.annotation.ts, keyword.operator.assignment.ts, keyword.operator.new.ts, storage.type.ts, constant.language.python, keyword.operator.comparison.python, entity.other.inherited-class.python, keyword.operator.assignment.python, meta.vector.clojure, storage.control.clojure, meta.expression.clojure, keyword.operator.assignment.js, keyword.operator.comparison.js, keyword.operator.arithmetic.js, keyword.operator.rest.js, keyword.operator.spread.js, keyword.operator.logical.js, variable.language.this.js, keyword.operator.expression.instanceof.js, keyword.operator.new.js, variable.language.arguments.js, keyword.operator.relational.js, keyword.operator.increment.js, keyword.operator.ternary.js, keyword.operator.expression.typeof.js, support.constant.math.js#000000
storage.type, support.type#7A3E9D
variable.language.special.self.python#6d6d6d
comment, punctuation.definition.comment#6d6d6ditalic
entity.name.type, entity.other.inherited-class, support.class#7A3E9D
entity.name.exception#660000
entity.name.section
constant.numeric, constant.character, constant#8b008b
string#8b008b
punctuation#777777
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#AAAAAA
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#0000cd
entity.name.tag#0000cd
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#fe0000italic
constant.character.entity, punctuation.definition.entity#AB6526
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#7A3E9D
meta.property-name, support.type.property-name#000000
meta.property-value, meta.property-value constant.other, support.constant.property-value#448C27
keyword.other.important
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#660000
markup.inserted#000000
meta.link#4B83CD
markup.output, markup.raw#777777
markup.prompt#777777
markup.heading#AA3731
markup.boldbold
markup.traceback#660000
markup.underlineunderline
markup.quote#7A3E9D
markup.list#4B83CD
markup.bold, markup.italic#448C27
markup.inline.raw#AB6526
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343

Shiki preview

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

Loading...

Light-Blue by Misha Dolghitnev - VS Code Theme