Skip to main content
Coding Theme

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#0d1117
  • activityBar.border#30363d
  • activityBar.foreground#e6edf3
  • activityBar.inactiveForeground#8b949e
  • activityBarBadge.background#a371f7
  • activityBarBadge.foreground#ffffff
  • button.background#a371f7
  • button.foreground#ffffff
  • button.hoverBackground#7c3aed
  • button.secondaryBackground#21262d
  • button.secondaryForeground#e6edf3
  • dropdown.background#21262d
  • dropdown.border#30363d
  • dropdown.foreground#e6edf3
  • editor.background#0d1117
  • editor.findMatchBackground#7c3aed66
  • editor.findMatchHighlightBackground#a371f733
  • editor.foreground#e6edf3
  • editor.inactiveSelectionBackground#3d5a7e40
  • editor.lineHighlightBackground#21262d
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#3d5a7e80
  • editorBracketHighlight.foreground1#a371f7
  • editorBracketHighlight.foreground2#58a6ff
  • editorBracketHighlight.foreground3#3fb950
  • editorBracketHighlight.foreground4#d29922
  • editorBracketHighlight.foreground5#ff7b72
  • editorBracketHighlight.foreground6#d2a8ff
  • editorBracketHighlight.unexpectedBracket.foreground#f85149
  • editorBracketMatch.background#a371f733
  • editorBracketMatch.border#a371f7
  • editorCursor.foreground#a371f7
  • editorError.foreground#f85149
  • editorGroup.border#30363d
  • editorGroupHeader.tabsBackground#161b22
  • editorGroupHeader.tabsBorder#30363d
  • editorIndentGuide.activeBackground1#30363d
  • editorIndentGuide.background1#21262d
  • editorInfo.foreground#58a6ff
  • editorLineNumber.activeForeground#e6edf3
  • editorLineNumber.foreground#8b949e
  • editorRuler.foreground#30363d
  • editorWarning.foreground#d29922
  • editorWhitespace.foreground#21262d
  • input.background#0d1117
  • input.border#30363d
  • input.foreground#e6edf3
  • input.placeholderForeground#8b949e
  • inputOption.activeBackground#a371f733
  • inputOption.activeBorder#a371f7
  • list.activeSelectionBackground#21262d
  • list.activeSelectionForeground#e6edf3
  • list.highlightForeground#a371f7
  • list.hoverBackground#21262d
  • list.inactiveSelectionBackground#161b22
  • panel.background#0d1117
  • panel.border#30363d
  • panelTitle.activeBorder#a371f7
  • panelTitle.activeForeground#e6edf3
  • panelTitle.inactiveForeground#8b949e
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#30363dcc
  • scrollbarSlider.background#30363d66
  • scrollbarSlider.hoverBackground#3036399f
  • sideBar.background#161b22
  • sideBar.border#30363d
  • sideBar.foreground#e6edf3
  • sideBarSectionHeader.background#161b22
  • sideBarSectionHeader.foreground#8b949e
  • sideBarTitle.foreground#e6edf3
  • statusBar.background#0d1117
  • statusBar.border#30363d
  • statusBar.debuggingBackground#7c3aed
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#8b949e
  • statusBar.noFolderBackground#0d1117
  • tab.activeBackground#0d1117
  • tab.activeBorder#a371f7
  • tab.activeBorderTop#a371f700
  • tab.activeForeground#e6edf3
  • tab.border#30363d
  • tab.hoverBackground#21262d
  • tab.inactiveBackground#161b22
  • tab.inactiveForeground#8b949e
  • terminal.ansiBlack#0d1117
  • terminal.ansiBlue#58a6ff
  • terminal.ansiBrightBlack#484f58
  • terminal.ansiBrightBlue#79c0ff
  • terminal.ansiBrightCyan#56d4dd
  • terminal.ansiBrightGreen#56d364
  • terminal.ansiBrightMagenta#d2a8ff
  • terminal.ansiBrightRed#ff7b72
  • terminal.ansiBrightWhite#f0f6fc
  • terminal.ansiBrightYellow#e3b341
  • terminal.ansiCyan#39c5cf
  • terminal.ansiGreen#3fb950
  • terminal.ansiMagenta#a371f7
  • terminal.ansiRed#f85149
  • terminal.ansiWhite#e6edf3
  • terminal.ansiYellow#d29922
  • terminal.background#0d1117
  • terminal.foreground#e6edf3
  • terminalCursor.foreground#a371f7
  • titleBar.activeBackground#161b22
  • titleBar.activeForeground#e6edf3
  • titleBar.border#30363d
  • titleBar.inactiveBackground#0d1117
  • titleBar.inactiveForeground#8b949e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line, comment.block, punctuation.definition.comment#484f58italic
comment.block.documentation#8b949eitalic
string, string.quoted, string.quoted.single, punctuation.definition.string#3fb950
constant.character.escape#56d364
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.binary, constant.numeric.octal#79c0ff
constant.language, constant.language.boolean#79c0ff
storage.type#a371f7bold
keyword.declaration.stratum#a371f7bold
keyword.control, keyword.control.import#a371f7
keyword.other, keyword.other.cast#a371f7
entity.name.function, meta.function-call entity.name.function#d2a8ff
punctuation.definition.function-call#ff7b72
entity.name.type.primitive#58a6ff
entity.name.type#58a6ff
keyword.operator, keyword.operator.sigil#ff7b72
punctuation#8b949e
variable, variable.silicon#e6edf3
Sigil by natescode - VS Code Theme