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#8B5CF6
  • activityBar.background#EDEDED
  • activityBar.foreground#333333
  • activityBar.inactiveForeground#777777
  • activityBarBadge.background#8B5CF6
  • activityBarBadge.foreground#FFFFFF
  • button.background#8B5CF6
  • button.foreground#F5F5F5
  • button.hoverBackground#A078F0
  • dropdown.background#F5F5F5
  • dropdown.border#CCCCCC
  • dropdown.foreground#333333
  • editor.background#ECECEC
  • editor.foreground#333333
  • editor.inactiveSelectionBackground#00000000
  • editor.lineHighlightBackground#DADADA
  • editor.selectionBackground#C4B5FD33
  • editorCursor.foreground#8B5CF6
  • editorGroup.border#CCCCCC
  • editorGroup.emptyBackground#ECECEC
  • editorGroupHeader.tabsBackground#E0E0E0
  • editorWidget.background#ECECEC
  • editorWidget.border#CCCCCC
  • editorWidget.foreground#333333
  • gitDecoration.addedResourceForeground#8B5CF6
  • gitDecoration.deletedResourceForeground#FF5555
  • gitDecoration.modifiedResourceForeground#8B5CF6
  • gitDecoration.untrackedResourceForeground#8B5CF6
  • input.background#F5F5F5
  • input.border#CCCCCC
  • input.foreground#333333
  • input.placeholderForeground#777777
  • list.activeSelectionBackground#D0D0D0
  • list.activeSelectionForeground#333333
  • list.focusBackground#D0D0D0
  • list.focusForeground#333333
  • list.hoverBackground#D8D8D8
  • list.hoverForeground#333333
  • list.inactiveSelectionBackground#CCCCCC
  • menu.background#E6E6E6
  • menu.foreground#333333
  • menu.selectionBackground#D0D0D0
  • menu.selectionForeground#333333
  • menu.separatorBackground#CCCCCC
  • menubar.selectionBackground#D0D0D0
  • menubar.selectionForeground#333333
  • notificationCenterHeader.background#E0E0E0
  • notifications.background#E0E0E0
  • notifications.foreground#333333
  • notificationToast.border#CCCCCC
  • panel.background#E6E6E6
  • panel.border#CCCCCC
  • panelTitle.activeForeground#333333
  • panelTitle.inactiveForeground#666666
  • pickerGroup.foreground#8B5CF6
  • scrollbarSlider.activeBackground#B0B0B099
  • scrollbarSlider.background#B0B0B044
  • scrollbarSlider.hoverBackground#B0B0B066
  • settings.dropdownBackground#F5F5F5
  • settings.dropdownBorder#CCCCCC
  • settings.dropdownForeground#333333
  • settings.focusedRowBackground#D8D8D8
  • settings.headerForeground#666666
  • settings.modifiedItemIndicator#8B5CF6
  • settings.numberInputBackground#F5F5F5
  • settings.numberInputBorder#CCCCCC
  • settings.numberInputForeground#333333
  • settings.rowHoverBackground#E0E0E0
  • settings.textInputBackground#F5F5F5
  • settings.textInputBorder#CCCCCC
  • settings.textInputForeground#333333
  • sideBar.background#E0E0E0
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#DADADA
  • sideBarTitle.foreground#333333
  • statusBar.background#DADADA
  • statusBar.debuggingBackground#C0C0C0
  • statusBar.debuggingForeground#8B5CF6
  • statusBar.foreground#8B5CF6
  • statusBar.noFolderBackground#DADADA
  • tab.activeBackground#F5F5F5
  • tab.activeBorder#8B5CF6
  • tab.activeForeground#333333
  • tab.hoverBackground#E8E8E8
  • tab.hoverForeground#333333
  • tab.inactiveBackground#E0E0E0
  • tab.inactiveForeground#666666
  • tab.unfocusedActiveBorder#A0A0A0
  • terminal.ansiBlack#E0E0E0
  • terminal.ansiBlue#8B5CF6
  • terminal.ansiBrightBlack#999999
  • terminal.ansiBrightBlue#A078F0
  • terminal.ansiBrightCyan#8BE9FD
  • terminal.ansiBrightGreen#70F0A8
  • terminal.ansiBrightMagenta#DCA3FF
  • terminal.ansiBrightRed#FF6E6E
  • terminal.ansiBrightWhite#F8F8F2
  • terminal.ansiBrightYellow#C4B5FD
  • terminal.ansiCyan#96D6FF
  • terminal.ansiGreen#8BE9FD
  • terminal.ansiMagenta#C574DD
  • terminal.ansiRed#FF5555
  • terminal.ansiWhite#333333
  • terminal.ansiYellow#D8B4FF
  • terminal.background#E0E0E0
  • terminal.foreground#333333
  • terminalCursor.background#8B5CF6
  • terminalCursor.foreground#8B5CF6
  • textLink.activeForeground#A078F0
  • textLink.foreground#8B5CF6
  • titleBar.activeBackground#E0E0E0
  • titleBar.activeForeground#333333
  • titleBar.inactiveBackground#DADADA
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7A7Aitalic
keyword, storage.type, storage.modifier#8B5CF6
entity.name.function, support.function, variable.function#5B21B6
variable, string constant.other.placeholder#333333
string, constant.other.symbol#059669
constant.numeric, constant.language, support.constant#7C3AED
support.type, entity.name.type, entity.name.class, support.class#3B82F6
keyword.operator, punctuation#D97706
meta.decorator, annotation#8B5CF6italic
entity.name.tag, entity.other.attribute-name#8B5CF6
invalid, invalid.illegal#B91C1C