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.background#e7e8e6
  • activityBar.foreground#2dae58
  • activityBar.inactiveForeground#68696888
  • activityBarBadge.background#09a1ed
  • badge.background#09a1ed
  • badge.foreground#ffffff
  • button.background#2dae58
  • debugExceptionWidget.background#ffaeac33
  • debugExceptionWidget.border#ff5c57
  • debugToolBar.border#e9eaeb
  • diffEditor.insertedTextBackground#2dae5824
  • diffEditor.removedTextBackground#ffaeac44
  • dropdown.border#e9eaeb
  • editor.background#fafbfc
  • editor.findMatchBackground#00e6e06a
  • editor.findMatchHighlightBackground#00e6e02a
  • editor.findRangeHighlightBackground#f5b90011
  • editor.focusedStackFrameHighlightBackground#2dae5822
  • editor.foreground#565869
  • editor.hoverHighlightBackground#00e6e018
  • editor.rangeHighlightBackground#f5b90033
  • editor.selectionBackground#2dae5822
  • editor.snippetTabstopHighlightBackground#adb1c23a
  • editor.stackFrameHighlightBackground#f5b90033
  • editor.wordHighlightBackground#adb1c23a
  • editorError.foreground#ff5c56
  • editorGroup.emptyBackground#f3f4f5
  • editorGutter.addedBackground#2dae58
  • editorGutter.deletedBackground#ff5c57
  • editorGutter.modifiedBackground#00a39faa
  • editorInlayHint.background#e9eaeb
  • editorInlayHint.foreground#565869
  • editorLineNumber.activeForeground#35cf68
  • editorLineNumber.foreground#9194a2aa
  • editorLink.activeForeground#35cf68
  • editorOverviewRuler.addedForeground#2dae58
  • editorOverviewRuler.deletedForeground#ff5c57
  • editorOverviewRuler.errorForeground#ff5c56
  • editorOverviewRuler.findMatchForeground#13bbb7aa
  • editorOverviewRuler.modifiedForeground#00a39faa
  • editorOverviewRuler.warningForeground#cf9c00
  • editorOverviewRuler.wordHighlightForeground#adb1c288
  • editorOverviewRuler.wordHighlightStrongForeground#35cf68
  • editorWarning.foreground#cf9c00
  • editorWhitespace.foreground#adb1c255
  • extensionButton.prominentBackground#2dae58
  • extensionButton.prominentHoverBackground#238744
  • focusBorder#09a1ed
  • foreground#686968
  • gitDecoration.modifiedResourceForeground#00a39f
  • gitDecoration.untrackedResourceForeground#2dae58
  • input.border#e9eaeb
  • list.activeSelectionBackground#09a1ed
  • list.activeSelectionForeground#ffffff
  • list.errorForeground#ff5c56
  • list.focusBackground#bce7fc99
  • list.focusForeground#11658f
  • list.hoverBackground#e9eaeb
  • list.inactiveSelectionBackground#89b5cb33
  • list.warningForeground#b38700
  • menu.background#fafbfc
  • menu.selectionBackground#e9eaeb
  • menu.selectionForeground#686968
  • menubar.selectionBackground#e9eaeb
  • menubar.selectionForeground#686968
  • merge.currentContentBackground#35cf6833
  • merge.currentHeaderBackground#35cf6866
  • merge.incomingContentBackground#14b1ff33
  • merge.incomingHeaderBackground#14b1ff77
  • peekView.border#09a1ed
  • peekViewEditor.background#14b1ff08
  • peekViewEditor.matchHighlightBackground#f5b90088
  • peekViewEditor.matchHighlightBorder#f5b900
  • peekViewResult.matchHighlightBackground#f5b90088
  • peekViewResult.selectionBackground#09a1ed
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#09a1ed11
  • selection.background#2dae5844
  • settings.modifiedItemIndicator#13bbb7
  • sideBar.background#f3f4f5
  • sideBar.border#dedfe0
  • sideBarSectionHeader.background#e9eaeb
  • sideBarSectionHeader.border#dedfe0
  • statusBar.background#2dae58
  • statusBar.debuggingBackground#13bbb7
  • statusBar.debuggingBorder#00a39f
  • statusBar.noFolderBackground#565869
  • statusBarItem.remoteBackground#238744
  • tab.activeBorderTop#2dae58
  • terminal.ansiBlack#565869
  • terminal.ansiBlue#09a1ed
  • terminal.ansiBrightBlack#75798f
  • terminal.ansiBrightBlue#14b1ff
  • terminal.ansiBrightCyan#13bbb7
  • terminal.ansiBrightGreen#35cf68
  • terminal.ansiBrightMagenta#ff94d2
  • terminal.ansiBrightRed#ffaeac
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f5b900
  • terminal.ansiCyan#13bbb7
  • terminal.ansiGreen#2dae58
  • terminal.ansiMagenta#f767bb
  • terminal.ansiRed#ff5c57
  • terminal.ansiWhite#fafbf9
  • terminal.ansiYellow#cf9c00
  • titleBar.activeBackground#f3f4f5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#AAAAAAitalic
comment.block.preprocessor#AAAAAA
comment.documentation, comment.block.documentation#448C27
invalid.illegal#660000
keyword.operator#777777
keyword, storage#4B83CD
storage.type, support.type#7A3E9D
constant.language, support.constant, variable.language#AB6526
variable, support.variable#7A3E9D
entity.name.function, support.function#AA3731bold
entity.name.type, entity.other.inherited-class, support.class#7A3E9Dbold
entity.name.exception#660000
entity.name.sectionbold
constant.numeric, constant.character, constant#AB6526
string#448C27
constant.character.escape#777777
string.regexp#4B83CD
constant.other.symbol#AB6526
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#91B3E0
entity.name.tag#4B83CD
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#91B3E0italic
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#AB6526
meta.property-value, meta.property-value constant.other, support.constant.property-value#448C27
keyword.other.importantbold
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...

PlagiarismNinja - Coding Theme