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#EEDFD8
  • activityBar.foreground#3F2D29
  • editor.background#FAF4F2
  • editor.findMatchHighlightBackground#FFF0EB
  • editor.foreground#3B2E2A
  • editor.inactiveSelectionBackground#F9E4DC
  • editor.lineHighlightBackground#FCEFE9
  • editor.selectionBackground#FFE8E0
  • editor.selectionHighlightBackground#FBE7DC
  • editorBracketHighlight.foreground1#A9DADC
  • editorBracketHighlight.foreground2#FDC5C5
  • editorBracketHighlight.foreground3#FFD6A5
  • editorBracketHighlight.foreground4#B5EAD7
  • editorBracketHighlight.foreground5#CBAACB
  • editorBracketHighlight.foreground6#FFDAC1
  • editorCursor.foreground#C06C84
  • editorError.border#DA7272
  • editorError.foreground#BF5E5E
  • editorGutter.addedBackground#B3E5C4
  • editorGutter.deletedBackground#E8A7A7
  • editorGutter.modifiedBackground#A6D6D6
  • editorIndentGuide.activeBackground#D1AFA9
  • editorIndentGuide.background#F1D7D0
  • editorLineNumber.activeForeground#A1726A
  • editorLineNumber.foreground#BFA9A3
  • editorWarning.border#D78F2C
  • editorWarning.foreground#D78F2C
  • editorWhitespace.foreground#EAD8D3
  • list.activeSelectionBackground#FBE9E0
  • list.activeSelectionForeground#342825
  • peekViewEditor.background#FFF7F2
  • peekViewResult.background#FFEFE8
  • sideBar.background#F4EFEC
  • sideBar.foreground#4A3B38
  • sideBarSectionHeader.background#EDE0DC
  • sideBarSectionHeader.foreground#3F2D29
  • statusBar.background#EAD7D0
  • statusBar.foreground#3C2926
  • terminal.ansiBlack#705D56
  • terminal.ansiBlue#94B8C8
  • terminal.ansiBrightBlack#9A7C75
  • terminal.ansiBrightBlue#A6D5EB
  • terminal.ansiBrightCyan#B4EEF2
  • terminal.ansiBrightGreen#B9E4D0
  • terminal.ansiBrightMagenta#D2B5D2
  • terminal.ansiBrightRed#E78B8B
  • terminal.ansiBrightWhite#FDF9F7
  • terminal.ansiBrightYellow#F4CF90
  • terminal.ansiCyan#92DCE5
  • terminal.ansiGreen#A4CBB4
  • terminal.ansiMagenta#BCA1C2
  • terminal.ansiRed#D67171
  • terminal.ansiWhite#F8F1F0
  • terminal.ansiYellow#E0AF62
  • terminal.foreground#3B2E2A
  • titleBar.activeBackground#FCF3F0
  • titleBar.activeForeground#3B2E2A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B9A9A1italic
keyword, storage.type#C06C84bold
variable#5A3B3B—
variable.readonly#875D5Ditalic
parameter#A97171—
entity.name.function, support.function#D39F7A—
function.declaration#E7A977bold
string#86A79F—
constant.numeric, constant.language.boolean#D17A7A—
entity.name.type, support.class#B68692bold
invalid, invalid.illegal#FFFFFF—
meta.function-call, variable.function#C68F80—
support.constant, constant.other#7F9183—
storage.modifier, storage#C06C84bold
entity.name.section#A17878bold
meta.embedded, source.embedded#AD8B8B—
markup.heading, markup.bold#B27A7Abold
markup.italic—italic
property, variable.property#D39F7A—
enum, enumMember#AB8D8D—