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#E5D5CD
  • activityBar.foreground#3B2A27
  • editor.background#FDF6F2
  • editor.findMatchHighlightBackground#FFE0D1
  • editor.foreground#352C2A
  • editor.inactiveSelectionBackground#FBEFEA
  • editor.lineHighlightBackground#FFF4EC
  • editor.selectionBackground#FFE9DC
  • editor.selectionHighlightBackground#F9E7DD
  • editorBracketHighlight.foreground1#B37973
  • editorBracketHighlight.foreground2#C9968D
  • editorBracketHighlight.foreground3#B98E8A
  • editorBracketHighlight.foreground4#C8A69F
  • editorBracketHighlight.foreground5#AB8578
  • editorBracketHighlight.foreground6#D7B3A6
  • editorCursor.foreground#AD6F5D
  • editorError.border#DA6B6B
  • editorError.foreground#C65B5B
  • editorGutter.addedBackground#7FB579
  • editorGutter.deletedBackground#D17A7A
  • editorGutter.modifiedBackground#B6A15E
  • editorIndentGuide.activeBackground#D1B7AE
  • editorIndentGuide.background#EADFD9
  • editorLineNumber.activeForeground#85685E
  • editorLineNumber.foreground#B3A8A3
  • editorWarning.border#DFA561
  • editorWarning.foreground#CC8A45
  • editorWhitespace.foreground#E7DCD5
  • list.activeSelectionBackground#F5DCD1
  • list.activeSelectionForeground#2F2220
  • peekViewEditor.background#FFF1EA
  • peekViewResult.background#F7E4DB
  • sideBar.background#F5ECE6
  • sideBar.foreground#3A2F2C
  • sideBarSectionHeader.background#EADBD4
  • sideBarSectionHeader.foreground#3B2A27
  • statusBar.background#EADBD4
  • statusBar.foreground#473734
  • terminal.ansiBlack#29211E
  • terminal.ansiBlue#728E9A
  • terminal.ansiBrightBlack#94817A
  • terminal.ansiBrightBlue#85A7B4
  • terminal.ansiBrightCyan#97C3C1
  • terminal.ansiBrightGreen#90B890
  • terminal.ansiBrightMagenta#B49BAA
  • terminal.ansiBrightRed#DA7B7B
  • terminal.ansiBrightWhite#FDF6F2
  • terminal.ansiBrightYellow#CEB779
  • terminal.ansiCyan#82AFAE
  • terminal.ansiGreen#7EA67F
  • terminal.ansiMagenta#A18C98
  • terminal.ansiRed#CC6E6E
  • terminal.ansiWhite#F7F1EE
  • terminal.ansiYellow#B89A64
  • terminal.foreground#3E3431
  • titleBar.activeBackground#F9EDE7
  • titleBar.activeForeground#3A2D2B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#AA8F89italic
keyword, storage.type#A96A58bold
variable#6C504A—
variable.readonly#8A6E66italic
parameter#A87566—
entity.name.function, support.function#985F50—
function.declaration#9A5644bold
string#5E8F7C—
constant.numeric, constant.language.boolean#B76659—
entity.name.type, support.class#765C53bold
invalid, invalid.illegal#FFFFFF—
meta.function-call, variable.function#815C50—
support.constant, constant.other#A28877—
storage.modifier, storage#A96A58bold
entity.name.section#7A5E54bold
meta.embedded, source.embedded#A37E6F—
markup.heading, markup.bold#815D50bold
markup.italic—italic
property, variable.property#946B5C—
enum, enumMember#8F6F62—