Skip to main content
Coding Theme

Color themes

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#0d0d0d
  • activityBar.foreground#808080
  • activityBarBadge.background#1874cd
  • activityBarBadge.foreground#ffffff
  • badge.background#008b8b
  • badge.foreground#ffffff
  • button.background#1874cd
  • button.foreground#ffffff
  • button.hoverBackground#1e90ff
  • dropdown.background#1a1a1a
  • dropdown.border#333333
  • dropdown.foreground#808080
  • editor.background#1a1a1a
  • editor.findMatchBackground#00008b
  • editor.findMatchHighlightBackground#00008b80
  • editor.foreground#808080
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#72f7ff
  • editor.selectionHighlightBackground#72f7ff40
  • editorBracketMatch.background#ff00ff
  • editorBracketMatch.border#ffffff
  • editorCursor.foreground#ffd700
  • editorError.foreground#cd2626
  • editorIndentGuide.activeBackground1#555555
  • editorIndentGuide.background1#333333
  • editorInfo.foreground#1874cd
  • editorLineNumber.activeForeground#808080
  • editorLineNumber.foreground#552a7b
  • editorSuggestWidget.background#1a1a1a
  • editorSuggestWidget.border#333333
  • editorSuggestWidget.foreground#808080
  • editorSuggestWidget.highlightForeground#458b74
  • editorSuggestWidget.selectedBackground#00008b
  • editorWarning.foreground#ffc125
  • editorWhitespace.foreground#333333
  • editorWidget.background#1a1a1a
  • editorWidget.border#333333
  • input.background#0d0d0d
  • input.border#333333
  • input.foreground#808080
  • inputOption.activeBorder#1874cd
  • list.activeSelectionBackground#00008b
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#00008b
  • list.hoverBackground#333333
  • list.inactiveSelectionBackground#333333
  • panel.background#1a1a1a
  • panel.border#333333
  • panelTitle.activeForeground#808080
  • panelTitle.inactiveForeground#552a7b
  • progressBar.background#1874cd
  • scrollbarSlider.activeBackground#80808066
  • scrollbarSlider.background#33333366
  • scrollbarSlider.hoverBackground#555555b3
  • sideBar.background#0d0d0d
  • sideBar.foreground#808080
  • sideBarSectionHeader.background#1a1a1a
  • sideBarSectionHeader.foreground#808080
  • sideBarTitle.foreground#808080
  • statusBar.background#2f4f4f
  • statusBar.debuggingBackground#cd2626
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#2f4f4f
  • statusBarItem.prominentBackground#1874cd
  • tab.activeBackground#1a1a1a
  • tab.activeBorder#1874cd
  • tab.activeForeground#ffffff
  • tab.border#333333
  • tab.inactiveBackground#0d0d0d
  • tab.inactiveForeground#808080
  • titleBar.activeBackground#1a1a1a
  • titleBar.activeForeground#808080
  • titleBar.inactiveBackground#0d0d0d
  • titleBar.inactiveForeground#552a7b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5f9ea0italic
string, string.quoted, string.template#4a708b
constant.numeric#ffc125
constant.language.boolean, constant.language.null#8b0a50
keyword, storage.type, storage.modifier, storage.type.function#9b30ffbold
entity.name.function, meta.function-call.generic, support.function#458b74
variable, variable.other, variable.parameter#458b74
entity.name.type, entity.name.class, support.type, support.class#008b8bbold
constant, constant.other, constant.language#ffc125
keyword.control.import, keyword.control.from, entity.name.function.preprocessor, meta.preprocessor#1874cd
entity.name.tag, punctuation.definition.tag#9b30ff
entity.other.attribute-name#458b74
keyword.operator, punctuation#808080
variable.language, support.variable#8a2be2
string.regexp#4a708b
comment.todo, comment.note, comment.fixme, comment.hack, comment.xxx#008b00
invalid, invalid.illegal#cd2626
markup.heading, entity.name.section.markdown#1874cdbold
markup.bold.markdown#458b74bold
markup.italic.markdown#4a708bitalic
markup.inline.raw.markdown, markup.fenced_code.block.markdown#4a708b
support.type.property-name.json#458b74
support.type.property-name.css#458b74
support.constant.property-value.css#4a708b
MacVim Classic by JuanVqz - VS Code Theme