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#000000
  • activityBar.foreground#ffffff
  • activityBarBadge.background#000000
  • activityBarBadge.foreground#ffffff
  • badge.background#000000
  • badge.foreground#ffffff
  • button.background#3b3a32
  • editor.background#000000
  • editor.foreground#ffffff
  • editor.lineHighlightBackground#000000
  • editor.selectionBackground#49483E
  • editorCursor.foreground#afafaf
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.background#000000
  • editorIndentGuide.background#000000
  • editorLineNumber.activeForeground#00f900
  • editorLineNumber.foreground#ffffff
  • editorLink.activeForeground#ffffff
  • editorRuler.foreground#3b3a32
  • editorWhitespace.foreground#3b3a32
  • focusBorder#00f900
  • foreground#ffffff
  • input.background#000000
  • input.border#000000
  • input.foreground#ffffff
  • input.placeholderForeground#49483E
  • inputOption.activeBorder#00f900
  • list.activeSelectionBackground#49483E
  • list.activeSelectionForeground#ffffff
  • list.inactiveFocusBackground#3b3a32
  • list.inactiveSelectionBackground#3b3a32
  • list.inactiveSelectionForeground#ffffff
  • panel.background#000000
  • panel.border#00f900
  • panelTitle.activeBorder#00f900
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#49483E
  • sideBar.background#000000
  • sideBar.border#00f900
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#3b3a32
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#000000
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#000000
  • tab.inactiveBackground#000000
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#00f900
string#FF7E00
constant.language#afafaf
keyword#afafaf
storage#afafaf
entity.name.tag#afafaf
entity.other.attribute-name#afafaf
meta.structure.dictionary.json string.quoted.double.json#afafaf
meta.diff, meta.diff.header#555555
markup.deleted#e61f44
markup.inserted#A6E22E
markup.changed#f7b83d
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d

Shiki preview

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

Loading...

Hacker Colors - Coding Theme