Skip to main content
CodingTheme

Color themes

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.activeBorder#C15F3C
  • activityBar.background#2a251d
  • activityBar.border#3a352b
  • activityBar.foreground#e8e6e3
  • activityBarBadge.background#C15F3C
  • activityBarBadge.foreground#ffffff
  • badge.background#C15F3C
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#C15F3C
  • breadcrumb.background#1a1815
  • breadcrumb.focusForeground#e8e6e3
  • breadcrumb.foreground#9a9389
  • breadcrumbPicker.background#2a251d
  • button.background#C15F3C
  • button.foreground#ffffff
  • button.hoverBackground#A14A2F
  • dropdown.background#2a251d
  • dropdown.border#3a352b
  • dropdown.foreground#e8e6e3
  • editor.background#1a1815
  • editor.findMatchBackground#C15F3C50
  • editor.findMatchHighlightBackground#C15F3C30
  • editor.foreground#e8e6e3
  • editor.hoverHighlightBackground#C15F3C20
  • editor.lineHighlightBackground#252118
  • editor.rangeHighlightBackground#C15F3C15
  • editor.selectionBackground#C15F3C30
  • editor.selectionHighlightBackground#C15F3C20
  • editor.wordHighlightBackground#C15F3C20
  • editor.wordHighlightStrongBackground#C15F3C30
  • editorBracketMatch.background#C15F3C30
  • editorBracketMatch.border#C15F3C
  • editorCursor.foreground#C15F3C
  • editorGutter.addedBackground#28a745
  • editorGutter.background#1a1815
  • editorGutter.deletedBackground#ff6b6b
  • editorGutter.modifiedBackground#C15F3C
  • editorIndentGuide.activeBackground#C15F3C
  • editorIndentGuide.background#3a352b
  • editorLineNumber.activeForeground#C15F3C
  • editorLineNumber.foreground#6a6158
  • editorWhitespace.foreground#3a352b
  • errorForeground#ff6b6b
  • extensionButton.prominentBackground#C15F3C
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#A14A2F
  • focusBorder#C15F3C
  • foreground#e8e6e3
  • gitDecoration.conflictingResourceForeground#f3df31
  • gitDecoration.deletedResourceForeground#ff6b6b
  • gitDecoration.ignoredResourceForeground#6a6158
  • gitDecoration.modifiedResourceForeground#C15F3C
  • gitDecoration.untrackedResourceForeground#4caf50
  • icon.foreground#C15F3C
  • input.background#2a251d
  • input.border#3a352b
  • input.foreground#e8e6e3
  • input.placeholderForeground#6a6158
  • inputOption.activeBorder#C15F3C
  • list.activeSelectionBackground#C15F3C20
  • list.activeSelectionForeground#e8e6e3
  • list.focusBackground#C15F3C30
  • list.hoverBackground#C15F3C15
  • menu.background#2a251d
  • menu.foreground#e8e6e3
  • menu.selectionBackground#C15F3C30
  • menu.selectionForeground#e8e6e3
  • menu.separatorBackground#3a352b
  • menubar.selectionBackground#C15F3C30
  • menubar.selectionForeground#e8e6e3
  • notificationCenter.border#3a352b
  • notificationCenterHeader.background#3a352b
  • notifications.background#2a251d
  • notifications.border#3a352b
  • notifications.foreground#e8e6e3
  • notificationToast.border#3a352b
  • panel.background#201d18
  • panel.border#3a352b
  • panelTitle.activeForeground#C15F3C
  • panelTitle.inactiveForeground#9a9389
  • peekView.border#C15F3C
  • peekViewEditor.background#201d18
  • peekViewEditorGutter.background#201d18
  • peekViewResult.background#2a251d
  • peekViewTitle.background#3a352b
  • progressBar.background#C15F3C
  • selection.background#C15F3C40
  • settings.dropdownBackground#2a251d
  • settings.dropdownBorder#3a352b
  • settings.headerForeground#C15F3C
  • settings.modifiedItemIndicator#C15F3C
  • settings.numberInputBackground#2a251d
  • settings.numberInputBorder#3a352b
  • settings.textInputBackground#2a251d
  • settings.textInputBorder#3a352b
  • sideBar.background#201d18
  • sideBar.border#3a352b
  • sideBar.foreground#e8e6e3
  • sideBarSectionHeader.background#2a251d
  • sideBarSectionHeader.foreground#e8e6e3
  • sideBarTitle.foreground#C15F3C
  • statusBar.background#C15F3C
  • statusBar.border#A14A2F
  • statusBar.debuggingBackground#ff6b6b
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#C15F3C
  • tab.activeBackground#1a1815
  • tab.activeBorder#C15F3C
  • tab.activeForeground#e8e6e3
  • tab.border#3a352b
  • tab.inactiveBackground#2a251d
  • tab.inactiveForeground#9a9389
  • tabBar.border#3a352b
  • terminal.ansiBlack#1a1815
  • terminal.ansiBlue#42a5f5
  • terminal.ansiBrightBlack#6a6158
  • terminal.ansiBrightBlue#64b5f6
  • terminal.ansiBrightCyan#4dd0e1
  • terminal.ansiBrightGreen#81c784
  • terminal.ansiBrightMagenta#ce93d8
  • terminal.ansiBrightRed#ff8a80
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fff176
  • terminal.ansiCyan#26c6da
  • terminal.ansiGreen#4caf50
  • terminal.ansiMagenta#ab47bc
  • terminal.ansiRed#ff6b6b
  • terminal.ansiWhite#e8e6e3
  • terminal.ansiYellow#f3df31
  • terminal.background#1a1815
  • terminal.foreground#e8e6e3
  • tree.indentGuidesStroke#3a352b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a6158italic
