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#184F5D
  • activityBar.border#ffffff15
  • activityBar.foreground#E9677F
  • activityBar.inactiveForeground#fff9f760
  • activityBarBadge.background#E9677F
  • activityBarBadge.foreground#184F5D
  • button.background#E9677F
  • button.foreground#184F5D
  • button.hoverBackground#E9677Fdd
  • editor.background#184F5D
  • editor.foreground#fff9f7
  • editor.inactiveSelectionBackground#ECA7793580
  • editor.lineHighlightBackground#1E282F40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECA77935
  • editorCursor.foreground#E9677F
  • editorGroupHeader.tabsBackground#184F5Ddd
  • editorLineNumber.activeForeground#E9677F
  • editorLineNumber.foreground#ffd3c680
  • focusBorder#E9677F
  • foreground#fff9f7
  • input.background#1E282F
  • input.border#ffffff15
  • input.foreground#fff9f7
  • input.placeholderForeground#fff9f760
  • list.activeSelectionBackground#E9677F30
  • list.activeSelectionForeground#fff9f7
  • list.highlightForeground#E9677F
  • list.hoverBackground#1E282F40
  • list.hoverForeground#fff9f7
  • list.inactiveSelectionBackground#E9677F15
  • list.inactiveSelectionForeground#fff9f7
  • selection.background#ECA77935
  • sideBar.background#1E282F
  • sideBar.border#ffffff15
  • sideBar.foreground#fff9f7
  • sideBarSectionHeader.background#184F5D80
  • sideBarSectionHeader.foreground#fff9f7
  • sideBarTitle.foreground#E9677F
  • statusBar.background#184F5D
  • statusBar.border#ffffff15
  • statusBar.foreground#fff9f7
  • statusBar.noFolderBackground#184F5D
  • tab.activeBackground#184F5D
  • tab.activeBorderTop#E9677F
  • tab.activeForeground#fff9f7
  • tab.border#ffffff15
  • tab.inactiveBackground#1E282F60
  • tab.inactiveForeground#fff9f780
  • terminal.ansiBlack#184F5D
  • terminal.ansiBlue#ECA779
  • terminal.ansiCyan#55CCE7
  • terminal.ansiGreen#E9677F
  • terminal.ansiMagenta#F1A883
  • terminal.ansiRed#F1A883
  • terminal.ansiWhite#fff9f7
  • terminal.ansiYellow#55CCE7
  • terminal.background#184F5D
  • terminal.foreground#fff9f7
  • titleBar.activeBackground#184F5D
  • titleBar.activeForeground#fff9f7
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#184F5D
  • titleBar.inactiveForeground#fff9f760
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ffd3c6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECA779bold
storage.type, storage.modifier#ECA779italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9677F
string, punctuation.definition.string, string.template, meta.template.expression#55CCE7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1A883
variable, variable.other.readwrite, variable.other.object#fff9f7
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fff9f7
variable.parameter, meta.parameter#fff9f7dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fff9f780
keyword.operator#fff9f7
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55CCE7bold
entity.other.inherited-class#E9677F
entity.name.tag, punctuation.definition.tag#ECA779
entity.other.attribute-name#E9677F
meta.diff, meta.diff.header#ffd3c6
markup.deleted#F1A883
markup.inserted#E9677F
markup.changed#55CCE7
markup.heading, markup.heading.setext, punctuation.definition.heading#E9677Fbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55CCE7
string.other.link.title, string.other.link.description#E9677F
markup.underline.link#ffd3c6underline
punctuation.definition.list#ECA779
markup.quote, punctuation.definition.quote#ffd3c6italic