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#111111
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#fbff00
  • activityBarBadge.foreground#000000
  • button.background#e00000
  • button.foreground#ffffff
  • dropdown.background#151515
  • editor.background#000000
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#1e1e1e
  • editor.selectionBackground#ffffff90
  • editorCursor.foreground#FFC400
  • editorGroupHeader.tabsBackground#111111
  • editorGutter.background#000000
  • editorWidget.background#1a1a1a
  • input.background#191919
  • list.activeSelectionBackground#e60000
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#e60000
  • list.highlightForeground#ffffff
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#333333
  • panel.background#111111
  • panel.border#151515
  • peekView.border#e60000
  • peekViewEditor.background#1a1a1a
  • peekViewResult.background#111111
  • peekViewTitle.background#222222
  • sideBar.background#111111
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#1a1a1a
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#e60000
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#111111
  • tab.activeBackground#000000
  • tab.activeBorderTop#e00000
  • tab.activeForeground#FFFFFF
  • tab.border#333333
  • tab.inactiveBackground#222222
  • tab.inactiveForeground#999999
  • terminal.ansiBlack#e0e0e0
  • terminal.ansiBlue#0078E6
  • terminal.ansiBrightBlack#FFFFFF
  • terminal.ansiBrightBlue#00c3ff
  • terminal.ansiBrightCyan#25B8FF
  • terminal.ansiBrightGreen#ff0000
  • terminal.ansiBrightMagenta#ff7b00
  • terminal.ansiBrightRed#fffb00
  • terminal.ansiBrightWhite#000000
  • terminal.ansiBrightYellow#F8FF00
  • terminal.ansiCyan#03c6fc
  • terminal.ansiGreen#db0000
  • terminal.ansiMagenta#ffd000
  • terminal.ansiRed#fbff00
  • terminal.ansiWhite#1a1a1a
  • terminal.ansiYellow#e7cc00
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminalCursor.background#ff0000e0
  • terminalCursor.foreground#FFC400
  • titleBar.activeBackground#111111
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#111111
  • titleBar.inactiveForeground#999999

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#888888
keyword, storage.type, storage.modifier, keyword.operator.new, keyword.control#00eeff
string, punctuation.definition.string#FFFFFF
constant.numeric, constant.language#ffef5c
entity.name.function, support.function#fceb00
entity.name.type, entity.name.class, support.class#ff0000italic
variable.parameter#00AAE0
entity.name.tag, punctuation.definition.tag#fff200
entity.other.attribute-name#EBFF00
invalid#00ff2aunderline
jeffstein theme by Jeffstein - VS Code Theme