Skip to main content
CodingTheme

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#FFDD99
  • activityBar.foreground#202020
  • activityBarBadge.background#CC3366
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FFDD99
  • button.background#FFDD99
  • debugToolBar.background#FFDD99
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#FFE6B3
  • dropdown.border#00000010
  • dropdown.foreground#202020
  • editor.background#FFEECC
  • editor.findMatchBackground#00000008
  • editor.findMatchBorder#00000008
  • editor.findMatchHighlightBackground#00000008
  • editor.foreground#292429
  • editor.lineHighlightBackground#00000008
  • editor.selectionBackground#00000018
  • editor.selectionHighlightBackground#00000008
  • editor.selectionHighlightBorder#00000008
  • editor.wordHighlightBackground#00000008
  • editor.wordHighlightBorder#00000008
  • editor.wordHighlightStrongBackground#00000008
  • editor.wordHighlightStrongBorder#00000008
  • editorActiveLineNumber.foreground#664D33
  • editorBracketMatch.background#00000018
  • editorBracketMatch.border#00000008
  • editorCursor.foreground#202020
  • editorError.foreground#202020
  • editorGroup.background#FFDD99
  • editorGroup.border#FFDD99
  • editorGroupHeader.tabsBackground#FFDD99
  • editorHoverWidget.background#FFE6B3
  • editorHoverWidget.border#00000018
  • editorIndentGuide.activeBackground#00000020
  • editorIndentGuide.background#00000010
  • editorLineNumber.foreground#886644
  • editorRuler.foreground#00000008
  • editorSuggestWidget.background#FFDD99
  • editorSuggestWidget.border#00000010
  • editorSuggestWidget.selectedBackground#AA8055
  • editorWhitespace.foreground#101010
  • editorWidget.background#FFDD99
  • editorWidget.shadow#00000020
  • focusBorder#00000008
  • foreground#202020
  • input.background#FFE6B3
  • input.border#00000010
  • input.foreground#202020
  • list.activeSelectionBackground#00000018
  • list.activeSelectionForeground#202020
  • list.focusBackground#FFDD99
  • list.highlightForeground#202020
  • list.hoverBackground#00000008
  • list.inactiveSelectionBackground#00000010
  • list.inactiveSelectionForeground#202020
  • peekView.border#00000010
  • peekViewEditor.background#FFF7E5
  • peekViewResult.background#FFF7E5
  • peekViewTitle.background#FFF7E5
  • scrollbarSlider.activeBackground#00000028
  • scrollbarSlider.background#00000018
  • scrollbarSlider.hoverBackground#00000020
  • sideBar.background#FFE6B3
  • sideBar.foreground#292429
  • sideBarSectionHeader.background#FFDD99
  • sideBarSectionHeader.foreground#202020
  • statusBar.background#FFDD99
  • statusBar.debuggingBackground#CC3366
  • statusBar.debuggingBorder#CC3366
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#271B0C
  • statusBar.noFolderBackground#21252b
  • statusBarItem.hoverBackground#AA8055
  • tab.activeBackground#FFE6B3
  • tab.border#00000010
  • tab.hoverBackground#FFE6B3
  • tab.inactiveBackground#FFDD99
  • tab.inactiveForeground#101010
  • tab.unfocusedHoverBackground#FFE6B3
  • widget.shadow#00000020

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#202020
emphasisitalic
strongbold
header#000080
comment#AAAAAA
constant.language#CC3366
constant.numeric#0066CC
constant.regexp#0066CC
entity.name.tag#CC3366
entity.name.tag.css#CC3366
entity.other.attribute-name#333399
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.attribute.scss, entity.other.attribute-name.scss#CC3366
invalid#FF3333
markup.underlineunderline
markup.bold#CC3366bold
markup.heading#CC3366bold
markup.italicitalic
markup.inserted#0066CC
markup.deleted#0066CC
markup.changed#CC3366
beginning.punctuation.definition.quote.markdown#AAAAAA
beginning.punctuation.definition.list.markdown#66CC99
markup.inline.raw#0066CC
meta.selector#999966
punctuation.definition.tag#202020
meta.preprocessor#CC3366
meta.preprocessor.string#0066CC
meta.preprocessor.numeric#0066CC
meta.structure.dictionary.key.python#333399
meta.diff.header#CC3366
storage#CC3366
storage.type#CC3366
storage.modifier#CC3366
string#0066CC
string.tag#0066CC
string.value#0066CC
string.regexp#0066CC
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#CC3366
meta.template.expression#202020
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#333399
keyword#CC3366
keyword.control#CC3366
keyword.operator#202020
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.instanceof, keyword.operator.logical.python#CC3366
keyword.other.unit#0066CC
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#CC3366
support.function.git-rebase#333399
constant.sha.git-rebase#0066CC
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#202020
variable.language#CC3366
entity.name.function, support.function, support.constant.handlebars#993300
meta.return-type, support.class, support.type, entity.name.type, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#339999
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#339999
keyword.control#CC3366
variable, meta.definition.variable.name, support.variable, entity.name.variable#333399
meta.object-literal.key#333399
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#0066CC
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#0066CC
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#0066CC
keyword.operator.or.regexp, keyword.control.anchor.regexp#0066CC
keyword.operator.quantifier.regexp#0066CC
constant.character#CC3366
constant.character.escape#0066CC
token.info-token#66CC99
token.warn-token#FF3333
token.error-token#FF3333
token.debug-token#CC66CC
variable#202020
entity.name.variable#202020

Shiki preview

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

Loading...

Ra Summer by Rahman Yerli - VS Code Theme