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.activeBorder#579DFA
  • activityBar.background#050505
  • activityBar.border#0A0A0A
  • activityBar.foreground#888888
  • activityBarBadge.background#FF6B9D
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF6B9D
  • badge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#579DFA
  • breadcrumb.background#0A0A0A
  • breadcrumb.focusForeground#E8E8E8
  • breadcrumb.foreground#666666
  • button.background#579DFA
  • button.foreground#000000
  • button.hoverBackground#33DCFF
  • button.secondaryBackground#333333
  • button.secondaryForeground#E8E8E8
  • contrastActiveBorder#0C465200
  • contrastBorder#1A1A1A
  • dropdown.background#0F0F0F
  • dropdown.border#333333
  • dropdown.foreground#E8E8E8
  • editor.background#0A0A0A
  • editor.foreground#E8E8E8
  • editor.inactiveSelectionBackground#FFFFFF06
  • editor.lineHighlightBackground#FFFFFF04
  • editor.selectionBackground#00D4FF20
  • editor.selectionHighlightBackground#FFFFFF08
  • editorCursor.foreground#579DFA
  • editorGroupHeader.border#0A0A0A
  • editorGroupHeader.tabsBackground#050505
  • editorSuggestWidget.background#0F0F0F
  • editorSuggestWidget.border#333333
  • editorSuggestWidget.selectedBackground#00D4FF20
  • editorWidget.background#0F0F0F
  • editorWidget.border#333333
  • editorWidget.foreground#E8E8E8
  • focusBorder#001A1F
  • gitDecoration.addedResourceForeground#5FB3A3
  • gitDecoration.conflictingResourceForeground#579DFA
  • gitDecoration.deletedResourceForeground#FF6B9D
  • gitDecoration.modifiedResourceForeground#FFD23F
  • gitDecoration.untrackedResourceForeground#5FB3A3
  • input.background#0F0F0F
  • input.border#333333
  • input.foreground#E8E8E8
  • input.placeholderForeground#666666
  • inputOption.activeBorder#579DFA
  • inputValidation.errorBorder#FF6B9D
  • inputValidation.warningBorder#FFD23F
  • list.activeSelectionBackground#00D4FF15
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#FFFFFF06
  • list.inactiveSelectionBackground#FFFFFF04
  • menu.background#0F0F0F
  • menu.border#333333
  • menu.foreground#E8E8E8
  • menu.selectionBackground#00D4FF20
  • menu.selectionForeground#FFFFFF
  • minimap.background#050505
  • minimapSlider.activeBackground#FFFFFF20
  • minimapSlider.background#FFFFFF10
  • minimapSlider.hoverBackground#FFFFFF15
  • notificationCenter.border#333333
  • notificationCenterHeader.background#0F0F0F
  • notifications.background#0F0F0F
  • notifications.border#333333
  • notifications.foreground#E8E8E8
  • panel.background#050505
  • panel.border#1A1A1A
  • panelSection.border#1A1A1A
  • panelTitle.activeBorder#3A3A3A34
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#666666
  • peekViewEditor.background#0A0A0A
  • peekViewTitle.background#00D4FF20
  • peekViewTitleLabel.foreground#FFFFFF
  • progressBar.background#579DFA
  • scrollbarSlider.activeBackground#FFFFFF35
  • scrollbarSlider.background#FFFFFF15
  • scrollbarSlider.hoverBackground#FFFFFF25
  • sideBar.background#0A0A0A
  • sideBar.border#1A1A1A
  • sideBar.foreground#B8B8B8
  • sideBarSectionHeader.background#0F0F0F
  • sideBarSectionHeader.foreground#E8E8E8
  • sideBarTitle.foreground#666666
  • statusBar.background#050505
  • statusBar.border#0A0A0A
  • statusBar.foreground#888888
  • statusBarItem.hoverBackground#FFFFFF10
  • statusBarItem.prominentBackground#00D4FF20
  • tab.activeBackground#0A0A0A
  • tab.activeBorder#FF3C0000
  • tab.activeBorderTop#FF110000
  • tab.activeForeground#FFFFFF
  • tab.border#0A0A0A
  • tab.hoverBackground#FFFFFF05
  • tab.inactiveBackground#050505
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#0A0A0A
  • terminal.ansiBlue#579DFA
  • terminal.ansiCyan#5FB3A3
  • terminal.ansiGreen#5FB3A3
  • terminal.ansiMagenta#966FD6
  • terminal.ansiRed#FF6B9D
  • terminal.ansiWhite#E8E8E8
  • terminal.ansiYellow#FFD23F
  • terminal.background#050505
  • terminal.foreground#E8E8E8
  • titleBar.activeBackground#050505
  • titleBar.activeForeground#B8B8B8
  • titleBar.border#0A0A0A
  • titleBar.inactiveBackground#050505
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#555555italic
invalid, invalid.illegal#FF6B9D
keyword, storage.modifier, storage.type#966FD6
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#777777
entity.name.tag, meta.tag.sgml#5FB3A3
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#DB5755
meta.block variable.other#A8B0B6
keyword.other.unit, keyword.other, variable, variable.parameter, constant.other.placeholder#A8B0B6
constant.numeric, constant.language, support.constant, constant.character, constant.escape#FFFFFF
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, meta.group.braces.curly, entity.name.function.preprocessor#46ACAD
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, support.type.sys-types#579DFA
constant.character.escape#579DFA
*url*, *link*, *uri*underline
source.json meta.structure.dictionary.json support.type.property-name.json#579DFA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#966FD6
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#579DFA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FF6B9D
Light Night by Maicol Castro - VS Code Theme