Skip to main content
CodingTheme

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.activeBackground#005d74
  • activityBar.activeBorder#005d74
  • activityBar.background#3a3c42
  • activityBar.foreground#f8f8f2
  • button.background#005d74
  • button.foreground#FFFFFF
  • button.hoverBackground#00718d
  • diffEditor.border#3a3c42
  • diffEditor.insertedTextBackground#368f3e
  • diffEditor.removedTextBackground#8F3636
  • dropdown.background#252526
  • editor.background#3a3c42
  • editor.findMatchBackground#3a3c42
  • editor.findMatchBorder#ab4715
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#303030
  • editor.selectionBackground#5C5A53
  • editor.selectionHighlightBackground#368f3e
  • editorCursor.foreground#f8f8f2
  • editorError.foreground#f2777a
  • editorLineNumber.foreground#2B91AF
  • focusBorder#005d74
  • input.background#252526
  • inputOption.activeBorder#FFD479
  • inputValidation.warningBorder#f2777a
  • list.activeSelectionBackground#005d74
  • list.focusBackground#3a3c42
  • list.hoverBackground#005d74
  • list.inactiveSelectionBackground#005d74
  • menu.foreground#f8f8f2
  • menu.selectionBackground#005d74
  • menubar.selectionBackground#005d74
  • menubar.selectionForeground#f8f8f2
  • minimap.background#252526
  • minimap.selectionHighlight#368f3e
  • panel.background#252526
  • scrollbarSlider.activeBackground#00718d
  • scrollbarSlider.background#686868
  • scrollbarSlider.hoverBackground#005d74
  • sideBar.background#252526
  • sideBar.border#252526
  • sideBarSectionHeader.background#3a3c42
  • sideBarSectionHeader.border#3a3c42
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#3a3c42
  • statusBar.debuggingBackground#ab4715
  • statusBarItem.hoverBackground#005d74
  • tab.activeBackground#3a3c42
  • tab.activeForeground#f8f8f2
  • tab.activeModifiedBorder#f3a348
  • tab.hoverBackground#686868
  • tab.hoverForeground#ffffff
  • tab.inactiveBackground#252526
  • terminal.ansiBlack#666666
  • terminal.ansiBlue#6AB0F3
  • terminal.ansiBrightBlack#777777
  • terminal.ansiBrightBlue#6AB0F3
  • terminal.ansiBrightCyan#62CFCF
  • terminal.ansiBrightGreen#92D192
  • terminal.ansiBrightMagenta#E1A6F2
  • terminal.ansiBrightRed#f2777a
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffd479
  • terminal.ansiCyan#62CFCF
  • terminal.ansiGreen#92D192
  • terminal.ansiMagenta#E1A6F2
  • terminal.ansiRed#f2777a
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ffd479
  • textLink.activeForeground#00ccff
  • textLink.foreground#00b8e6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
string.quoted.double, markup.inline.raw.string#e6d874
keyword, keyword.operator.expression.typeof, variable.language.this, storage, support.function.construct.output.php, keyword.operator.new, keyword.operator.expression.import.js, markup.underline.link#66d9ef
entity.name.type.class, support.class.qml, variable.other.object.js, support.type.object.module, entity.name.section, support.function.powershell#a6e22e
entity.name.type.interface, string.other.link.title, string.other.link.description#bc98e8
entity.name.type.struct#66d9ef
entity.name.type.enum#e1b42b
entity.name.type.delegate, fenced_code.block.language#859fa7
constant.language, constant.language#ae81ff
constant.numeric#ae81ff
keyword.operator, punctuation.definition.markdown, punctuation.definition.string, punctuation.definition.list, punctuation.definition.heading#d7ba7d
keyword.other.new#f3a348
entity.name.label, meta.object-literal.key#D7BA7D
comment.line, comment.block#75715e
comment.block.documentation#608B4E
entity.name.tag.localname.xml, entity.name.tag.html, support.type.property-name, entity.name.tag.yaml, support.type.property-name.json#f92672
entity.other.attribute-name#a6e22e

Shiki preview

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

Loading...

Pygment Theme by Alexanderius - VS Code Theme