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#1c1c1c
  • editor.foreground#eeeeee
  • editor.inactiveSelectionBackground#3e4a5555
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#35444fcc
  • editorBracketMatch.background#5a5a5a
  • editorBracketMatch.border#ffca28
  • editorCursor.foreground#ff6f00
  • editorGutter.addedBackground#81c784
  • editorGutter.background#1a1a1a
  • editorGutter.deletedBackground#e57373
  • editorGutter.modifiedBackground#40c4ff
  • editorIndentGuide.activeBackground1#ffaa33
  • editorIndentGuide.background1#4b5563
  • editorWhitespace.foreground#5a5a5a
  • list.activeSelectionForeground#C8E6C9
  • list.foreground#6eff3f
  • list.hoverForeground#B2FF59
  • list.inactiveSelectionForeground#4cda3d
  • sideBar.background#1b1919
  • sideBar.foreground#32ad25
  • sideBarSectionHeader.foreground#27b827
  • statusBar.background#232323
  • tab.activeBackground#333842
  • tab.border#1c1c1c
  • tab.inactiveBackground#262a31

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d1d3d4italic
string, constant.other.symbol#f3db70normal
keyword.control, keyword.other, keyword.control.import, keyword.control.export, keyword.control.default, storage.type, storage.modifier#ff920cnormal
entity.name.function, support.function, entity.name.method, entity.name.type.function#9ab7ffnormal
variable.parameter, variable, identifier#50cb3anormal
entity.name.tag, support.type#f8c33dnormal
constant.numeric#ff8c00normal
keyword.operator#e0dcdcnormal
GitHub Dark Custom by Inna Sodri - VS Code Theme