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#252534
  • activityBar.foreground#E6E6E8
  • activityBar.inactiveForeground#C9C9CD
  • activityBarBadge.background#738FD7
  • activityBarBadge.foreground#1A1A25
  • badge.background#738FD7
  • badge.foreground#1A1A25
  • button.background#4D9391
  • button.foreground#1A1A25
  • button.hoverBackground#EED891
  • diffEditor.insertedLineBackground#35BF8822
  • diffEditor.insertedTextBackground#35BF8833
  • diffEditor.removedLineBackground#E84C5822
  • diffEditor.removedTextBackground#E84C5833
  • dropdown.background#252534
  • dropdown.border#32324A
  • dropdown.foreground#E6E6E8
  • editor.background#1A1A25
  • editor.findMatchBackground#EE7042AA
  • editor.findMatchHighlightBackground#0D9C9466
  • editor.foreground#E6E6E8
  • editor.inactiveSelectionBackground#2E403B66
  • editor.lineHighlightBackground#25253480
  • editor.selectionBackground#2E403B99
  • editor.selectionHighlightBackground#0ED49B44
  • editor.wordHighlightBackground#EAE46A44
  • editor.wordHighlightStrongBackground#EE704255
  • editorBracketMatch.background#68F3CA33
  • editorBracketMatch.border#68F3CA
  • editorCursor.foreground#F2F2F2
  • editorError.foreground#E84C58
  • editorGutter.addedBackground#35BF88
  • editorGutter.background#1A1A25
  • editorGutter.deletedBackground#E84C58
  • editorGutter.modifiedBackground#DBAC66
  • editorHint.foreground#545C5E
  • editorIndentGuide.activeBackground1#545C5E
  • editorIndentGuide.background1#32324AAA
  • editorInfo.foreground#4CA6E8
  • editorLineNumber.activeForeground#738FD7
  • editorLineNumber.foreground#545C5E
  • editorOverviewRuler.addedForeground#35BF88
  • editorOverviewRuler.deletedForeground#E84C58
  • editorOverviewRuler.errorForeground#E84C58
  • editorOverviewRuler.infoForeground#4CA6E8
  • editorOverviewRuler.modifiedForeground#DBAC66
  • editorOverviewRuler.warningForeground#DBAC66
  • editorWarning.foreground#DBAC66
  • editorWhitespace.foreground#BEBEC466
  • input.background#252534
  • input.border#32324A
  • input.foreground#E6E6E8
  • input.placeholderForeground#BEBEC4
  • list.activeSelectionBackground#2E403B66
  • list.activeSelectionForeground#E6E6E8
  • list.highlightForeground#738FD7
  • list.hoverBackground#2F2F4388
  • panel.background#15151F
  • panel.border#2F2F43
  • panelTitle.activeBorder#738FD7
  • panelTitle.activeForeground#E6E6E8
  • panelTitle.inactiveForeground#C9C9CD
  • peekView.border#32324A
  • peekViewEditor.background#1A1A25
  • peekViewEditor.matchHighlightBackground#0ED49B66
  • peekViewResult.background#15151F
  • peekViewResult.matchHighlightBackground#0ED49B66
  • sideBar.background#15151F
  • sideBar.foreground#D4D4D6
  • sideBarSectionHeader.background#252534
  • sideBarSectionHeader.foreground#E6E6E8
  • sideBarTitle.foreground#E6E6E8
  • statusBar.background#252534
  • statusBar.debuggingBackground#DBAC66
  • statusBar.debuggingForeground#1A1A25
  • statusBar.foreground#E6E6E8
  • statusBar.noFolderBackground#252534
  • tab.activeBackground#1A1A25
  • tab.activeBorderTop#738FD7
  • tab.activeForeground#E6E6E8
  • tab.border#2F2F43
  • tab.inactiveBackground#252534
  • tab.inactiveForeground#C9C9CD
  • terminal.ansiBlack#1A1A25
  • terminal.ansiBlue#4CA6E8
  • terminal.ansiBrightBlack#545C5E
  • terminal.ansiBrightBlue#4CA6E8
  • terminal.ansiBrightCyan#D24B83
  • terminal.ansiBrightGreen#65E6A7
  • terminal.ansiBrightMagenta#CEA2CA
  • terminal.ansiBrightRed#E84C58
  • terminal.ansiBrightWhite#E6E6E8
  • terminal.ansiBrightYellow#DBAC66
  • terminal.ansiCyan#6BD9DB
  • terminal.ansiGreen#35BF88
  • terminal.ansiMagenta#C79AF4
  • terminal.ansiRed#E84C58
  • terminal.ansiWhite#E6E6E8
  • terminal.ansiYellow#DBAC66
  • terminal.background#1A1A25
  • terminal.foreground#E6E6E8
  • titleBar.activeBackground#252534
  • titleBar.activeForeground#E6E6E8
  • titleBar.inactiveBackground#1A1A25
  • titleBar.inactiveForeground#C9C9CD

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#545C5E
keyword, keyword.control, storage, storage.type#738FD7
support.function, support.class, support.type, support.constant#4CA6E8
entity.name.function, meta.function-call, support.function.any-method#6BD9DB
variable, meta.definition.variable.name, entity.name.variable#C79AF4
variable.parameter, meta.parameter#D4D4D6
variable.other.property, meta.object-literal.key, support.variable.property#C79AF4
entity.name.type, entity.name.class, entity.name.namespace, support.type#D24B83
constant, constant.language, constant.character#CEA2CA
constant.numeric#EED891
constant.language.boolean#EED891
string, string.quoted, string.template#7CF083
constant.character.escape, string.regexp, string.regexp punctuation.definition.string.begin#5D8272
comment.block.documentation, string.quoted.docstring#5D8272
meta.preprocessor, entity.name.tag, entity.other.attribute-name#9587DD
keyword.operator, punctuation, meta.brace#D4D4D6
invalid, invalid.deprecated#E84C58
markup.warning#DBAC66
markup.heading, markup.heading punctuation.definition.heading#738FD7
markup.italic, markup.bold, markup.bold markup.italic#4CA6E8
markup.underline.link, string.other.link.title#9D81BA
markup.inserted, meta.diff.header.to-file#35BF88
markup.changed, meta.diff.header#DBAC66
markup.deleted, meta.diff.header.from-file#E84C58
Kaolin Themes (Emacs Port) by hasit - VS Code Theme