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#D7EFDA
  • activityBar.border#A0C8A8
  • activityBar.foreground#2D5A3D
  • activityBarBadge.background#6FA878
  • agentsChatInput.border#A0C8A8
  • agentsChatInput.focusBorder#6FA878
  • agentsNewSessionButton.border#A0C8A8
  • agentsPanel.border#A0C8A8
  • badge.background#6FA87899
  • button.background#6FA878
  • debugExceptionWidget.background#D7EFDA
  • debugExceptionWidget.border#AB395B
  • debugToolBar.background#D7EFDA
  • dropdown.background#D7EFDA
  • dropdown.border#A0C8A8
  • editor.background#C7EDCC
  • editor.foreground#657B83
  • editor.lineHighlightBackground#B5DCC0
  • editor.selectionBackground#96C8A0
  • editorCursor.foreground#2D5A3D
  • editorGroup.border#A0C8A8
  • editorGroup.dropBackground#A0C8A8AA
  • editorGroupHeader.tabsBackground#D7EFDA
  • editorGroupHeader.tabsBorder#A0C8A8
  • editorHoverWidget.background#D7EFDA
  • editorIndentGuide.activeBackground#2D5A3D80
  • editorIndentGuide.background#A0C8A880
  • editorLineNumber.activeForeground#4A7A5A
  • editorWhitespace.foreground#6B8E7380
  • editorWidget.background#D7EFDA
  • editorWidget.border#A0C8A8
  • extensionButton.prominentBackground#6FA878
  • extensionButton.prominentHoverBackground#2D5A3Daa
  • focusBorder#6FA878
  • input.background#DCECD0
  • input.border#A0C8A8
  • input.foreground#2D5A3D
  • input.placeholderForeground#6B8E73
  • inputOption.activeBorder#6FA878
  • list.activeSelectionBackground#96C8A0
  • list.activeSelectionForeground#2D5A3D
  • list.highlightForeground#3A7A50
  • list.hoverBackground#B5DCC0
  • list.inactiveSelectionBackground#B5DCC0
  • minimap.selectionHighlight#B5DCC0
  • notebook.cellEditorBackground#D7EFDA
  • panel.background#C7EDCC
  • panel.border#A0C8A8
  • peekView.border#6FA878
  • peekViewEditor.background#C7EDCC
  • peekViewEditor.matchHighlightBackground#7744AA40
  • peekViewResult.background#D7EFDA
  • peekViewTitle.background#D7EFDA
  • pickerGroup.border#3A7A5099
  • pickerGroup.foreground#3A7A5099
  • ports.iconRunningProcessForeground#2AA19899
  • progressBar.background#6FA878
  • quickInputList.focusBackground#96C8A066
  • selection.background#96C8A0
  • sideBar.background#D7EFDA
  • sideBar.border#A0C8A8
  • sideBarTitle.foreground#2D5A3D
  • statusBar.background#C7EDCC
  • statusBar.border#A0C8A8
  • statusBar.debuggingBackground#C7EDCC
  • statusBar.foreground#2D5A3D
  • statusBar.noFolderBackground#C7EDCC
  • statusBarItem.prominentBackground#D7EFDA
  • statusBarItem.prominentHoverBackground#D7EFDA99
  • statusBarItem.remoteBackground#6FA878
  • tab.activeBackground#C7EDCC
  • tab.activeBorder#6FA878
  • tab.activeBorderTop#6FA878
  • tab.activeForeground#2D5A3D
  • tab.activeModifiedBorder#cb4b16
  • tab.border#A0C8A8
  • tab.hoverBackground#B5DCC0
  • tab.hoverForeground#2D5A3D
  • tab.inactiveBackground#D7EFDA
  • tab.inactiveForeground#6B8E73
  • tab.lastPinnedBorder#A0C8A8
  • 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#eee8d5
  • terminal.ansiYellow#b58900
  • terminal.background#C7EDCC
  • terminal.border#A0C8A8
  • terminal.foreground#333333
  • terminalCursor.background#C7EDCC
  • terminalCursor.foreground#333333
  • titleBar.activeBackground#C7EDCC
  • titleBar.border#A0C8A8
  • walkThrough.embeddedEditorBackground#00000014

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, punctuation.separator.namespace.ruby#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
QK Soft Green by zrainx - VS Code Theme