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#F2EFDD
  • activityBar.foreground#40453A
  • activityBar.inactiveForeground#B5B196
  • activityBarBadge.background#B8607A
  • activityBarBadge.foreground#FBF9F1
  • badge.background#B8607A
  • badge.foreground#FBF9F1
  • button.background#B8607A
  • button.foreground#FBF9F1
  • button.hoverBackground#C77B54
  • dropdown.background#FFFFFF
  • dropdown.foreground#40453A
  • editor.background#FBF9F1
  • editor.findMatchBackground#C77B5470
  • editor.findMatchHighlightBackground#C77B5440
  • editor.foreground#40453A
  • editor.inactiveSelectionBackground#B8607A20
  • editor.lineHighlightBackground#F2EFDD
  • editor.selectionBackground#C99FDE40
  • editor.selectionHighlightBackground#B8607A30
  • editor.wordHighlightBackground#8B5FA830
  • editorBracketMatch.background#C99FDE40
  • editorBracketMatch.border#C77B54
  • editorCursor.foreground#C77B54
  • editorGutter.addedBackground#5C7A4A
  • editorGutter.background#FBF9F1
  • editorGutter.deletedBackground#B94A3D
  • editorGutter.modifiedBackground#8B5FA8
  • editorIndentGuide.activeBackground#CFCAAE
  • editorIndentGuide.background#E5E1CC
  • editorLineNumber.activeForeground#B8607A
  • editorLineNumber.foreground#B5B196
  • editorWhitespace.foreground#DCD8C0
  • focusBorder#C77B54
  • input.background#FFFFFF
  • input.border#DCD8C0
  • input.foreground#40453A
  • inputOption.activeBorder#C77B54
  • list.activeSelectionBackground#F2EFDD
  • list.activeSelectionForeground#B8607A
  • list.highlightForeground#C77B54
  • list.hoverBackground#F5F2E4
  • list.inactiveSelectionBackground#F5F2E4
  • notifications.background#F5F2E4
  • notifications.foreground#40453A
  • panel.background#F5F2E4
  • panel.border#E5E1CC
  • panelTitle.activeBorder#C77B54
  • panelTitle.activeForeground#B8607A
  • peekViewEditor.background#F2EFDD
  • peekViewResult.background#F5F2E4
  • scrollbarSlider.activeBackground#CFCAAEA0
  • scrollbarSlider.background#DCD8C060
  • scrollbarSlider.hoverBackground#CFCAAE80
  • sideBar.background#F5F2E4
  • sideBar.foreground#4A4F3C
  • sideBarSectionHeader.background#FBF9F1
  • sideBarTitle.foreground#40453A
  • statusBar.background#B8607A
  • statusBar.debuggingBackground#C77B54
  • statusBar.debuggingForeground#FBF9F1
  • statusBar.foreground#FBF9F1
  • statusBar.noFolderBackground#8B5FA8
  • tab.activeBackground#FBF9F1
  • tab.activeBorderTop#C77B54
  • tab.activeForeground#B8607A
  • tab.border#E5E1CC
  • tab.inactiveBackground#F2EFDD
  • tab.inactiveForeground#B5B196
  • terminal.ansiBlack#40453A
  • terminal.ansiBlue#4A6C8A
  • terminal.ansiBrightBlack#B5B196
  • terminal.ansiBrightBlue#6F94B4
  • terminal.ansiBrightCyan#8FB0C2
  • terminal.ansiBrightGreen#7A9B5C
  • terminal.ansiBrightMagenta#B8607A
  • terminal.ansiBrightRed#C77B54
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#D6A93E
  • terminal.ansiCyan#6B8C9E
  • terminal.ansiGreen#5C7A4A
  • terminal.ansiMagenta#8B5FA8
  • terminal.ansiRed#B94A3D
  • terminal.ansiWhite#FBF9F1
  • terminal.ansiYellow#C48A1E
  • terminal.background#FBF9F1
  • terminal.foreground#40453A
  • titleBar.activeBackground#F2EFDD
  • titleBar.activeForeground#40453A
  • titleBar.inactiveBackground#F2EFDD
  • titleBar.inactiveForeground#B5B196
  • widget.shadow#00000020

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9B9483italic
string, string.quoted, punctuation.definition.string#5C7A4A
constant.numeric, constant.language, constant.character#B8860B
keyword, keyword.control, storage, storage.type, storage.modifier#8B5FA8
keyword.operator#B8607A
entity.name.function, support.function, meta.function-call#C77B54
variable, variable.other, variable.parameter#4A6C8A
variable.language, variable.language.this#B8607Aitalic
entity.name.class, entity.name.type, support.class, support.type#A8506E
entity.name.tag#8B5FA8
entity.other.attribute-name#B8860B
punctuation, meta.brace#5F6350
support.constant.property-value, constant.other.color#6B8C9E
invalid, invalid.illegal#B94A3D
markup.heading#C77B54bold
markup.bold#B8860Bbold
markup.italic#8B5FA8italic
markup.underline.link#4A6C8A