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#232436
  • activityBar.foreground#E8DFD3
  • activityBar.inactiveForeground#5F5F7A
  • activityBarBadge.background#E8B4BC
  • activityBarBadge.foreground#2A2B3C
  • badge.background#E8B4BC
  • badge.foreground#2A2B3C
  • button.background#C99FDE
  • button.foreground#2A2B3C
  • button.hoverBackground#D8B4EA
  • dropdown.background#232436
  • dropdown.foreground#E8DFD3
  • editor.background#2A2B3C
  • editor.findMatchBackground#F0D8A860
  • editor.findMatchHighlightBackground#F0D8A830
  • editor.foreground#E8DFD3
  • editor.inactiveSelectionBackground#4A4D6640
  • editor.lineHighlightBackground#34364A
  • editor.selectionBackground#5A4E6E80
  • editor.selectionHighlightBackground#4A4D6640
  • editor.wordHighlightBackground#A8C6DE30
  • editorBracketMatch.background#4A4D6660
  • editorBracketMatch.border#F2C6B4
  • editorCursor.foreground#F2C6B4
  • editorGutter.addedBackground#B5D6B2
  • editorGutter.background#2A2B3C
  • editorGutter.deletedBackground#E09999
  • editorGutter.modifiedBackground#A8C6DE
  • editorIndentGuide.activeBackground#5A5D7A
  • editorIndentGuide.background#3A3C52
  • editorLineNumber.activeForeground#E8B4BC
  • editorLineNumber.foreground#5F5F7A
  • editorWhitespace.foreground#4A4D66
  • focusBorder#5A4E6E
  • input.background#232436
  • input.border#3A3C52
  • input.foreground#E8DFD3
  • inputOption.activeBorder#E8B4BC
  • list.activeSelectionBackground#34364A
  • list.activeSelectionForeground#F2C6B4
  • list.highlightForeground#E8B4BC
  • list.hoverBackground#2E2F42
  • list.inactiveSelectionBackground#2E2F42
  • notifications.background#252636
  • notifications.foreground#E8DFD3
  • panel.background#252636
  • panel.border#1E1F2E
  • panelTitle.activeBorder#E8B4BC
  • panelTitle.activeForeground#F2C6B4
  • peekViewEditor.background#232436
  • peekViewResult.background#252636
  • scrollbarSlider.activeBackground#5A5D7AA0
  • scrollbarSlider.background#4A4D6660
  • scrollbarSlider.hoverBackground#5A5D7A80
  • sideBar.background#252636
  • sideBar.foreground#C9C2D6
  • sideBarSectionHeader.background#2A2B3C
  • sideBarTitle.foreground#E8DFD3
  • statusBar.background#232436
  • statusBar.debuggingBackground#C99FDE
  • statusBar.debuggingForeground#2A2B3C
  • statusBar.foreground#C9C2D6
  • statusBar.noFolderBackground#232436
  • tab.activeBackground#2A2B3C
  • tab.activeBorderTop#E8B4BC
  • tab.activeForeground#F2C6B4
  • tab.border#1E1F2E
  • tab.inactiveBackground#232436
  • tab.inactiveForeground#5F5F7A
  • terminal.ansiBlack#2A2B3C
  • terminal.ansiBlue#A8C6DE
  • terminal.ansiBrightBlack#5F5F7A
  • terminal.ansiBrightBlue#C0D8EA
  • terminal.ansiBrightCyan#BEE5E1
  • terminal.ansiBrightGreen#C5E3C2
  • terminal.ansiBrightMagenta#DAB8EA
  • terminal.ansiBrightRed#E8B4BC
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#F5E5C0
  • terminal.ansiCyan#9FD6D2
  • terminal.ansiGreen#B5D6B2
  • terminal.ansiMagenta#C99FDE
  • terminal.ansiRed#E09999
  • terminal.ansiWhite#E8DFD3
  • terminal.ansiYellow#F0D8A8
  • terminal.background#2A2B3C
  • terminal.foreground#E8DFD3
  • titleBar.activeBackground#232436
  • titleBar.activeForeground#E8DFD3
  • titleBar.inactiveBackground#232436
  • titleBar.inactiveForeground#5F5F7A
  • widget.shadow#00000040

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7C7A8Citalic
string, string.quoted, punctuation.definition.string#B5D6B2—
constant.numeric, constant.language, constant.character#F0D8A8—
keyword, keyword.control, storage, storage.type, storage.modifier#C99FDE—
keyword.operator#E8B4BC—
entity.name.function, support.function, meta.function-call#F2C6B4—
variable, variable.other, variable.parameter#A8C6DE—
variable.language, variable.language.this#E8B4BCitalic
entity.name.class, entity.name.type, support.class, support.type#E8B4BC—
entity.name.tag#C99FDE—
entity.other.attribute-name#F0D8A8—
punctuation, meta.brace#C9C2D6—
support.constant.property-value, constant.other.color#9FD6D2—
invalid, invalid.illegal#E09999—
markup.heading#F2C6B4bold
markup.bold#F0D8A8bold
markup.italic#C99FDEitalic
markup.underline.link#A8C6DE—