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#2F333D
  • activityBar.foreground#D7DAE0
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#F8FAFD
  • button.background#528bff
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#1d1f23
  • dropdown.border#181A1F
  • editor.background#282c34
  • editor.editor.findMatchBackground#42557B
  • editor.findMatchHighlightBackground#314365
  • editor.lineHighlightBackground#383E4A
  • editor.selectionBackground#3E4451
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#c24038
  • editorGroup.background#181A1F
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#21252B
  • editorHoverWidget.background#21252B
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.background#3B4048
  • editorLineNumber.foreground#495162
  • editorRuler.foreground#484848
  • editorSuggestWidget.background#21252B
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWhitespace.foreground#3B4048
  • editorWidget.background#21252B
  • input.background#1d1f23
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#383E4A
  • list.highlightForeground#C5C5C5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • notification.background#21252b
  • scrollbarSlider.activeBackground#747D9180
  • scrollbarSlider.background#4E566680
  • scrollbarSlider.hoverBackground#5A637580
  • sideBar.background#21252b
  • sideBarSectionHeader.background#282c34
  • statusBar.background#21252B
  • statusBar.debuggingBackground#21252B
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252B
  • statusBarItem.hoverBackground#2c313a
  • tab.activeBackground#2c313a
  • tab.border#181A1F
  • tab.inactiveBackground#21252B
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#282C34
  • titleBar.inactiveForeground#6B717D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#abb2bf
comment#5c6370italic
html.doctype#5c6370italic
string#98c379
string.embedded.begin, string.embedded.end#e06c75
string.embedded#56b6c2
constant.numeric#d19a66
constant.language#d19a66
constant.character, constant.other#d19a66
variable.language#c678dd
variable.readwrite, variable.block, variable.support#e06c75
variable.readwrite.var-single-variable.js#d19a66
variable.readwrite.js#abb2bf
keyword, keyword.operator.logical, keyword.operator.constructor, keyword.operator.new#c678dd
keyword.operator#61afef
storage#c678dd
storage.type.function#c678dd
entity.name.class, entity.name.module, entity.name.type#e5c07b
entity.other.inherited-class#98c379
entity.name.tag#e06c75
entity.other.attribute-name#d19a66
entity.name.function#61afef
variable.parameter#e06c75italic
entity.name.function-call#abb2bf
function.support.builtin, function.support.core#56b6c2
support.function#56b6c2
support.constant#e5c07b
support.class#e5c07b
support.type#e06c75
support.dictionary.json#e06c75
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#abb2bf
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#56b6c2
variable.css, variable.scss, variable.less, variable.sass#e06c75
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#98c379
unit.css, unit.scss, unit.less, unit.sass#d19a66
function.css, function.scss, function.less, function.sass#56b6c2
variable.other.property, variable.other.object, variable.other.block#e06c75
jade.import.variable, pug.import.variable#e06c75
invalid#F8F8F0
invalid.deprecated#F8F8F0
structure.dictionary.property-name.json#e06c75
string.detected-link#c678dd
meta.diff, meta.diff.header#75715E
markup.deleted#c678dd
markup.inserted#e5c07b
markup.changed#98c379
constant.numeric.line-number.find-in-files - match#56b6c2A0
entity.name.filename.find-in-files#98c379

Shiki preview

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

Loading...

One Dark Theme - Coding Theme