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.background#000000
  • activityBar.border#FFFFFF
  • activityBar.foreground#00FF00
  • activityBarBadge.background#10c400
  • activityBarBadge.foreground#000000
  • breadcrumb.activeSelectionForeground#569CD6
  • breadcrumb.background#000000
  • breadcrumb.focusForeground#FFFFFF
  • breadcrumb.foreground#00FF00
  • button.background#000000
  • button.border#2bff00
  • button.foreground#1eff00
  • button.hoverBackground#34e00085
  • editor.background#000000
  • editor.findMatchBackground#FFD700
  • editor.findMatchHighlightBackground#FFD700
  • editor.findRangeHighlightBackground#FFD700
  • editor.foreground#00FF00
  • editor.hoverHighlightBackground#808080
  • editor.lineHighlightBackground#00a3087e
  • editor.selectionBackground#45d40d4b
  • editor.selectionHighlightBackground#CE9178
  • editor.wordHighlightBackground#808080
  • editor.wordHighlightStrongBackground#808080
  • editorBracketMatch.background#3dd600
  • editorBracketMatch.border#070606
  • editorCursor.foreground#ffffff69
  • editorError.foreground#FF0000
  • editorGroup.border#3cff00
  • editorGroup.dropBackground#00bb10
  • editorGroupHeader.border#FFFFFF
  • editorGroupHeader.noTabsBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#3cff00
  • editorGutter.addedBackground#008000
  • editorGutter.background#000000
  • editorGutter.commentRangeForeground#FFD700
  • editorGutter.deletedBackground#FF0000
  • editorGutter.modifiedBackground#008000
  • editorInfo.foreground#00FF00
  • editorLineNumber.foreground#ffffff
  • editorLink.activeForeground#05d821
  • editorMarkerNavigation.background#FFFFFF
  • editorOverviewRuler.border#1eff00
  • editorOverviewRuler.findMatchForeground#FFD700
  • editorOverviewRuler.rangeHighlightForeground#FFFFFF
  • editorOverviewRuler.selectionHighlightForeground#FFFFFF
  • editorOverviewRuler.wordHighlightForeground#FFFFFF
  • editorOverviewRuler.wordHighlightStrongForeground#FFFFFF
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#FFFFFF
  • editorSuggestWidget.foreground#00FF00
  • editorSuggestWidget.selectedBackground#22c501
  • editorWarning.border#48ff00
  • editorWarning.foreground#FFFF00
  • editorWhitespace.foreground#FFFFFF
  • editorWidget.background#000000
  • editorWidget.border#FFFFFF
  • editorWidget.foreground#00FF00
  • editorWidget.resizeBorder#FFFFFF
  • list.activeSelectionBackground#569CD6
  • list.activeSelectionForeground#000000
  • list.errorForeground#FF0000
  • list.focusBackground#569CD6
  • list.highlightForeground#FFFFFF
  • list.hoverBackground#569CD6
  • list.inactiveSelectionBackground#808080
  • list.inactiveSelectionForeground#FFFFFF
  • list.warningForeground#FFFF00
  • listFilterWidget.background#000000
  • listFilterWidget.noMatchesOutline#FF0000
  • listFilterWidget.outline#FFFFFF
  • menu.background#000000
  • menu.border#09ff00
  • menu.foreground#00FF00
  • menu.selectionBackground#22cc00
  • menu.selectionForeground#000000
  • menu.separatorBackground#FFFFFF
  • menubar.selectionBackground#09d302
  • menubar.selectionForeground#000000
  • peekView.border#FFFFFF
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#569CD6
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#000000
  • peekViewResult.fileForeground#00FF00
  • peekViewResult.lineForeground#FFFFFF
  • peekViewResult.matchHighlightBackground#569CD6
  • peekViewResult.selectionBackground#569CD6
  • peekViewTitle.background#000000
  • peekViewTitleDescription.foreground#808080
  • peekViewTitleLabel.foreground#FFFFFF
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#66b432b9
  • scrollbarSlider.background#808080
  • scrollbarSlider.hoverBackground#44b900b7
  • sideBar.background#000000
  • sideBar.border#000000
  • sideBar.dropBackground#00be19
  • sideBar.foreground#00FF00
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.foreground#00FF00
  • sideBarTitle.foreground#00FF00
  • statusBar.background#000000
  • statusBar.border#00ca0a
  • statusBar.debuggingBackground#FFD700
  • statusBar.debuggingBorder#FFFFFF
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#00FF00
  • statusBar.noFolderBackground#000000
  • statusBarItem.hoverBackground#569CD6
  • statusBarItem.warningBackground#ff0000
  • statusBarItem.warningForeground#ffffff
  • tab.activeBackground#00000046
  • tab.activeBorder#00da0b
  • tab.activeBorderTop#09ff00
  • tab.activeForeground#3cff00
  • tab.border#33ff00
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#ffffff
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#00ff0d
  • titleBar.border#15ff00
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#808080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#b8486ditalic
variable, string constant.other.placeholder#75fc80
invalid, invalid.illegal#FF0000
keyword, storage.type, storage.modifier, keyword.control.tsx, keyword.control.ts, keyword.control.jsx, storage.type.tsx, storage.type.jsx, storage.type.ts#d67cff
keyword.control, keyword.control.java, keyword.control.tsx, keyword.control.ts, keyword.control.jsx, 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#03c0c0
entity.name.tag, source.ts, source.tsx, source.js.jsx, meta.jsx, entity.name.tsx, entity.name.ts, entity.name.jsx, meta.tag.sgml, markup.deleted.git_gutter#e19af3
entity.name.function, entity.name.function.tsx, entity.name.function.ts, entity.name.function.jsx, meta.function-call, variable.function, support.function, keyword.other.special-method#ff2600
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#2df1e8
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#00ff00
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#00FF00
entity.other.attribute-name#ff0080
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#00FF00italic
markup.inserted#00FF00
markup.deleted#00FF00
markup.changed#00FF00
string.regexp#00FF00
constant.character.escape#ffb700
*url*, *link*, *uri*italic underline strikethrough
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#0294e9italic
source.json meta.structure.dictionary.json support.type.property-name.json#00FF00
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#ff0000
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#00ff00
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#00c400
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#00c400
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#00c400
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#00c400
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#00c400
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#00c400
text.html.markdown, punctuation.definition.list_item.markdown#00c400
text.html.markdown markup.inline.raw.markdown#00c400
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#00c400
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#00c400
markup.italic#00c400italic
markup.bold, markup.bold string#00c400bold
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#00c400bold
markup.underline#00c400underline
markup.quote punctuation.definition.blockquote.markdown#00c400
markup.quoteitalic
string.other.link.title.markdown#1c201c
string.other.link.description.title.markdown#00c400
constant.other.reference.link.markdown#00c400
markup.raw.block#00c400
markup.raw.block.fenced.markdown#00c400
punctuation.definition.fenced.markdown#00c400
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#00c400
variable.language.fenced.markdown#00c400
meta.separator#00c400bold
markup.table#00c400

Shiki preview

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

Loading...

Dark Terminal by PhilTechs - VS Code Theme