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#21252B
  • badge.background#528BFF
  • button.background#21252B
  • debugExceptionWidget.background#1f2126
  • debugExceptionWidget.border#ab395b
  • debugToolBar.background#1f2126
  • dropdown.background#1f2126
  • dropdown.border#21252B
  • editor.background#1f2126
  • editor.foreground#839496
  • editor.lineHighlightBackground#99BBFF0A
  • editor.selectionBackground#40577b44
  • editor.selectionHighlightBackground#2C313Aaa
  • editor.wordHighlightBackground#40577b44
  • editor.wordHighlightStrongBackground#2C313Aaa
  • editorBracketHighlight.foreground1#cdcdcd
  • editorBracketHighlight.foreground2#b58900
  • editorBracketHighlight.foreground3#d33682
  • editorCursor.foreground#d30102
  • editorGroup.border#1f2126
  • editorGroup.dropBackground#40577b44
  • editorGroupHeader.tabsBackground#21252B
  • editorHoverWidget.background#21252B
  • editorIndentGuide.activeBackground1#c3e1e180
  • editorIndentGuide.background1#93a1a180
  • editorLineNumber.activeForeground#949494
  • editorMarkerNavigationError.background#ab395b
  • editorMarkerNavigationWarning.background#5b7e7a
  • editorWhitespace.foreground#93a1a180
  • editorWidget.background#1f2126
  • errorForeground#ffeaea
  • focusBorder#21252B
  • input.background#21252B
  • input.foreground#93a1a1
  • input.placeholderForeground#93a1a1aa
  • inputOption.activeBorder#21252B
  • inputValidation.errorBackground#571b26
  • inputValidation.errorBorder#a92049
  • inputValidation.infoBackground#052730
  • inputValidation.infoBorder#363b5f
  • inputValidation.warningBackground#5d5938
  • inputValidation.warningBorder#9d8a5e
  • list.activeSelectionBackground#2C313A
  • list.dropBackground#2C313A
  • list.highlightForeground#1ebcc5
  • list.hoverBackground#2c467866
  • list.inactiveSelectionBackground#2C313A
  • panel.border#21252B
  • peekView.border#21252B
  • peekViewEditor.background#10192c
  • peekViewEditor.matchHighlightBackground#7744aa40
  • peekViewResult.background#1f2126
  • peekViewTitle.background#1f2126
  • pickerGroup.border#21252B
  • pickerGroup.foreground#21252B
  • ports.iconRunningProcessForeground#369432
  • progressBar.background#528BFF
  • quickInputList.focusBackground#2C313A
  • selection.background#274642
  • sideBar.background#1f2126
  • sideBar.border#21252B
  • sideBarTitle.foreground#93a1a1
  • statusBar.background#1f2126
  • statusBar.debuggingBackground#1f2126
  • statusBar.foreground#93a1a1
  • statusBar.noFolderBackground#1f2126
  • statusBarItem.prominentBackground#21252B
  • statusBarItem.prominentHoverBackground#21252B
  • statusBarItem.remoteBackground#21252B
  • tab.activeBackground#1f2126
  • tab.activeForeground#d6dbdb
  • tab.border#21252B
  • tab.inactiveBackground#21252B
  • tab.inactiveForeground#93a1a1
  • tab.lastPinnedBorder#2aa19844
  • terminal.ansiBlack#99BBFF0A
  • terminal.ansiBlue#268bd2
  • terminal.ansiBrightBlack#1f2126
  • 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
  • titleBar.activeBackground#21252B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown, variable.legacy.builtin.python#839496
comment#586E75italic
string#2AA198
string.regexp#DC322F
constant.numeric#D33682
variable.language, variable.other#268BD2
keyword#859900
storage#93A1A1bold
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#586E75
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
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6

Shiki preview

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

Loading...

Solarized One - Coding Theme