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#1c1c1c
  • activityBar.foreground#ebdbb2
  • button.background#83a598
  • button.foreground#1c1c1c
  • dropdown.background#303030
  • dropdown.listBackground#303030
  • editor.background#1c1c1c
  • editor.foreground#ebdbb2
  • editor.lineHighlightBackground#303030
  • editor.selectionBackground#504945
  • editorCursor.foreground#fbf1c7
  • input.background#303030
  • input.foreground#ebdbb2
  • list.activeSelectionBackground#458588
  • list.activeSelectionForeground#fbf1c7
  • list.hoverBackground#303030
  • list.inactiveSelectionBackground#3c3836
  • panel.background#1c1c1c
  • panel.border#3c3836
  • sideBar.background#121212
  • sideBar.border#3c3836
  • sideBar.foreground#a89984
  • sideBarTitle.foreground#fabd2f
  • statusBar.background#3c3836
  • statusBar.foreground#ebdbb2
  • statusBar.noFolderBackground#3c3836
  • tab.activeBackground#303030
  • tab.activeBorder#fabd2f
  • tab.activeForeground#fbf1c7
  • tab.inactiveBackground#1c1c1c
  • titleBar.activeBackground#1c1c1c
  • titleBar.activeForeground#ebdbb2
  • titleBar.inactiveBackground#1c1c1c
  • titleBar.inactiveForeground#928374

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#928374italic
string, punctuation.definition.string#b8bb26
constant.numeric#d3869b
constant.language#d3869b
keyword, storage.type, storage.modifier#fb4934
keyword.control#fb4934
keyword.operator#8ec07c
entity.name.function, support.function#fabd2f
entity.name.type, entity.name.class, support.class#fabd2f
entity.name.tag#fb4934
entity.other.attribute-name#b8bb26
variable, variable.parameter, entity.name.variable#83a598
variable.language.this#d3869b
punctuation#ebdbb2
support.type.property-name#83a598
invalid#fb4934bold

Shiki preview

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

Loading...

Retrobox Theme - Coding Theme