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#333333
  • activityBar.dropBackground#CC783280
  • activityBarBadge.background#CC7832
  • debugToolBar.background#333333
  • diffEditor.insertedTextBackground#53975a25
  • diffEditor.removedTextBackground#90333225
  • dropdown.background#444444
  • editor.background#2B2B2B
  • editor.foreground#A9B7C6
  • editor.inactiveSelectionBackground#3a3d41
  • editor.lineHighlightBackground#323232
  • editor.lineHighlightBorder#FFFFFF1a
  • editor.rangeHighlightBackground#FFFFFF0d
  • editor.selectionBackground#A9B7C620
  • editorError.foreground#903332
  • editorGroup.dropBackground#CC783280
  • editorGroupHeader.tabsBackground#292929
  • editorHoverWidget.background#292929
  • editorIndentGuide.background#404040
  • editorInfo.foreground#53975a
  • editorLineNumber.foreground#FFFFFF4d
  • editorMarkerNavigation.background#292929
  • editorWarning.foreground#797234
  • editorWidget.background#292929
  • extensionButton.prominentBackground#927AC0AA
  • extensionButton.prominentHoverBackground#725AA0
  • focusBorder#CC7832
  • foreground#A9B7C6
  • input.background#444444
  • inputOption.activeBorder#CC7832
  • list.activeSelectionBackground#CC783240
  • list.dropBackground#CC783240
  • list.focusBackground#CC783240
  • list.highlightForeground#DFA97C
  • list.hoverBackground#FFFFFF1a
  • list.inactiveSelectionBackground#FFFFFF33
  • panel.background#292929
  • panel.border#FFFFFF1a
  • panelTitle.activeBorder#A9B7C680
  • panelTitle.inactiveForeground#A9B7C680
  • peekView.border#CC7832
  • peekViewEditor.background#222222
  • peekViewResult.background#292929
  • peekViewTitle.background#2B2B2B
  • pickerGroup.border#FFFFFF1a
  • sideBar.background#252526
  • sideBarSectionHeader.background#333333
  • statusBar.background#222222
  • statusBar.debuggingBackground#CC7832
  • statusBar.noFolderBackground#222222
  • statusBarItem.activeBackground#CC783280
  • statusBarItem.hoverBackground#FFFFFF1a
  • tab.border#00000033
  • tab.inactiveBackground#333333
  • textLink.activeForeground#DFA97C
  • textLink.foreground#CC7832
  • titleBar.activeBackground#222222
  • welcomePage.buttonBackground#252526

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
Global settings#A9B7C6
string#698151
constant.language.boolean#DFA97C
constant.numeric#6897BB
variable, support.variable, support.class, support.constant, meta.definition.variable entity.name.function#A9B7C6
keyword, modifier, variable.language.this, support.type.object, constant.language#CC7832
entity.name.function, support.function#A9B7C6
storage.type, storage.modifier#CC7832
support.module, support.node#A9B7C6italic
support.type#927AC0
entity.name.type, entity.other.inherited-class#927AC0
comment#535353italic
template.expression.begin, template.expression.end#CC7832
entity.name.tag.yaml#927AC0
meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json#927AC0
constant.language.json#CC7832
entity.other.attribute-name.class#927AC0
entity.other.attribute-name.id#DFA97C
source.css entity.name.tag#A9B7C6
meta.tag, punctuation.definition.tag#CC7832
entity.name.tag#A9B7C6
entity.other.attribute-name#A9B7C6
markup.heading#CC7832
text.html.markdown meta.link.inline, meta.link.reference#A9B7C6
text.html.markdown markup.quote#c0c0c0
text.html.markdown beginning.punctuation.definition.list#CC7832
markup.italic#A9B7C6italic
markup.bold#A9B7C6bold
markup.bold markup.italic, markup.italic markup.bold#A9B7C6italic bold
keyword.other.definition.ini#A9B7C6
entity.name.section.group-title.ini#CC7832
source.cs meta.class.identifier storage.type#CC7832underline
source.cs meta.method.identifier entity.name.function#CC7832
source.cs meta.method-call meta.method, source.cs entity.name.function#A9B7C6
source.cs storage.type#927AC0
source.cs meta.method.return-type#927AC0
source.cs meta.preprocessor#535353
source.cs entity.name.type.namespace#A9B7C6
Global settings#A9B7C6
comment#535353
keyword, storage.modifier, constant.language, storage.type.class, storage.type.function, support.other.escape.special.regexp, support.other.match.any.regexp, storage.type.string.python, constant.character.escape#CC7832
keyword.operator, support.other.match.begin.regexp, support.other.match.end.regexp, storage.modifier.flag.regexp, entity.name.tag.named.group.regexp, punctuation.parenthesis.named.begin.regexp, punctuation.parenthesis.named.end.regexp, entity.name.tag.named.backreference.regexp#DFA97C
entity.other.inherited-class.python, constant.character.set.regexp, constant.character.escape.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp#927AC0
keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.begin.regexp, keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp, keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.begin.regexp, keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp, keyword.operator.lookbehind.regexp, keyword.operator.lookahead.regexp#33774A
keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.negative.end.regexp, keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.negative.end.regexp, keyword.operator.lookbehind.negative.regexp, keyword.operator.lookahead.negative.regexp#97535A
punctuation.parenthesis.non-capturing.begin.regexp, punctuation.parenthesis.non-capturing.end.regexp, punctuation.parenthesis.non-capturing.begin.regexp, punctuation.parenthesis.non-capturing.end.regexp#777777
constant.numeric.dec, constant.numeric.hex, constant.numeric.bin, constant.numeric.oct, constant.numeric.float#6897BB
invalid#F44747
meta.class.inheritance#D4D4D4
string, string storage.type.string, string.quoted.docstring.multi, string.quoted.docstring.multi storage.type.string, string.regexp.quoted.multi.python, string.regexp.quoted.single.python#698151
entity.name.function.decorator, support.type#927AC0
variable.parameter, comment.typehint.punctuation.notation.python#A9B7C6
variable.parameter.function.language.special#927AC0
variable.parameter.function-call.python#C0B0E6
keyword.operator.expression, keyword.operator.sizeof, keyword.operator.logical.python#CC7832
support.function.magic#DFA97C
support.function.builtin#927AC0
variable.language.special#927AC0
variable.language#CC7832
entity.name.function, support.function
entity.name.class, entity.name.type#A9B7C6
keyword.control#CC7832
support.variable#A9B7C6
variable#927AC0
constant.other.caps#927AC0
support.type.exception.python#C56764
comment.typehint#44727B
comment.typehint.variable#578C96
comment.typehint.ignore#7E6461
comment.typehint.type#927AC0

Shiki preview

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

Loading...

Darcula python - Coding Theme