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#f2f0e5
  • activityBar.foreground#100f0f
  • activityBar.inactiveForeground#b7b5ac
  • activityBarBadge.background#4385be
  • activityBarBadge.foreground#fffcf0
  • badge.background#4385be
  • badge.foreground#fffcf0
  • button.background#4385be
  • button.foreground#fffcf0
  • button.hoverBackground#3370a8
  • editor.background#fffcf0
  • editor.findMatchBackground#8b6f2040
  • editor.findMatchHighlightBackground#8b6f2025
  • editor.foreground#100f0f
  • editor.inactiveSelectionBackground#4385be15
  • editor.lineHighlightBackground#f2f0e5
  • editor.selectionBackground#4385be30
  • editorCursor.foreground#100f0f
  • editorError.foreground#d14d41
  • editorGroupHeader.tabsBackground#f2f0e5
  • editorGutter.addedBackground#879a39
  • editorGutter.deletedBackground#d14d41
  • editorGutter.modifiedBackground#4385be
  • editorIndentGuide.activeBackground1#b7b5ac
  • editorIndentGuide.background1#e6e4d9
  • editorInfo.foreground#4385be
  • editorLineNumber.activeForeground#100f0f
  • editorLineNumber.foreground#b7b5ac
  • editorWarning.foreground#ad8301
  • editorWhitespace.foreground#e6e4d9
  • focusBorder#4385be
  • input.background#f2f0e5
  • input.border#e6e4d9
  • input.foreground#100f0f
  • inputOption.activeBorder#4385be
  • list.activeSelectionBackground#e6e4d9
  • list.activeSelectionForeground#100f0f
  • list.focusBackground#e6e4d9
  • list.hoverBackground#eceae3
  • panel.background#f2f0e5
  • panel.border#e6e4d9
  • panelTitle.activeBorder#4385be
  • panelTitle.activeForeground#100f0f
  • panelTitle.inactiveForeground#878580
  • scrollbarSlider.background#b7b5ac60
  • scrollbarSlider.hoverBackground#87858080
  • sideBar.background#f2f0e5
  • sideBar.foreground#100f0f
  • sideBarSectionHeader.background#fffcf0
  • sideBarSectionHeader.foreground#100f0f
  • sideBarTitle.foreground#100f0f
  • statusBar.background#4385be
  • statusBar.foreground#fffcf0
  • statusBar.noFolderBackground#4385be
  • statusBarItem.hoverBackground#3370a8
  • tab.activeBackground#fffcf0
  • tab.activeBorderTop#4385be
  • tab.activeForeground#100f0f
  • tab.border#e6e4d9
  • tab.inactiveBackground#f2f0e5
  • tab.inactiveForeground#878580
  • terminal.ansiBlack#100f0f
  • terminal.ansiBlue#205ea6
  • terminal.ansiBrightBlack#575653
  • terminal.ansiBrightBlue#4385be
  • terminal.ansiBrightCyan#3aa99f
  • terminal.ansiBrightGreen#879a39
  • terminal.ansiBrightMagenta#8b7ec8
  • terminal.ansiBrightRed#d14d41
  • terminal.ansiBrightWhite#b7b5ac
  • terminal.ansiBrightYellow#d0a215
  • terminal.ansiCyan#24837b
  • terminal.ansiGreen#66800b
  • terminal.ansiMagenta#5e409d
  • terminal.ansiRed#af3029
  • terminal.ansiWhite#878580
  • terminal.ansiYellow#ad8301
  • terminal.background#fffcf0
  • terminal.foreground#100f0f
  • titleBar.activeBackground#f2f0e5
  • titleBar.activeForeground#100f0f
  • titleBar.inactiveBackground#f2f0e5
  • titleBar.inactiveForeground#878580

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#878580italic
keyword, storage.type, storage.modifier#af3029
keyword.operator#100f0f
string, string.template#66800b
string.regexp#24837b
constant.numeric#5e409d
constant.language#5e409d
constant.character.escape#24837b
variable#100f0f
variable.language#5e409ditalic
entity.name.function, support.function#4385be
entity.name.type, entity.name.class, support.class#8b6f20
entity.name.tag#af3029
entity.other.attribute-name#8b6f20
support.type#3aa99f
meta.decorator, punctuation.decorator#4385be
punctuation#575653
invalid#d14d41