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#DDD6C1
  • activityBar.border#584c27
  • activityBar.foreground#584c27
  • activityBarBadge.background#B58900AA
  • activityBarBadge.foreground#FFFFFF
  • badge.background#B58900AA
  • badge.foreground#FFFFFF
  • breadcrumb.background#eee8d5
  • button.background#eee8d5
  • button.border#584c27
  • button.foreground#584c27
  • button.hoverBackground#d6cdb2
  • debugExceptionWidget.background#eee8d5
  • debugExceptionWidget.border#AB395B
  • debugToolBar.background#eee8d5
  • dropdown.background#fdf6e4
  • dropdown.border#D3AF86
  • editor.background#fdf6e4
  • editor.foreground#657B83
  • editor.lineHighlightBackground#eee8d5
  • editor.selectionBackground#eee8d5
  • editorCursor.foreground#657B83
  • editorGroup.border#584c27
  • editorGroup.dropBackground#eee8d5AA
  • editorGroupHeader.tabsBackground#D9D2C2
  • editorGroupHeader.tabsBorder#584c27
  • editorGutter.background#eee8d5
  • editorHoverWidget.background#CCC4B0
  • editorIndentGuide.activeBackground1#081E2580
  • editorIndentGuide.background1#586E7580
  • editorLineNumber.activeForeground#567983
  • editorWhitespace.foreground#586E7580
  • editorWidget.background#eee8d5
  • editorWidget.foreground#545454
  • extensionButton.prominentBackground#b58900
  • extensionButton.prominentHoverBackground#584c27aa
  • focusBorder#b49471
  • input.background#fdf6e4
  • input.border#584c27
  • input.foreground#586E75
  • input.placeholderForeground#586E75AA
  • inputOption.activeBorder#D3AF86
  • list.activeSelectionBackground#ded1aa
  • list.activeSelectionForeground#000000
  • list.highlightForeground#B58900
  • list.hoverBackground#8c7f5544
  • list.hoverForeground#2c2c2c
  • list.inactiveSelectionBackground#D1CBB8
  • list.inactiveSelectionForeground#494949
  • minimap.background#eee8d5
  • minimap.selectionHighlight#fdf6e4ee
  • minimapSlider.activeBackground#00000040
  • minimapSlider.background#00000020
  • minimapSlider.hoverBackground#00000060
  • notebook.cellEditorBackground#F7F0E0
  • panel.background#DDD6C1
  • panel.border#584c27
  • peekView.border#B58900
  • peekViewEditor.background#FFFBF2
  • peekViewEditor.matchHighlightBackground#7744AA40
  • peekViewResult.background#fdf6e4
  • peekViewTitle.background#fdf6e4
  • pickerGroup.border#2AA19899
  • pickerGroup.foreground#2AA19899
  • ports.iconRunningProcessForeground#2AA19899
  • profileBadge.background#B58900AA
  • profileBadge.foreground#FFFFFF
  • progressBar.background#B58900
  • quickInputList.focusBackground#DFCA8866
  • scrollbar.shadow#202020
  • scrollbarSlider.activeBackground#00000040
  • scrollbarSlider.background#00000020
  • scrollbarSlider.hoverBackground#00000060
  • selection.background#878b9180
  • sideBar.background#fdf6e4
  • sideBar.border#584c27
  • sideBarSectionHeader.border#584c2740
  • sideBarTitle.foreground#586E75
  • statusBar.background#eee8d5
  • statusBar.border#584c27
  • statusBar.debuggingBackground#fdf6e4
  • statusBar.foreground#586E75
  • statusBar.noFolderBackground#fdf6e4
  • statusBarItem.prominentBackground#eee8d5
  • statusBarItem.prominentHoverBackground#eee8d599
  • statusBarItem.remoteBackground#AC9D57
  • tab.activeBackground#FDF6E3
  • tab.activeBorder#584c27
  • tab.activeBorderTop#818181
  • tab.activeModifiedBorder#cb4b16
  • tab.border#584c27
  • tab.hoverBackground#d6cdb2
  • tab.hoverBorder#818181
  • tab.inactiveBackground#eee8d5
  • tab.inactiveForeground#586E75
  • tab.lastPinnedBorder#FDF6E3
  • terminal.ansiBlack#073642
  • terminal.ansiBlue#268bd2
  • terminal.ansiBrightBlack#002b36
  • terminal.ansiBrightBlue#839496
  • terminal.ansiBrightCyan#93a1a1
  • terminal.ansiBrightGreen#586e75
  • terminal.ansiBrightMagenta#6c71c4
  • terminal.ansiBrightRed#cb4b16
  • terminal.ansiBrightWhite#fdf6e3
  • terminal.ansiBrightYellow#657b83
  • terminal.ansiCyan#2aa198
  • terminal.ansiGreen#859900
  • terminal.ansiMagenta#d33682
  • terminal.ansiRed#dc322f
  • terminal.ansiWhite#fdf6e4
  • terminal.ansiYellow#b58900
  • terminal.background#fdf6e4
  • titleBar.activeBackground#fdf6e4
  • titleBar.border#584c27
  • walkThrough.embeddedEditorBackground#00000014
  • widget.shadow#292929

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#657B83
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown, variable.legacy.builtin.python#657B83
comment#93A1A1italic
string#2AA198
string.regexp#DC322F
constant.numeric#D33682
variable.language, variable.other#268BD2
keyword#859900
storage#586E75bold
entity.name.class, entity.name.type, entity.name.namespace, entity.name.scope-resolution#CB4B16
entity.name.function#268BD2
punctuation.definition.variable#859900
punctuation.section.embedded.begin, punctuation.section.embedded.end#DC322F
constant.language, meta.preprocessor#B58900
support.function.construct, keyword.other.new#CB4B16
constant.character, constant.other#CB4B16
entity.other.inherited-class#6C71C4
variable.parameter
entity.name.tag#268BD2
punctuation.definition.tag#93A1A1
entity.other.attribute-name#93A1A1
support.function#268BD2
punctuation.separator.continuation#DC322F
support.constant, support.variable
support.type, support.class#859900
support.type.exception#CB4B16
support.other.variable
invalid#DC322F
meta.diff, meta.diff.header#268BD2italic
markup.deleted#DC322F
markup.changed#CB4B16
markup.inserted#859900
markup.quote#859900
markup.list#B58900
markup.bold, markup.italic#D33682
markup.boldbold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inline.raw#2AA198
markup.heading#268BD2bold
markup.heading.setext#268BD2
sjsepan.solarish by sjsepan - VS Code Theme