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#dae4f0
  • activityBar.border#5ee998
  • activityBar.dropBackground#e97e5e
  • activityBar.foreground#4788d8
  • activityBarBadge.background#5ee998
  • activityBarBadge.foreground#dae4f0
  • badge.background#5ee998
  • badge.foreground#dae4f0
  • button.background#4788d8
  • button.foreground#dae4f0
  • diffEditor.insertedTextBackground#3ad90011
  • diffEditor.removedTextBackground#ee3a4311
  • dropdown.background#e5f1ef
  • dropdown.border#4788d8
  • dropdown.foreground#4788d8
  • editor.background#F5F5F5
  • editor.findMatchHighlightBackground#CAD40F66
  • editor.foreground#858586
  • editor.hoverHighlightBackground#ffc60033
  • editor.lineHighlightBackground#e5f1ef
  • editor.rangeHighlightBackground#e5f1ef
  • editor.selectionBackground#bfccca
  • editor.wordHighlightBackground#FFFFFF0D
  • editor.wordHighlightStrongBackground#FFFFFF0D
  • editorCursor.foreground#ffa600
  • editorError.foreground#dd366d
  • editorGroup.border#5ee998
  • editorGroup.dropBackground#e1e78a99
  • editorGutter.addedBackground#4ed15f
  • editorGutter.background#e5f1ef
  • editorGutter.deletedBackground#e93b3b
  • editorGutter.modifiedBackground#ffa600
  • editorHoverWidget.background#e5f1ef
  • editorHoverWidget.border#5ee998
  • editorIndentGuide.background#f3e62a
  • editorLineNumber.foreground#4788d8
  • editorSuggestWidget.background#F5F5F5
  • editorSuggestWidget.border#4788d8
  • editorSuggestWidget.foreground#4c6a8f
  • editorSuggestWidget.highlightForeground#f3b32a
  • editorSuggestWidget.selectedBackground#e5f1ef
  • editorWhitespace.foreground#ffffff1a
  • editorWidget.background#e5f1ef
  • editorWidget.border#f3e62a
  • errorForeground#f1897f
  • extensionButton.prominentBackground#0088ff
  • extensionButton.prominentForeground#fff
  • extensionButton.prominentHoverBackground#ff9d00
  • focusBorder#5ee998
  • foreground#858586
  • gitDecoration.addedResourceForeground#228f53
  • gitDecoration.deletedResourceForeground#ff628c
  • gitDecoration.ignoredResourceForeground#6924a1
  • gitDecoration.modifiedResourceForeground#ff7200
  • gitDecoration.untrackedResourceForeground#e1e441
  • input.background#e5f1ef
  • input.border#4788d8
  • input.foreground#4c6a8f
  • input.placeholderForeground#aaa
  • inputValidation.errorBackground#ffeaea
  • inputValidation.errorBorder#f1897f
  • inputValidation.infoBackground#f2fcff
  • inputValidation.infoBorder#4ec1e5
  • inputValidation.warningBackground#fffee2
  • inputValidation.warningBorder#ffe055
  • list.activeSelectionBackground#e5f1ef
  • list.activeSelectionForeground#858586
  • list.dropBackground#F5F5F5
  • list.focusBackground#e5f1ef
  • list.focusForeground#858586
  • list.highlightForeground#9769dc
  • list.hoverBackground#e5f1ef
  • list.hoverForeground#858586
  • list.inactiveSelectionBackground#F5F5F5
  • list.inactiveSelectionForeground#858586
  • panel.background#F5F5F5
  • panel.border#5ee998
  • panelTitle.activeBorder#5ee998
  • panelTitle.activeForeground#4788d8
  • panelTitle.inactiveForeground#858586
  • peekView.border#705697
  • peekViewEditor.background#F2F8FC
  • peekViewEditor.matchHighlightBackground#C2DFE3
  • peekViewResult.background#F2F8FC
  • peekViewResult.matchHighlightBackground#93C6D6
  • peekViewTitle.background#F2F8FC
  • pickerGroup.border#F5F5F5
  • pickerGroup.foreground#858586
  • progressBar.background#5ee998
  • scrollbar.shadow#f0ebb100
  • selection.background#9df395
  • sideBar.background#F5F5F5
  • sideBar.border#5ee998
  • sideBar.foreground#858586
  • sideBarSectionHeader.background#4788d8
  • sideBarSectionHeader.foreground#F5F5F5
  • sideBarTitle.foreground#4788d8
  • statusBar.background#843ce2
  • statusBar.border#5ee998
  • statusBar.debuggingBackground#d8c247
  • statusBar.debuggingForeground#F5F5F5
  • statusBar.foreground#F5F5F5
  • statusBar.noFolderBackground#4788d8
  • statusBar.noFolderForeground#F5F5F5
  • statusBarItem.activeBackground#4396ce
  • statusBarItem.hoverBackground#e23cab
  • tab.activeBackground#e5f1ef
  • tab.activeBorder#5ee998
  • tab.activeForeground#4788d8
  • tab.border#d6def7
  • tab.inactiveBackground#d6def7
  • tab.inactiveForeground#858586
  • textLink.activeForeground#4788d8
  • textLink.foreground#4788d8
  • titleBar.activeBackground#4788d8
  • titleBar.activeForeground#e5f1ef
  • titleBar.inactiveBackground#23599b
  • titleBar.inactiveForeground#c6c6ca
  • widget.shadow#5cf51f15

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
Hyrule by geo - VS Code Theme