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#3A3637
  • activityBar.foreground#EFC6C6
  • activityBarBadge.background#B27678
  • button.background#A67274
  • button.hoverBackground#B47A7D
  • dropdown.background#3E3939
  • editor.background#2B2A2A
  • editor.foreground#F5C6D6
  • editor.lineHighlightBackground#322E2E
  • editor.selectionBackground#5A4042
  • editor.wordHighlightBackground#3A2E2E
  • editorCursor.foreground#FFD6E0
  • editorGutter.addedBackground#A3C6A3
  • editorGutter.deletedBackground#E09191
  • editorGutter.modifiedBackground#C7A4A4
  • editorIndentGuide.activeBackground#6A5C5C
  • editorIndentGuide.background#403838
  • editorLineNumber.foreground#8C7A7A
  • editorWhitespace.foreground#4B4040
  • input.background#3B3535
  • list.activeSelectionBackground#554041
  • list.hoverBackground#3F3B3B
  • panel.background#302C2C
  • sideBar.background#343232
  • sideBar.foreground#E8C2CA
  • statusBar.background#3A2E2E
  • statusBar.foreground#EFD8D8
  • tab.activeBackground#443838
  • tab.activeForeground#F5C6D6
  • tab.inactiveBackground#2E2C2C
  • tab.inactiveForeground#BBA5A7
  • terminal.background#2E2B2B
  • terminal.foreground#F5C6D6
  • titleBar.activeBackground#3A2E2E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7C6F6F
string, constant#F6B0C0
keyword, storage.type#E79A9A
variable, parameter#FFD6E0
function, method#EAB2A0
type, class, interface#BFAE9E
number, boolean#E7C3A8
punctuation, operator#CFAEAE

Shiki preview

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

Loading...