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#0078D4
  • activityBar.background#181818
  • activityBar.border#2B2B2B
  • activityBar.foreground#D7D7D7
  • activityBar.inactiveForeground#868686
  • activityBarBadge.background#0078D4
  • activityBarBadge.foreground#FFFFFF
  • badge.background#616161
  • badge.foreground#F8F8F8
  • button.background#0078D4
  • button.border#ffffff1a
  • button.foreground#FFFFFF
  • button.hoverBackground#026EC1
  • button.secondaryBackground#00000000
  • button.secondaryForeground#CCCCCC
  • button.secondaryHoverBackground#2B2B2B
  • chat.editedFileForeground#E2C08D
  • chat.slashCommandBackground#26477866
  • chat.slashCommandForeground#85B6FF
  • checkbox.background#313131
  • checkbox.border#3C3C3C
  • debugToolBar.background#181818
  • descriptionForeground#9D9D9D
  • dropdown.background#313131
  • dropdown.border#3C3C3C
  • dropdown.foreground#CCCCCC
  • dropdown.listBackground#1F1F1F
  • editor.background#1F1F1F
  • editor.findMatchBackground#9E6A03
  • editor.foreground#CCCCCC
  • editorGroup.border#FFFFFF17
  • editorGroupHeader.tabsBackground#181818
  • editorGroupHeader.tabsBorder#2B2B2B
  • editorGutter.addedBackground#2EA043
  • editorGutter.deletedBackground#F85149
  • editorGutter.modifiedBackground#0078D4
  • editorLineNumber.activeForeground#CCCCCC
  • editorLineNumber.foreground#6E7681
  • editorOverviewRuler.border#010409
  • editorWidget.background#202020
  • errorForeground#F85149
  • focusBorder#0078D4
  • foreground#CCCCCC
  • icon.foreground#CCCCCC
  • input.background#313131
  • input.border#3C3C3C
  • input.foreground#CCCCCC
  • input.placeholderForeground#989898
  • inputOption.activeBackground#2489DB82
  • inputOption.activeBorder#2488DB
  • keybindingLabel.foreground#CCCCCC
  • menu.background#1F1F1F
  • menu.selectionBackground#0078d4
  • notificationCenterHeader.background#1F1F1F
  • notificationCenterHeader.foreground#CCCCCC
  • notifications.background#1F1F1F
  • notifications.border#2B2B2B
  • notifications.foreground#CCCCCC
  • panel.background#181818
  • panel.border#2B2B2B
  • panelInput.border#2B2B2B
  • panelTitle.activeBorder#0078D4
  • panelTitle.activeForeground#CCCCCC
  • panelTitle.inactiveForeground#9D9D9D
  • peekViewEditor.background#1F1F1F
  • peekViewEditor.matchHighlightBackground#BB800966
  • peekViewResult.background#1F1F1F
  • peekViewResult.matchHighlightBackground#BB800966
  • pickerGroup.border#3C3C3C
  • progressBar.background#0078D4
  • quickInput.background#222222
  • quickInput.foreground#CCCCCC
  • settings.dropdownBackground#313131
  • settings.dropdownBorder#3C3C3C
  • settings.headerForeground#FFFFFF
  • settings.modifiedItemIndicator#BB800966
  • sideBar.background#181818
  • sideBar.border#2B2B2B
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#181818
  • sideBarSectionHeader.border#2B2B2B
  • sideBarSectionHeader.foreground#CCCCCC
  • sideBarTitle.foreground#CCCCCC
  • statusBar.background#181818
  • statusBar.border#2B2B2B
  • statusBar.debuggingBackground#0078D4
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.focusBorder#0078D4
  • statusBar.foreground#CCCCCC
  • statusBar.noFolderBackground#1F1F1F
  • statusBarItem.focusBorder#0078D4
  • statusBarItem.hoverBackground#F1F1F133
  • statusBarItem.hoverForeground#FFFFFF
  • statusBarItem.prominentBackground#6E768166
  • statusBarItem.remoteBackground#0078D4
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#1F1F1F
  • tab.activeBorder#1F1F1F
  • tab.activeBorderTop#0078D4
  • tab.activeForeground#FFFFFF
  • tab.border#2B2B2B
  • tab.hoverBackground#1F1F1F
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#9D9D9D
  • tab.selectedBorderTop#6caddf
  • tab.unfocusedActiveBorder#1F1F1F
  • tab.unfocusedActiveBorderTop#2B2B2B
  • tab.unfocusedHoverBackground#1F1F1F
  • terminal.foreground#CCCCCC
  • terminal.tab.activeBorder#0078D4
  • textBlockQuote.background#2B2B2B
  • textBlockQuote.border#616161
  • textCodeBlock.background#2B2B2B
  • textLink.activeForeground#4daafc
  • textLink.foreground#4daafc
  • textPreformat.background#3C3C3C
  • textPreformat.foreground#D0D0D0
  • textSeparator.foreground#21262D
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#CCCCCC
  • titleBar.border#2B2B2B
  • titleBar.inactiveBackground#1F1F1F
  • titleBar.inactiveForeground#9D9D9D
  • welcomePage.progress.foreground#0078D4
  • welcomePage.tileBackground#2B2B2B
  • widget.border#313131

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source, text#D4D4D4
comment, punctuation.definition.comment#699856
comment.block.documentation, comment.line.documentation#6A9955
storage.type.class.doxygen, storage.type.class.doxygen.cpp, comment.block.documentation storage.type.class.doxygen, comment.block.documentation.cpp storage.type.class.doxygen.cpp#7FBFB3
storage.type.class.jsdoc, entity.name.type.instance.jsdoc, comment.block.documentation keyword#569CD5
keyword, storage.type, storage.modifier#499CD5
source.cpp keyword.control#D8A0DF
keyword.operator, keyword.operator.logical, keyword.operator.assignment, keyword.operator.logical.cs, keyword.operator.assignment.cs#D4D4D4
keyword.operator.wordlike.cpp, keyword.operator.new.cpp, keyword.operator.delete.cpp, keyword.operator.cast.static_cast.cpp, keyword.operator.cast.dynamic_cast.cpp, keyword.operator.cast.const_cast.cpp, keyword.operator.cast.reinterpret_cast.cpp#499CD5
string, string.quoted, string.template#CD9069
constant.character.escape, string.regexp punctuation.definition.character-class#D7BA7D
constant.numeric, constant.language.number#B4CDA8
constant.language, constant.character, support.constant#569CD6
meta.definition.variable name#D4D4D4
variable.parameter, meta.parameter#F49292
variable.language, variable.language.this, variable.language.self#569CD5
variable.other.global, variable.other.readwrite.global#AFDC50
variable.other.constant, meta.object-literal.key, entity.name.constant#FFC66D
entity.name.function, support.function#DCDCAA
meta.function-call, variable.function, entity.name.function.member#DBDBAA
entity.name.type, entity.name.class, support.class, support.type#4EC8B0
entity.name.interface#3D8F7F
entity.name.type.parameter, entity.name.type.type-parameter#39C8B0
meta.annotation, entity.name.function.decorator, entity.name.tag.decorator#39C8B0
entity.name.tag, meta.tag.sgml, punctuation.definition.tag#569CD6
entity.other.attribute-name, support.type.property-name.css#9CDCFE
variable.other.property.cs, variable.other.readwrite.property.cs, entity.name.variable.property.cs#B3A3D7
variable.other.property.static.cs, variable.other.readwrite.static.property.cs, entity.name.variable.static.property.cs#B3A3D7bold
variable.other.field.cs, variable.other.readwrite.field.cs, entity.name.variable.field.cs#D4D4D4
variable.other.field.static.cs, variable.other.readwrite.static.cs#D4D4D4bold
variable.other.constant.cs, variable.other.constant.static.cs, entity.name.variable.constant.cs#FFC66Dbold
variable.other.enummember#FFC66D
entity.name.variable.local.cs, variable.other.local.cs, variable.other.readwrite.local.cs, variable.other.local#94DBFD
string.regexp, constant.regexp#D16969bold
invalid, invalid.illegal#F44747
markup.heading, markup.heading.markdown#499CD5
markup.quote, markup.quote.markdown#699856
markup.inline.raw, markup.raw.block, fenced_code.block.language#CD905B
string.other.link, markup.underline.link#569CD6underline
entity.name.tag.localname.cs, entity.name.tag.cs, meta.tag.cs, comment.block.documentation punctuation.definition.tag, punctuation.definition.tag, comment.documentation.delimiter, comment.documentation.delimiter.cs, punctuation.definition.comment#4C5C4C
entity.other.attribute-name.localname.cs, entity.other.attribute-name.cs, comment.block.documentation.cs entity.other.attribute-name, comment.block.documentation entity.other.attribute-name, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs, string.quoted.double.cs, comment.block.documentation string.quoted.double#4C5C4C
keyword.preprocessor, meta.preprocessor, meta.preprocessor.cs, entity.name.function.preprocessor, punctuation.definition.preprocessor#EC87EC
entity.name.variable.preprocessor.symbol.cs#D4D4D4
DX Dark Color Theme by daixian - VS Code Theme