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#D9C093
  • activityBar.foreground#2D241E
  • badge.background#D97706
  • badge.foreground#FFFFFF
  • button.background#D97706
  • button.foreground#FFFFFF
  • button.hoverBackground#B45F04
  • dropdown.background#E4CFA6
  • dropdown.border#C7B08A
  • dropdown.foreground#2D241E
  • editor.background#E4CFA6
  • editor.foreground#2D241E
  • editor.selectionBackground#D9770633
  • editorCursor.foreground#D97706
  • editorIndentGuide.activeBackground#D97706
  • editorIndentGuide.background#C7B08A
  • focusBorder#D97706
  • gitDecoration.addedResourceForeground#22863A
  • gitDecoration.deletedResourceForeground#B23A00
  • gitDecoration.modifiedResourceForeground#D97706
  • input.background#FBF3E4
  • input.border#C7B08A
  • input.foreground#2D241E
  • list.activeSelectionBackground#EFDBB0
  • list.activeSelectionForeground#2D241E
  • list.hoverBackground#ECD8AE
  • scrollbarSlider.activeBackground#D97706AA
  • scrollbarSlider.background#C7B08A66
  • scrollbarSlider.hoverBackground#C7B08A99
  • sideBar.background#E0CA9E
  • sideBar.foreground#2D241E
  • statusBar.background#D9C093
  • statusBar.foreground#2D241E
  • tab.activeBackground#E4CFA6
  • tab.activeBorderTop#D97706
  • tab.activeForeground#2D241E
  • tab.inactiveBackground#D9C093
  • tab.inactiveForeground#6A5D46
  • titleBar.activeBackground#D9C093
  • titleBar.activeForeground#2D241E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A6A50italic
constant, constant.numeric, constant.language, constant.character, constant.other#005CC5
variable.parameter#2D241Eitalic
entity.other.attribute-name#6F42C1
string, string.quoted, string.template, punctuation.definition.string#166534
entity.name.function, meta.function-call, support.function#6F42C1
keyword, storage, storage.type, storage.modifier#0B5394
entity.name.tag.css, entity.name.tag.stylus, source.css entity.name.tag#166534
entity.name.tag, meta.tag.other.html, entity.name.tag.html#166534
entity.name.section.markdown, markup.heading.markdown, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown#D97706bold
meta.paragraph.markdown, text.html.markdown#2D241E
markup.quote.markdown, punctuation.definition.quote.begin.markdown#7A6A50italic
markup.list.unnumbered.markdown, markup.list.numbered.markdown, punctuation.definition.list.begin.markdown#B23A00
markup.bold.markdown, markup.italic.markdown#D97706bold
meta.link.inline.markdown, markup.underline.link.markdown, string.other.link.title.markdown, string.other.link.description.title.markdown#005CC5
markup.inline.raw.markdown, markup.fenced_code.block.markdown, punctuation.definition.raw.markdown#005CC5
meta.fstring.python, string.quoted.docstring.multi.python, meta.attribute.dunder.python#166534
entity.name.type.enum.member, meta.type.parameters, entity.name.class, entity.name.type.class, entity.name.type.interface, entity.other.inherited-class#B23A00