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.

  • .border#ff0000
  • activityBar.background#000000
  • activityBar.border#e39d93
  • activityBar.foreground#daa198
  • activityBar.inactiveForeground#7e5c58
  • activityBarBadge.background#e39d93
  • badge.background#e39d93
  • button.background#daa198
  • button.border#e39d93
  • button.foreground#dcdcdc
  • button.hoverBackground#bc8c86
  • descriptionForeground#dcdcdc
  • dropdown.background#78615f
  • editor.background#000000
  • editor.findMatchBorder#e68a8a
  • editor.findMatchHighlightBackground#855954
  • editor.findMatchHighlightBorder#e39d93
  • editor.findRangeHighlightBackground#855954
  • editor.findRangeHighlightBorder#e39d93
  • editor.foreground#dcdcdc
  • editor.lineHighlightBackground#000000
  • editor.lineHighlightBorder#e39d93
  • editor.rangeHighlightBorder#e39d93
  • editor.selectionBackground#855954
  • editor.selectionHighlightBackground#855954
  • editor.selectionHighlightBorder#e39d93
  • editor.wordHighlightBackground#855954
  • editor.wordHighlightBorder#e39d93
  • editor.wordHighlightStrongBorder#e39d93
  • editorBracketMatch.background#ffffff00
  • editorBracketMatch.border#886b67
  • editorCursor.foreground#dcdcdc
  • editorError.border#e39d93
  • editorError.foreground#e68a8a
  • editorGroupHeader.border#e39d93
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.background#000000
  • editorHint.border#e39d93
  • editorIndentGuide.background#ffb2b26b
  • editorInfo.border#e39d93
  • editorLineNumber.foreground#8f6d69
  • editorLink.activeForeground#999
  • editorOverviewRuler.border#e39d93
  • editorSuggestWidget.selectedBackground#000000
  • editorWarning.border#e39d93
  • editorWarning.foreground#FAD7A0
  • editorWidget.background#000000
  • editorWidget.border#e39d93
  • errorForeground#e68a8a
  • focusBorder#e39d93
  • foreground#dcdcdc
  • gitDecoration.ignoredResourceForeground#505f55
  • input.background#736064
  • input.border#e39d93
  • list.activeSelectionBackground#855954
  • list.activeSelectionForeground#dcdcdc
  • list.errorForeground#e68a8a
  • list.focusBackground#bc8c86
  • list.focusForeground#dcdcdc
  • list.highlightForeground#D9A565
  • list.hoverBackground#bc8c86
  • list.hoverForeground#dcdcdc
  • list.inactiveFocusBackground#855954
  • list.inactiveSelectionBackground#855954
  • list.inactiveSelectionForeground#dcdcdc
  • list.warningForeground#FAD7A0
  • menu.background#78615f
  • menu.border#e68a8a
  • menu.foreground#dcdcdc
  • menu.separatorBackground#e68a8a
  • minimap.selectionHighlight#855954
  • minimapSlider.activeBackground#e39e93a9
  • minimapSlider.hoverBackground#906e6a75
  • panel.background#000000
  • panel.border#e39d93
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#815d58
  • scrollbarSlider.background#906e6a
  • scrollbarSlider.hoverBackground#bc8c86
  • searchEditor.textInputBorder#e39d93
  • selection.background#855954
  • sideBar.background#000000
  • sideBar.border#e39d93
  • sideBar.foreground#c3baba
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#e39d93
  • sideBarSectionHeader.foreground#999
  • sideBarTitle.foreground#999
  • statusBar.background#000000
  • statusBar.border#e39d93
  • statusBar.debuggingBackground#000000
  • statusBar.debuggingForeground#dcdcdc
  • statusBar.foreground#dcdcdc
  • statusBar.noFolderBackground#000000
  • statusBar.noFolderForeground#dcdcdc
  • tab.activeBackground#000000
  • tab.activeBorder#e39d93
  • tab.activeForeground#dcdcdc
  • tab.border#e39d93
  • tab.hoverBackground#000000
  • tab.hoverBorder#ff0000
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#dcdcdc66
  • terminal.ansiBlack#8C7E78
  • terminal.ansiBlue#6699CC
  • terminal.ansiBrightBlack#BFACA4
  • terminal.ansiBrightBlue#87CEFA
  • terminal.ansiBrightCyan#64DBDB
  • terminal.ansiBrightGreen#B2D8B2
  • terminal.ansiBrightMagenta#d8bfd8
  • terminal.ansiBrightRed#F2B1B1
  • terminal.ansiBrightWhite#F2F2F2
  • terminal.ansiBrightYellow#F7DCB4
  • terminal.ansiCyan#6FC3B2
  • terminal.ansiGreen#99CC99
  • terminal.ansiMagenta#c8a2c8
  • terminal.ansiRed#E68A8A
  • terminal.ansiWhite#E2CEBE
  • terminal.ansiYellow#FAD7A0
  • terminal.background#000000
  • terminal.foreground#dfc6c6
  • terminalCursor.background#ecb9b1
  • terminalCursor.foreground#e39d93
  • textLink.foreground#e39d93
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#dcdcdc
  • titleBar.border#e39d93
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#a6a6a6
  • welcomePage.progress.foreground#e39d93

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
emphasisitalic
strongbold
header#000080
comment#c3babaitalic
constant.language#87CEFA
constant.numeric#986DB2
constant.regexp#646695
entity.name.tag#F2B1B1
entity.name.tag.css#F2B1B1
entity.other.attribute-name#FAD7A0
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, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.attribute.scss, entity.other.attribute-name.scss#F2B1B1
entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css#6699cc
invalid#F2B1B1
markup.underlineunderline
markup.bold#87CEFAbold
markup.heading#F2B1B1bold
markup.italicitalic
markup.inserted#b2d8b2
markup.deleted#ce9178
markup.changed#fa8787
beginning.punctuation.definition.quote.markdown#608b4e
beginning.punctuation.definition.list.markdown#6796e6
markup.inline.raw#FAD7A0
meta.selector#d7ba7d
punctuation.definition.tag#808080
meta.preprocessor#87CEFA
meta.preprocessor.string#ce9178
meta.preprocessor.numeric#b5cea8
meta.diff.header#87CEFA
storage#87CEFA
storage.type#F2B1B1
storage.modifier#87CEFA
string#99CC99
string.tag#ce9178
string.value#ce9178
string.regexp#d16969
punctuation.definition.template-expression.begin.js, punctuation.definition.template-expression.begin.ts, punctuation.definition.template-expression.end.ts, punctuation.definition.template-expression.end.js#87CEFA
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less#FAD7A0
keyword#F2B1B1
keyword.operator#B9B3B3
keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof#87CEFA
keyword.other.unit#F2B1B1
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#87CEFA
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#F2B1B1italic
entity.name.function, support.function, support.constant.handlebars#87CEFA
meta.return-type, support.class, support.type, entity.name.type, entity.name.class, 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#e39d93
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#e39d93
keyword.control#87CEFA
keyword.operator.assignment#dcdcdc
meta.definition.variable.name, support.variable#dcdcdc
meta.object-literal.key, meta.object-literal.key entity.name.function#FAD7A0
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#dcdcdc
support.class, variable, entity.name.type, entity.other.inherited-class, keyword.operator, keyword.operator.arithmetic#FAD7A0
string, string.regexp, keyword.operator#99CC99
keyword.control#87CEFA
entity.name.type.module.js, entity.name.type.module.js.jsx, entity.other.inherited-class.js, entity.other.inherited-class.js.jsxitalic
keyword.operator.new#e68a8aitalic
constant.numeric#D9A565
markup.underline.link.markdown#87CEFA
meta.separator.markdown, punctuation.definition.list.begin.markdown#D9A565
keyword.operator.accessor.js, keyword.operator.assignment.js#dcdcdc
meta.function-call.generic.python, meta.function-call.python, keyword.operator.logical.python, constant.other.caps.python, entity.other.inherited-class.python#87CEFA
meta.function-call.arguments.python, meta.item-access.python, punctuation.definition.decorator.python, variable.language.special.self.python#FAD7A0
storage.type.function.python, storage.type.class.python, keyword.control.flow.python#F2B1B1
punctuation.separator.arguments.python, punctuation.separator.element.python, punctuation.separator.period.python, keyword.operator.assignment.python, keyword.operator.python, meta.attribute.python#dcdcdc
meta.structure.dictionary.key.python#9cdcfe
string.quoted.docstring.multi.python#c3baba
punctuation.definition.string.begin.python, punctuation.definition.string.end.python#99CC99

Shiki preview

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

Loading...

Butrin OLED by stormed - VS Code Theme