Skip to main content
Coding Theme

Color themes

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.activeBorder#95D3E4
  • activityBar.background#161B1D
  • activityBar.foreground#D5D0DB
  • activityBarBadge.background#95D3E4
  • activityBarBadge.foreground#000000
  • badge.background#95D3E4
  • badge.foreground#000000
  • button.background#95D3E4
  • button.foreground#000000
  • button.hoverBackground#69ACBF
  • editor.background#1D2325
  • editor.findMatchBackground#437A8966
  • editor.findMatchHighlightBackground#437A8933
  • editor.foreground#D5D0DB
  • editor.selectionBackground#437A8955
  • editor.selectionHighlightBackground#437A8933
  • editor.wordHighlightBackground#437A8933
  • editorCursor.foreground#95D3E4
  • editorIndentGuide.activeBackground1#437A8988
  • editorLineNumber.activeForeground#95D3E4
  • editorLineNumber.foreground#8B8694
  • extensionButton.prominentBackground#95D3E4
  • extensionButton.prominentHoverBackground#69ACBF
  • focusBorder#95D3E4
  • gitDecoration.modifiedResourceForeground#95D3E4
  • list.activeSelectionBackground#437A8944
  • list.activeSelectionForeground#D5D0DB
  • list.highlightForeground#95D3E4
  • list.hoverBackground#2B3336
  • list.inactiveSelectionBackground#437A8922
  • panel.border#323C3E
  • panelTitle.activeBorder#95D3E4
  • progressBar.background#95D3E4
  • scrollbarSlider.activeBackground#95D3E477
  • scrollbarSlider.background#437A893a
  • scrollbarSlider.hoverBackground#437A895a
  • sideBar.background#161B1D
  • sideBar.foreground#B4AFBC
  • sideBarSectionHeader.background#2B3336
  • sideBarTitle.foreground#B4AFBC
  • statusBar.background#437A89
  • statusBar.debuggingBackground#3D7D8F
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#437A89
  • tab.activeBackground#1D2325
  • tab.activeBorderTop#95D3E4
  • tab.activeForeground#D5D0DB
  • tab.inactiveBackground#161B1D
  • tab.inactiveForeground#8B8694
  • terminal.ansiBlue#95D3E4
  • textLink.activeForeground#95D3E4
  • textLink.foreground#95D3E4
  • titleBar.activeBackground#161B1D
  • titleBar.activeForeground#B4AFBC
  • titleBar.inactiveBackground#1D2325

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#90B4AEitalic
string, punctuation.definition.string#E4A842
constant.numeric, constant.language, constant.character#DEEAC6
keyword, keyword.control, storage, storage.type#95D3E4
entity.name.function, support.function#E4EA8A
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#C0F6F0
variable, variable.parameter#9CA8F0
entity.name.tag, meta.tag#95D3E4
entity.other.attribute-name#9CA8F0
keyword.operator, punctuation#A2B48A
meta.decorator, punctuation.decorator#E4EA8A