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#3360CC
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#D0D000
  • activityBarBadge.foreground#3360CC
  • button.background#CC9900
  • button.foreground#FFFFFF
  • button.hoverBackground#F0C030
  • debugExceptionWidget.background#B04444
  • debugExceptionWidget.border#FF0000
  • debugToolBar.background#1133CC
  • diffEditor.insertedTextBackground#004099
  • diffEditor.insertedTextBorder#66FF66
  • diffEditor.removedTextBackground#400099
  • diffEditor.removedTextBorder#FF6666
  • dropdown.background#1133CC
  • dropdown.border#6699CC
  • dropdown.foreground#FFFFFF
  • editor.background#0022BB
  • editor.findMatchBackground#C0C066
  • editor.findMatchHighlightBackground#999933
  • editor.findRangeHighlightBackground#2255CC
  • editor.foreground#F0F0F0
  • editor.hoverHighlightBackground#3366FF
  • editor.inactiveSelectionBackground#1144CC
  • editor.lineHighlightBackground#0011AA
  • editor.rangeHighlightBackground#3366FF
  • editor.selectionBackground#9933CC
  • editor.selectionHighlightBackground#7711AA
  • editor.wordHighlightBackground#2255BB
  • editor.wordHighlightStrongBackground#4477DD
  • editorCursor.foreground#F0F000
  • editorGroup.border#6699CC
  • editorGroupHeader.tabsBackground#1133CC
  • editorGutter.addedBackground#11CCCC
  • editorGutter.background#1133CC
  • editorGutter.deletedBackground#FF33CC
  • editorGutter.modifiedBackground#1199FF
  • editorHoverWidget.background#1133CC
  • editorHoverWidget.border#6699FF
  • editorIndentGuide.background#3366CC
  • editorLineNumber.foreground#6666CC
  • editorLink.activeForeground#CC9966
  • editorMarkerNavigation.background#1133CC
  • editorMarkerNavigationError.background#B04444
  • editorMarkerNavigationWarning.background#B0B044
  • editorSuggestWidget.background#1133CC
  • editorSuggestWidget.border#6699FF
  • editorSuggestWidget.foreground#CCCCCC
  • editorSuggestWidget.highlightForeground#FFFFCC
  • editorSuggestWidget.selectedBackground#3366FF
  • editorWhitespace.foreground#3060C0
  • editorWidget.background#1133CC
  • focusBorder#99CCFF
  • foreground#FFFFFF
  • input.background#1133CC
  • input.border#3366CC
  • input.foreground#FFFFFF
  • inputValidation.errorBackground#B04444
  • inputValidation.errorBorder#F00000
  • inputValidation.infoBackground#4444B0
  • inputValidation.infoBorder#9090F0
  • inputValidation.warningBackground#B0B044
  • inputValidation.warningBorder#F0F000
  • list.activeSelectionBackground#6699FF
  • list.focusBackground#0033FF
  • list.highlightForeground#FFFFFF
  • list.hoverBackground#0033FF
  • list.inactiveSelectionBackground#3366FF
  • notification.background#DDEEFF
  • notification.foreground#303030
  • panel.background#1133CC
  • panel.border#6699FF
  • panelTitle.activeBorder#F0F0F0
  • panelTitle.activeForeground#F0F0F0
  • panelTitle.inactiveForeground#9099CC
  • peekView.border#6699CC
  • peekViewEditor.background#3050CC
  • peekViewEditor.matchHighlightBackground#3366FF
  • peekViewResult.background#1133CC
  • peekViewResult.fileForeground#CCCCCC
  • peekViewResult.lineForeground#F0F0F0
  • peekViewResult.matchHighlightBackground#6699FF
  • peekViewResult.selectionBackground#3366FF
  • peekViewResult.selectionForeground#F0F0F0
  • peekViewTitle.background#1133CC
  • peekViewTitleDescription.foreground#99CCFF
  • peekViewTitleLabel.foreground#F0F0F0
  • scrollbar.shadow#224499
  • scrollbarSlider.activeBackground#4466BB
  • scrollbarSlider.background#4466BB
  • scrollbarSlider.hoverBackground#88AADD
  • sideBar.background#003099
  • sideBarSectionHeader.background#3360CC
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#003099
  • statusBar.debuggingBackground#C06090
  • statusBar.foreground#F0F0F0
  • statusBar.noFolderBackground#000066
  • tab.activeBackground#2255DD
  • tab.activeForeground#FFFFFF
  • tab.border#6699CC
  • tab.inactiveBackground#1133CC
  • tab.inactiveForeground#9099CC
  • titleBar.activeBackground#003099
  • titleBar.activeForeground#C0CCFF
  • titleBar.inactiveBackground#003099
  • titleBar.inactiveForeground#9099CC
  • widget.shadow#003399

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F0F0F0
comment#6090F0
string#B0F0D0
constant.numeric#B0D0F0
constant.language#F0D0E0bold
constant.character, constant.other#F0D0E0italic
variable
keyword#B0B0B0bold
storage#C0E0F0
storage.type#E0C0F0
entity.name.class, entity.name.type#F0D0B0
entity.other.inherited-class#F0D0B0
entity.name.function#F0F0D0
variable.parameter#B0D0F0
entity.name.tag#B0D0F0
entity.other.attribute-name#F0C0C0
support.function#D0B0F0
support.constant#F0C0E0bold
support.type, support.class#E0C0F0
invalid#F8F8F0
meta.diff, meta.diff.header#E0EDDD
markup.deleted#dc322f
markup.changed#cb4b16
markup.inserted#219186
markup.quote#22aa44
markup.bold, markup.italic#22aa44
markup.inline.raw#9966b8
markup.heading.setext#ddbb88

Shiki preview

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

Loading...

Cobalt Blue - Coding Theme