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#141210
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#887068
  • activityBarBadge.background#E3B08B
  • activityBarBadge.foreground#1C1818
  • badge.background#E3B08B
  • badge.foreground#1C1818
  • button.background#E3B08B
  • button.foreground#1C1818
  • editor.background#1C1818
  • editor.foreground#E8E0D8
  • editor.lineHighlightBackground#282220
  • editor.selectionBackground#E3B08B40
  • editorBracketMatch.border#A27769
  • editorCursor.foreground#E3B08B
  • editorGroupHeader.tabsBackground#141210
  • editorGutter.addedBackground#809060
  • editorGutter.deletedBackground#A05050
  • editorGutter.modifiedBackground#D09060
  • editorIndentGuide.background1#342C28
  • editorLineNumber.activeForeground#E8B878
  • editorLineNumber.foreground#5A4840
  • editorSuggestWidget.background#1C1818
  • editorSuggestWidget.highlightForeground#E8B878
  • editorWidget.background#282220
  • editorWidget.foreground#E8E0D8
  • errorForeground#A05050
  • focusBorder#E3B08B80
  • input.background#141210
  • input.border#342C28
  • input.foreground#E8E0D8
  • list.activeSelectionBackground#E3B08B
  • list.activeSelectionForeground#1C1818
  • list.activeSelectionIconForeground#1C1818
  • list.focusBackground#342C28
  • list.hoverBackground#282220
  • list.inactiveSelectionBackground#342C28
  • list.inactiveSelectionForeground#B0A8A8
  • panel.background#141210
  • panelTitle.activeBorder#E3B08B
  • progressBar.background#E8B878
  • sideBar.background#141210
  • sideBar.foreground#B0A8A8
  • sideBarSectionHeader.background#282220
  • sideBarSectionHeader.foreground#E8E0D8
  • sideBarTitle.foreground#E8B878
  • statusBar.background#D09060
  • statusBar.debuggingBackground#A27769
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#1C1818
  • statusBar.noFolderBackground#282220
  • statusBar.noFolderForeground#ffffff
  • tab.activeBackground#1C1818
  • tab.activeBorder#E3B08B
  • tab.activeForeground#E8B878
  • tab.border#282220
  • tab.inactiveBackground#141210
  • tab.inactiveForeground#887068
  • terminal.ansiYellow#D09060
  • terminal.background#1C1818
  • terminal.foreground#E8E0D8
  • textLink.foreground#E8B878
  • titleBar.activeBackground#141210
  • titleBar.activeForeground#E8E0D8
  • titleBar.inactiveBackground#1C1818
  • titleBar.inactiveForeground#887068

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#686058italic
keyword, storage#E8B878
storage.type, support.type#A27769
variable#E8E0D8
entity.name.function#E3B08Bbold
entity.name.type#A27769bold
constant.numeric#D09060
string#98A080
punctuation#807870
entity.name.tag#E8B878

Shiki preview

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

Loading...