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#151A21
  • activityBar.foreground#26A69A
  • activityBarBadge.background#26A69A
  • activityBarBadge.foreground#0E121A
  • badge.background#26A69A
  • badge.foreground#0E121A
  • editor.background#0E121A
  • editor.foreground#A8B0BE
  • editor.lineHighlightBackground#C628282A
  • editor.selectionBackground#7E57C24D
  • editor.selectionHighlightBackground#26A69A22
  • editor.wordHighlightBackground#7E57C222
  • editor.wordHighlightStrongBackground#26A69A22
  • editorBracketHighlight.foreground1#26A69A
  • editorBracketHighlight.foreground2#7E57C2
  • editorBracketHighlight.foreground3#FFA000
  • editorBracketHighlight.unexpectedBracket.foreground#C62828
  • editorGroup.border#2A3038
  • focusBorder#26A69A
  • list.activeSelectionBackground#26A69A33
  • list.activeSelectionForeground#A8B0BE
  • list.inactiveSelectionBackground#2A3038
  • list.inactiveSelectionForeground#9098A4
  • notificationsErrorIcon.foreground#C62828
  • notificationsInfoIcon.foreground#7E57C2
  • notificationsWarningIcon.foreground#FFA000
  • panel.background#151A21
  • panel.border#2A3038
  • sideBar.background#151A21
  • sideBar.border#2A3038
  • sideBar.foreground#9098A4
  • statusBar.background#0E121A
  • statusBar.foreground#9098A4
  • tab.activeBackground#1A2028
  • tab.activeForeground#A8B0BE
  • tab.inactiveBackground#151A21
  • tab.inactiveForeground#9098A4
  • terminal.ansiBlack#151A21
  • terminal.ansiBlue#26A69A
  • terminal.ansiBrightBlack#607D8B
  • terminal.ansiBrightBlue#4DD0E1
  • terminal.ansiBrightCyan#80CBC4
  • terminal.ansiBrightGreen#A5D6A7
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#E57373
  • terminal.ansiBrightWhite#E0E0E0
  • terminal.ansiBrightYellow#FFB74D
  • terminal.ansiCyan#4DB6AC
  • terminal.ansiGreen#808C80
  • terminal.ansiMagenta#7E57C2
  • terminal.ansiRed#C62828
  • terminal.ansiWhite#A8B0BE
  • terminal.ansiYellow#FFA000
  • terminal.background#0E121A
  • terminal.foreground#A8B0BE

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, markup.underline.link, string.other.link, markup.bold, markup.italic#26A69Abold
markup.heading#7E57C2bold
entity.name.class, entity.name.type, meta.decorator, meta.annotation, support.class, punctuation#A8B0BE
entity.name.function, support.function#7E57C2
string, punctuation.definition.string#808C80
constant.numeric, constant.language#FFA000
comment, punctuation.definition.comment#607D8Bitalic
variable.parameter, variable, variable.other.readwrite#A8B0BE
markup.list#4DB6AC
markup.quote#808C80
markup.raw#FFA000
markup.strikethrough#607D8B