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#24292e
  • activityBar.foreground#fafbfc
  • activityBarBadge.background#54a3ff
  • disabledForeground#666
  • editor.background#ffffff
  • editor.foreground#24292e
  • editor.lineHighlightBackground#fffbdd
  • editorBracketMatch.background#f1f8ff
  • editorBracketMatch.border#c8e1ff
  • editorGroupHeader.tabsBackground#fafbfc
  • editorGroupHeader.tabsBorder#e1e4e8
  • editorIndentGuide.background#eeeeee
  • editorLineNumber.foreground#cccccc
  • focusBorder#fafbfc
  • icon.foreground#16b407
  • inputOption.activeBorder#e36209
  • list.activeSelectionBackground#474343
  • list.activeSelectionForeground#fff
  • list.errorForeground#f40
  • list.focusBackground#E4E6F1
  • list.focusForeground#fff
  • list.focusHighlightForeground#0066BF
  • list.highlightForeground#0066BF
  • list.hoverBackground#434745
  • list.hoverForeground#fff
  • list.inactiveFocusBackground#272928
  • list.inactiveSelectionBackground#434745
  • list.inactiveSelectionForeground#fff
  • list.invalidItemForeground#999
  • list.warningForeground#f39b17
  • menu.foreground#222
  • quickInputList.focusBackground#e7e6e5
  • quickInputList.focusForeground#24292e
  • sash.hoverBorder#16b407
  • scrollbar.shadow#00000000
  • sideBar.background#333
  • sideBar.border#000
  • sideBar.foreground#bcbcbc
  • sideBarSectionHeader.background#24292e
  • sideBarSectionHeader.border#444
  • sideBarSectionHeader.foreground#fff
  • sideBarTitle.foreground#fff
  • statusBar.background#24292e
  • statusBar.debuggingBackground#DB9A51
  • statusBar.foreground#f1f1f1
  • statusBar.noFolderBackground#272928
  • statusBarItem.remoteBackground#16825D
  • statusBarItem.remoteForeground#FFF
  • tab.activeBackground#ffffff
  • tab.activeBorder#e36209
  • tab.border#e1e4e8
  • tab.inactiveBackground#fafbfc
  • tab.inactiveForeground#586069
  • terminal.ansiBlack#414141
  • terminal.ansiBlue#005CC5
  • terminal.ansiBrightBlack#989898
  • terminal.ansiBrightBlue#1C23D6
  • terminal.ansiBrightCyan#3CD7E7
  • terminal.ansiBrightGreen#35D61C
  • terminal.ansiBrightMagenta#FF00FF
  • terminal.ansiBrightRed#FA6F71
  • terminal.ansiBrightWhite#E0E0E0
  • terminal.ansiBrightYellow#FFCA39
  • terminal.ansiCyan#0BC7D7
  • terminal.ansiGreen#90D259
  • terminal.ansiMagenta#FF73FD
  • terminal.ansiRed#D73A49
  • terminal.ansiWhite#BFBFBF
  • terminal.ansiYellow#F7C400
  • terminal.background#ffffff
  • terminal.foreground#333333
  • terminalCursor.foreground#363636
  • titleBar.activeBackground#24292e
  • titleBar.activeForeground#f1f1f1
  • titleBar.border#24292e
  • titleBar.inactiveBackground#2c2c2c
  • tree.tableOddRowsBackground#ff0000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#24292eff
keyword.operator.accessor, meta.group.braces.round.function.arguments, meta.template.expression, markup.fenced_code meta.embedded.block#24292eff
emphasisitalic
strong, markup.heading.markdown, markup.bold.markdownbold
markup.italic.markdownitalic
meta.link.inline.markdown#005cc5underline
comment, markup.fenced_code, markup.inline#6a737d
string#032f62
constant.numeric, constant.language, variable.language.this, variable.other.class, variable.other.constant, meta.property-name, meta.property-value, support#005cc5
keyword, storage.modifier, storage.type, storage.control.clojure, entity.name.function.clojure, support.function.node, support.type.property-name.json, punctuation.separator.key-value, punctuation.definition.template-expression, support.constant.property-value.css#d73a49
variable.parameter.function#E27F2D
entity.name.type, entity.other.inherited-class, meta.function-call, meta.instance.constructor, entity.other.attribute-name, entity.name.function, constant.keyword.clojure#6f42c1
entity.name.tag, string.quoted, string.regexp, string.interpolated, string.template, keyword.other.template#22863a
token.info-token#316bcd
token.warn-token#cd9731
token.error-token, invalid#cd3131
token.debug-token#800080
markup.inserted#22863a
markup.deleted#d73a49
markup.changed#005cc5
meta.diff.header#6a737d
constant.numeric.css, support.function.misc.css, constant.other.color.rgb-value.hex.css, punctuation.section.function.begin.bracket.round.css, punctuation.section.function.end.bracket.round.css#353535

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Dashing theme for vscode - Coding Theme