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#000000
  • activityBar.border#1a1a1a
  • activityBar.foreground#ffffff
  • activityBarBadge.background#3794ff
  • activityBarBadge.foreground#ffffff
  • button.background#3794ff
  • button.foreground#ffffff
  • button.hoverBackground#2980b9
  • diffEditor.insertedTextBackground#00ff4420
  • diffEditor.removedTextBackground#ff000020
  • editor.background#000000
  • editor.foreground#e0e0e0
  • editor.lineHighlightBorder#3794ff20
  • editor.selectionBackground#3794ff33
  • editorBracketHighlight.foreground1#ffd700
  • editorBracketHighlight.foreground2#da70d6
  • editorBracketHighlight.foreground3#179fff
  • editorBracketHighlight.foreground4#ffd700
  • editorBracketHighlight.foreground5#da70d6
  • editorBracketHighlight.foreground6#179fff
  • editorBracketMatch.background#3794ff4d
  • editorBracketMatch.border#3794ff
  • editorCursor.foreground#3794ff
  • editorGutter.addedBackground#00ff44
  • editorGutter.deletedBackground#ff0000
  • editorGutter.modifiedBackground#ffee00
  • editorIndentGuide.activeBackground#3794ff
  • editorIndentGuide.activeBackground1#ffd700
  • editorIndentGuide.activeBackground2#da70d6
  • editorIndentGuide.activeBackground3#179fff
  • editorIndentGuide.activeBackground4#ffd700
  • editorIndentGuide.background#333333
  • editorIndentGuide.background1#ffd700
  • editorIndentGuide.background2#da70d6
  • editorIndentGuide.background3#179fff
  • editorIndentGuide.background4#ffd700
  • focusBorder#3794ff
  • gitDecoration.addedResourceForeground#00ff44
  • gitDecoration.conflictingResourceForeground#ff00ff
  • gitDecoration.deletedResourceForeground#ff0000
  • gitDecoration.ignoredResourceForeground#7a7a7a
  • gitDecoration.modifiedResourceForeground#ffee00
  • gitDecoration.submoduleResourceForeground#8db9e2
  • gitDecoration.untrackedResourceForeground#00a2ff
  • input.background#101010
  • input.border#333333
  • input.foreground#ffffff
  • inputOption.activeBorder#3794ff
  • list.activeSelectionBackground#3794ff40
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#3794ff40
  • list.hoverBackground#ffffff10
  • menu.background#101010
  • menu.border#333333
  • menu.foreground#cccccc
  • panel.background#000000
  • panel.border#1a1a1a
  • panelTitle.activeBorder#3794ff
  • panelTitle.activeForeground#ffffff
  • sideBar.background#000000
  • sideBar.border#1a1a1a
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#1a1a1a
  • sideBarTitle.foreground#ffffff
  • statusBar.background#000000
  • statusBar.border#1a1a1a
  • statusBar.debuggingBackground#d7ba7d
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#3794ff
  • tab.activeBackground#101010
  • tab.activeBorderTop#3794ff
  • tab.activeForeground#ffffff
  • tab.border#1a1a1a
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#808080
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#2472c8
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#3b8eea
  • terminal.ansiBrightCyan#29b8db
  • terminal.ansiBrightGreen#23d18b
  • terminal.ansiBrightMagenta#d670d6
  • terminal.ansiBrightRed#f14c4c
  • terminal.ansiBrightWhite#e5e5e5
  • terminal.ansiBrightYellow#f5f543
  • terminal.ansiCyan#11a8cd
  • terminal.ansiGreen#0dbc79
  • terminal.ansiMagenta#bc3fbc
  • terminal.ansiRed#cd3131
  • terminal.ansiWhite#e5e5e5
  • terminal.ansiYellow#e5e510
  • terminal.background#000000
  • terminalCursor.foreground#3794ff
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ffffff
  • titleBar.border#1a1a1a
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#666666
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
meta.embedded, source.groovy.embedded#D4D4D4
emphasisitalic
strongbold
header#000080
constant.language#569CD6
constant.numeric, variable.other.enummember, keyword.other.unit#B5CEA8
constant.regexp#646695
entity.name.tag#569CD6
entity.name.tag.css, entity.name.tag.less#D7BA7D
entity.other.attribute-name#9CDCFE
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D7BA7D
invalid#F44747
markup.underlineunderline
markup.bold#569CD6bold
markup.heading#569CD6bold
markup.italicitalic
markup.inserted#B5CEA8
markup.deleted#CE9178
markup.changed#569CD6
punctuation.definition.tag#808080
meta.preprocessor, entity.name.function.preprocessor#569CD6
meta.preprocessor.string#CE9178
meta.preprocessor.numeric#B5CEA8
meta.structure.dictionary.key.python#9CDCFE
storage#569CD6
storage.type#569CD6
storage.modifier, keyword.operator.noexcept#569CD6
string, meta.embedded.assembly#CE9178
string.tag#CE9178
string.value#CE9178
string.regexp#D16969
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#569CD6
meta.template.expression#D4D4D4
support.type.vendored.property-name, support.type.property-name, source.css variable, source.coffee.embedded#9CDCFE
keyword#569CD6
keyword.control#569CD6
keyword.operator#D4D4D4
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.logical.python#569CD6
keyword.other.unit#B5CEA8
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#569CD6
support.function.git-rebase#9CDCFE
constant.sha.git-rebase#B5CEA8
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#D4D4D4
variable.language#569CD6
HyperDark by lucaskawatoko - VS Code Theme