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.

  • activityBar.activeBorder#ff7b00
  • activityBar.background#000000
  • activityBar.border#ff7b00
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#888888
  • activityBarBadge.background#ff7b00
  • activityBarBadge.foreground#000000
  • button.background#ff7b00
  • button.foreground#000000
  • button.hoverBackground#fd912c
  • button.secondaryBackground#ff7b00
  • button.secondaryForeground#000000
  • button.secondaryHoverBackground#ff7b00
  • button.secondaryHoverForeground#000000
  • editor.background#000000
  • editor.findMatchBackground#ff7b00
  • editor.findMatchBorder#ff7b00
  • editor.findMatchHighlightBackground#ff7b00
  • editor.findMatchHighlightBorder#ff7b00
  • editor.findRangeHighlightBackground#ff7b00
  • editor.findRangeHighlightBorder#ff7b00
  • editor.foreground#eeffff
  • editor.hoverHighlightBackground#795129
  • editor.lineHighlightBackground#000000
  • editor.lineHighlightBorder#ff7b00
  • editor.selectionBackground#795129
  • editor.selectionForeground#000000
  • editor.selectionHighlightBackground#ff7b00
  • editor.selectionHighlightBorder#ff7b00
  • editor.wordHighlightBackground#795129
  • editor.wordHighlightBorder#ff7b00
  • editor.wordHighlightStrongBackground#ff7b00
  • editor.wordHighlightStrongBorder#ff7b00
  • editorBracketHighlight.foreground1#ff7b00
  • editorBracketHighlight.foreground2#ff7b00
  • editorBracketHighlight.foreground3#ff7b00
  • editorBracketHighlight.foreground4#ff7b00
  • editorBracketHighlight.foreground5#ff7b00
  • editorBracketHighlight.foreground6#ff7b00
  • editorBracketHighlight.unexpectedBracket.foreground#ff7b00
  • editorBracketMatch.background#ff7b00
  • editorBracketMatch.border#ff7b00
  • editorCursor.foreground#ffffff
  • editorError.foreground#ff002b
  • editorGutter.addedBackground#ff7b00
  • editorGutter.background#000000
  • editorGutter.commentRangeForeground#ff7b00
  • editorGutter.deletedBackground#ff002b
  • editorGutter.insertedBackground#ff7b00
  • editorGutter.modifiedBackground#ff7b00
  • editorInfo.foreground#ff7b00
  • editorWarning.foreground#ff7b00
  • focusBorder#ff7b00
  • icon.foreground#ffffff
  • input.background#000000
  • input.border#ff7b00
  • input.foreground#eeffff
  • input.placeholderForeground#f3d2b3
  • inputOption.activeBackground#ff7b00
  • inputOption.activeBorder#ff7b00
  • inputValidation.errorBackground#ff002b
  • inputValidation.errorBorder#ff002b
  • inputValidation.infoBackground#ff7b00
  • inputValidation.infoBorder#ff7b00
  • inputValidation.warningBackground#ff7b00
  • inputValidation.warningBorder#ff7b00
  • list.activeSelectionBackground#ff7b00
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#ff7b00
  • list.hoverBackground#2A2D2E
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#373737
  • list.inactiveSelectionForeground#CCCCCC
  • menubar.selectionBackground#000000
  • menubar.selectionForeground#FFFFFF
  • panel.border#ff7b00
  • panelTitle.activeBorder#ff7b00
  • scrollbarSlider.background#55555588
  • scrollbarSlider.hoverBackground#777777AA
  • sideBar.background#000000
  • sideBar.border#ff7b00
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#ff7b00
  • sideBarSectionHeader.border#ff7b00
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#ff7b00
  • statusBar.debuggingBackground#CC6633
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#ff7b00
  • statusBarItem.remoteBackground#693709
  • statusBarItem.remoteForeground#ffffff
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#1E90FF
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#6A9FFF
  • terminal.ansiBrightCyan#9FFFFF
  • terminal.ansiBrightGreen#5FFA68
  • terminal.ansiBrightMagenta#FF9FFF
  • terminal.ansiBrightRed#FF6E67
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFF75E
  • terminal.ansiCyan#00FFFF
  • terminal.ansiGreen#27C93F
  • terminal.ansiMagenta#FF00FF
  • terminal.ansiRed#FF5F56
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFBD2E
  • terminal.background#000000
  • terminal.border#ff7b00
  • terminal.foreground#FFFFFF
  • terminal.inactiveSelectionBackground#000000
  • terminal.selectionBackground#ff7b00
  • terminalCursor.background#FFFFFF
  • terminalCursor.foreground#FFFFFF
  • textBlockQuote.background#1E1E1E
  • textBlockQuote.border#ff7b00
  • textLink.activeForeground#664322
  • textLink.foreground#ff7b00
  • textPreformat.foreground#CCCCCC
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#ff7b00
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#AAAAAA
  • tree.indentGuidesStroke#ff7b00
  • widget.border#ff7b00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#02aefditalic
variable, string constant.other.placeholder#1ae6e6
constant.other.color#500e0e
invalid, invalid.illegal#ff002b
keyword, storage.type, storage.modifier#9440cc
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#89DDFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#ac71f0
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#336ce9
meta.block variable.other#df6881
support.other.variable, string.other.link#46bee2
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#F78C6C
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#C3E88D
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#FFCB6B
support.type#B2CCD6
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#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#FF5370italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#C792EA
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
entity.other.attribute-name.class#FFCB6B
source.sass keyword.control#82AAFF
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#89DDFF
constant.character.escape#89DDFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#C792EA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B
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#F78C6C
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#FF5370
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 meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C17E70
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 meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#82AAFF
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 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#f07178
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 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 meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C792EA
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 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 meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C3E88D
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f07178italic
markup.bold, markup.bold string#f07178bold
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 string#f07178bold
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#82AAFF
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C792EA
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF
Eye Cooler Dark Theme by TheDevTecHub - VS Code Theme