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#1E3A2B
  • activityBar.border#ffffff15
  • activityBar.foreground#B2FF4D
  • activityBar.inactiveForeground#F6F8FA60
  • activityBarBadge.background#B2FF4D
  • activityBarBadge.foreground#1E3A2B
  • button.background#B2FF4D
  • button.foreground#1E3A2B
  • button.hoverBackground#B2FF4Ddd
  • editor.background#1E3A2B
  • editor.foreground#F6F8FA
  • editor.inactiveSelectionBackground#68D1683580
  • editor.lineHighlightBackground#0B132040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#68D16835
  • editorCursor.foreground#B2FF4D
  • editorGroupHeader.tabsBackground#1E3A2Bdd
  • editorLineNumber.activeForeground#B2FF4D
  • editorLineNumber.foreground#A7C37A80
  • focusBorder#B2FF4D
  • foreground#F6F8FA
  • input.background#0B1320
  • input.border#ffffff15
  • input.foreground#F6F8FA
  • input.placeholderForeground#F6F8FA60
  • list.activeSelectionBackground#B2FF4D30
  • list.activeSelectionForeground#F6F8FA
  • list.highlightForeground#B2FF4D
  • list.hoverBackground#0B132040
  • list.hoverForeground#F6F8FA
  • list.inactiveSelectionBackground#B2FF4D15
  • list.inactiveSelectionForeground#F6F8FA
  • selection.background#68D16835
  • sideBar.background#0B1320
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F8FA
  • sideBarSectionHeader.background#1E3A2B80
  • sideBarSectionHeader.foreground#F6F8FA
  • sideBarTitle.foreground#B2FF4D
  • statusBar.background#1E3A2B
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F8FA
  • statusBar.noFolderBackground#1E3A2B
  • tab.activeBackground#1E3A2B
  • tab.activeBorderTop#B2FF4D
  • tab.activeForeground#F6F8FA
  • tab.border#ffffff15
  • tab.inactiveBackground#0B132060
  • tab.inactiveForeground#F6F8FA80
  • terminal.ansiBlack#1E3A2B
  • terminal.ansiBlue#68D168
  • terminal.ansiCyan#D9FF66
  • terminal.ansiGreen#B2FF4D
  • terminal.ansiMagenta#E7D98A
  • terminal.ansiRed#E7D98A
  • terminal.ansiWhite#F6F8FA
  • terminal.ansiYellow#D9FF66
  • terminal.background#1E3A2B
  • terminal.foreground#F6F8FA
  • titleBar.activeBackground#1E3A2B
  • titleBar.activeForeground#F6F8FA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1E3A2B
  • titleBar.inactiveForeground#F6F8FA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A7C37Aitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#68D168bold
storage.type, storage.modifier#68D168italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#B2FF4D
string, punctuation.definition.string, string.template, meta.template.expression#D9FF66
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#E7D98A
variable, variable.other.readwrite, variable.other.object#F6F8FA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F8FA
variable.parameter, meta.parameter#F6F8FAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F8FA80
keyword.operator#F6F8FA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D9FF66bold
entity.other.inherited-class#B2FF4D
entity.name.tag, punctuation.definition.tag#68D168
entity.other.attribute-name#B2FF4D
meta.diff, meta.diff.header#A7C37A
markup.deleted#E7D98A
markup.inserted#B2FF4D
markup.changed#D9FF66
markup.heading, markup.heading.setext, punctuation.definition.heading#B2FF4Dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D9FF66
string.other.link.title, string.other.link.description#B2FF4D
markup.underline.link#A7C37Aunderline
punctuation.definition.list#68D168
markup.quote, punctuation.definition.quote#A7C37Aitalic