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#1f1f24
  • activityBar.border#000000
  • activityBar.foreground#ffffff
  • activityBarBadge.background#0d83e9
  • badge.background#0d83e9
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#0d83e9
  • breadcrumb.background#1f1f24
  • breadcrumb.focusForeground#ffffff
  • breadcrumb.foreground#999999
  • button.background#0d83e9
  • button.foreground#ffffff
  • button.hoverBackground#1a8ff0
  • dropdown.background#2a2a2f
  • dropdown.border#000000
  • editor.background#1f1f24
  • editor.foreground#ffffff
  • editorGroupHeader.tabsBackground#1f1f24
  • input.background#2a2a2f
  • input.border#000000
  • inputOption.activeBorder#0d83e9
  • list.activeSelectionBackground#2160d8
  • list.activeSelectionForeground#ffffff
  • list.activeSelectionIconForeground#ffffff
  • list.deemphasizedForeground#666666
  • list.dropBackground#343434
  • list.errorForeground#ff5655
  • list.filterMatchBackground#ffeb3b30
  • list.filterMatchBorder#ffeb3b50
  • list.focusAndSelectionOutline#2160d8
  • list.focusBackground#343434
  • list.focusHighlightForeground#2160d8
  • list.highlightForeground#2160d8
  • list.hoverBackground#2a2a2f
  • list.inactiveSelectionBackground#343434
  • list.inactiveSelectionIconForeground#999999
  • list.warningForeground#ffa629
  • menu.background#2a2a2f
  • menu.border#000000
  • menu.foreground#ffffff
  • menu.selectionBackground#0d83e9
  • menu.selectionForeground#ffffff
  • panel.background#1f1f24
  • panel.border#000000
  • panelTitle.activeForeground#ffffff
  • progressBar.background#0d83e9
  • sideBar.background#1f1f24
  • sideBar.border#000000
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#1f1f24
  • sideBarSectionHeader.border#000000
  • sideBarSectionHeader.foreground#999999
  • sideBarTitle.foreground#ffffff
  • statusBar.background#1f1f24
  • statusBar.border#000000
  • statusBar.foreground#ffffff
  • tab.activeBackground#1f1f24
  • tab.activeBorder#0d83e9
  • tab.border#000000
  • tab.inactiveBackground#2a2a2f
  • titleBar.activeBackground#1f1f24
  • titleBar.activeForeground#ffffff
  • titleBar.border#000000
  • tree.indentGuidesStroke#343434
  • tree.tableColumnsBorder#343434

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
explorer.folderName, explorer.fileNamebold
comment, punctuation.definition.comment#7f8c98italic
keyword, storage.type, storage.modifier#fc5fa3
string#fc6a5d
constant.numeric#d0bf69
constant.language#fc5fa3
constant.character, constant.other#d0bf69
variable#ffffff
entity.name.function, meta.function-call, support.function#41a1c0
entity.name.class, entity.name.type.class#5dd8ff
entity.name.type#5dd8ff
entity.name.tag#fc5fa3
entity.other.attribute-name#d0bf69