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#212426
  • button.background#000
  • diffEditor.insertedTextBackground#9BFF943B
  • diffEditor.removedTextBackground#d142403B
  • editor.background#222527
  • editor.foreground#fafbfc
  • editor.hoverHighlightBackground#1B1D1F
  • editor.lineHighlightBackground#2d3133
  • editor.selectionBackground#464c50
  • editor.selectionForeground#FFF
  • editor.selectionHighlightBackground#464c5070
  • editorCursor.foreground#d7e0e5
  • editorError.foreground#d14240
  • editorGutter.addedBackground#9BFF9482
  • editorGutter.deletedBackground#d14240CC
  • editorGutter.foldingControlForeground#d7e0e5
  • editorGutter.modifiedBackground#56d6d682
  • editorLineNumber.activeForeground#757f85
  • editorLineNumber.foreground#4f5559
  • editorOverviewRuler.modifiedForeground#56d6d65E
  • editorSuggestWidget.background#1B1D1F
  • editorSuggestWidget.border#363a3d
  • editorSuggestWidget.highlightForeground#FFF
  • editorSuggestWidget.selectedBackground#56d6d633
  • editorWarning.foreground#FFAD54E6
  • editorWhitespace.foreground#363a3d
  • editorWidget.background#1B1D1F
  • editorWidget.border#363a3d
  • focusBorder#56d6d6
  • gitDecoration.ignoredResourceForeground#757f85
  • gitDecoration.modifiedResourceForeground#F5E29F
  • gitDecoration.untrackedResourceForeground#9BFF94
  • list.activeSelectionBackground#464c5070
  • list.errorForeground#d14240
  • list.hoverBackground#464c5020
  • list.inactiveSelectionBackground#464c5040
  • list.warningForeground#FFAD54
  • panel.background#1B1D1F
  • panel.border#363a3d
  • sideBar.background#1B1D1F
  • sideBarSectionHeader.background#282C2E
  • tab.activeBackground#222527
  • tab.inactiveBackground#2d3133

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#fafbfc
comment#757f85
string#F5E29F
constant.numeric#B074E8
constant.language#B074E8
constant.character, constant.other#B074E8
variable#fafbfc
keyword#F26E6B
storage#F26E6B
storage.type#56d6d6italic
entity.name.class#9BFF94underline
entity.other.inherited-class#9BFF94italic underline
entity.name.function#9BFF94
variable.parameter#FFAD54italic
entity.name.tag#F26E6B
entity.other.attribute-name#9BFF94
support.function#56d6d6
support.constant#56d6d6
support.type, support.class#56d6d6italic
support.other.variable
invalid#fafbfc
invalid.deprecated#fafbfc
Sonoran by jack-gannon - VS Code Theme