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#ebdbb2
  • activityBar.foreground#3c3836
  • button.background#427b58
  • button.foreground#fbf1c7
  • dropdown.background#e5d4b1
  • dropdown.listBackground#e5d4b1
  • editor.background#fbf1c7
  • editor.foreground#3c3836
  • editor.lineHighlightBackground#e5d4b1
  • editor.selectionBackground#bdae93
  • editorCursor.foreground#282828
  • input.background#e5d4b1
  • input.foreground#3c3836
  • list.activeSelectionBackground#076678
  • list.activeSelectionForeground#fbf1c7
  • list.hoverBackground#e5d4b1
  • list.inactiveSelectionBackground#e5d4b1
  • panel.background#fbf1c7
  • panel.border#bdae93
  • sideBar.background#f2e5bc
  • sideBar.border#bdae93
  • sideBar.foreground#504945
  • sideBarTitle.foreground#b57614
  • statusBar.background#ebdbb2
  • statusBar.foreground#3c3836
  • statusBar.noFolderBackground#ebdbb2
  • tab.activeBackground#e5d4b1
  • tab.activeBorder#b57614
  • tab.activeForeground#282828
  • tab.inactiveBackground#fbf1c7
  • titleBar.activeBackground#fbf1c7
  • titleBar.activeForeground#282828
  • titleBar.inactiveBackground#fbf1c7
  • titleBar.inactiveForeground#928374

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#928374italic
string, punctuation.definition.string#79740e
constant.numeric#8f3f71
constant.language#8f3f71
keyword, storage.type, storage.modifier#9d0006
keyword.control#9d0006
keyword.operator#427b58
entity.name.function, support.function#b57614
entity.name.type, entity.name.class, support.class#b57614
entity.name.tag#9d0006
entity.other.attribute-name#79740e
variable, variable.parameter, entity.name.variable#076678
variable.language.this#8f3f71
punctuation#3c3836
support.type.property-name#076678
invalid#9d0006bold

Shiki preview

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

Loading...

Retrobox Theme - Coding Theme