variable, string constant.other.placeholder#e8e6e3
constant.other.color#C15F3C
invalid, invalid.illegal#ff6b6b
keyword, storage.type, storage.modifier#C15F3Cbold
keyword.control, constant.other.color, 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#D4916A
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#C15F3C
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#42a5f5
meta.block variable.other#e8e6e3
support.other.variable, string.other.link#C15F3C
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#ab47bc
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#4caf50
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#f3df31
support.type#26c6da
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#42a5f5
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#e8e6e3
variable.language#C15F3Citalic
entity.name.method.js#42a5f5italic
meta.class-method.js entity.name.function.js, variable.function.constructor#42a5f5
entity.other.attribute-name#C15F3C
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#f3df31italic
entity.other.attribute-name.class#f3df31
source.sass keyword.control#42a5f5
markup.inserted#4caf50
markup.deleted#ff6b6b
markup.changed#ab47bc
string.regexp#26c6da
constant.character.escape#26c6da
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#42a5f5italic
source.js constant.other.object.key.js string.unquoted.label.js#C15F3Citalic
source.json meta.structure.dictionary.json support.type.property-name.json#C15F3C
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f3df31
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#ab47bc
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C15F3C
text.html.markdown, punctuation.definition.list_item.markdown#e8e6e3
text.html.markdown markup.inline.raw.markdown#ab47bc
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#C15F3C
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#4caf50bold
markup.italic#C15F3Citalic
markup.bold, markup.bold string#C15F3Cbold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold stringbold italic
markup.underline#C15F3Cunderline
markup.quote punctuation.definition.blockquote.markdown#C15F3C
markup.quoteitalic
string.other.link.title.markdown#42a5f5
string.other.link.description.title.markdown#ab47bc
constant.other.reference.link.markdown#f3df31
markup.raw.block#ab47bc
markup.raw.block.fenced.markdown#e8e6e3
punctuation.definition.fenced.markdown#C15F3C
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#e8e6e3
variable.language.fenced.markdown#6a6158
meta.separator#6a6158bold
markup.table#e8e6e3
meta.jsx.children, meta.jsx.children.tsx, text.html.basic, source.js.jsx meta.jsx.children, source.tsx meta.jsx.children, source.js meta.jsx.children, punctuation.definition.string.template.begin.js, punctuation.definition.string.template.end.js#f5f5f5
support.class.component.jsx, support.class.component.tsx, entity.name.tag.jsx, entity.name.tag.tsx#C15F3C

Shiki preview

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

Loading...

Claude Theme by jnahian by jnahian - VS Code Theme