Skip to main content
Coding Theme

Xcode Default Theme

Publisher: smockleThemes in package: 4

Brings the colors of the Xcode 'Default (Dark)' and 'Default (Light)' themes to Visual Studio Code

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.background#1C1D20
  • activityBar.border#16171A
  • activityBar.foreground#DFDFE0
  • activityBarBadge.background#DFDFE0
  • activityBarBadge.foreground#1C1D20
  • badge.foreground#1C1D20
  • button.background#3C93FD
  • editor.background#292A30
  • editor.lineHighlightBackground#2F3239
  • editor.selectionBackground#3D4752
  • editorGroup.border#16171A
  • editorGroupHeader.tabsBackground#252629
  • editorGroupHeader.tabsBorder#16171A
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#747478
  • editorWidget.background#252629
  • editorWidget.border#16171A
  • editorWidget.resizeBorder#16171A
  • focusBorder#82ADF3
  • foreground#FFFFFF
  • input.background#252629
  • input.border#16171A
  • input.placeholderForeground#8A8C8D
  • list.activeSelectionBackground#3C93FD
  • list.focusBackground#3C93FD
  • list.focusForeground#000000
  • list.highlightForeground#FFFFFF
  • list.hoverBackground#252629
  • list.inactiveSelectionBackground#515253
  • notificationCenter.border#16171A
  • notifications.border#16171A
  • panel.border#16171A
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#FFFFFF
  • scrollbar.shadow#00000000
  • selection.background#B3D7FF
  • sideBar.background#252629
  • sideBar.border#16171A
  • sideBarSectionHeader.background#252629
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#252629
  • statusBar.border#16171A
  • statusBar.debuggingBackground#252629
  • statusBar.foreground#A6A7A8
  • statusBar.noFolderBackground#252629
  • tab.activeBorder#292A30
  • tab.activeForeground#FFFFFF
  • tab.border#16171A
  • tab.inactiveBackground#252629
  • tab.inactiveForeground#A6A7A8
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0001B2
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#0001B2
  • terminal.ansiBrightCyan#01A6B2
  • terminal.ansiBrightGreen#00A600
  • terminal.ansiBrightMagenta#B301B2
  • terminal.ansiBrightRed#990001
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#999900
  • terminal.ansiCyan#01A6B2
  • terminal.ansiGreen#00A600
  • terminal.ansiMagenta#B301B2
  • terminal.ansiRed#990001
  • terminal.ansiWhite#BFBFBF
  • terminal.ansiYellow#999900
  • widget.shadow#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source#ffffff
new.expr entity.name#8AD1C3
comment, comment storage.type#7F8C99italic
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, support.function.calc.css, support.function.calc.scss, support.type.property-name.css, support.type.property-name.scss, support.type.vendored.property-name.css, support.type.vendored.property-name.scss, meta.property-value.css support.constant, meta.property-value.scss support.constant, meta.property-value.css support.constant.property-value, meta.property-value.scss support.constant.property-value, support.function.transform.css, support.function.transform.scss#FC5FA3
meta.decorator, meta.decorator punctuation.decorator, meta.decorator variable.other.readwrite, meta.decorator meta.function-call entity.name.function#FD8F3F
meta.tag.sgml.html#BFBFBF
entity.name.function, support.function#FF816F
meta.property-list meta.property-name, support.type.property-name, support.type.map.key, entity.name.tag.yaml#FF816F
keyword.control, keyword.declaration, keyword.expressions-and-types, keyword.operator.new, keyword.reserved, keyword.statement, storage.type, storage.modifier, constant.language, variable.language.super, variable.language.this, text.html entity.name.tag, meta.tag entity.name.tag, meta.tag support.class, string.regexp keyword.other#FF7AB2bold
storage.type.function.arrow, meta.template.expression punctuation, punctuation.separator.key-value, meta.object-literal.key meta.brace.square, meta.template.expression keyword.operator, keyword.operator.or.regexp, keyword.operator.quantifier, punctuation.definition.group.regexp, punctuation.definition.character-class#ffffff
meta.tag entity.other.attribute-name, constant.character.escape.backslash#FFC799
constant.numeric, keyword.other.unit, constant.other.color#A79DF8
string, variable.parameter.url.scss, markup.heading.markdown, beginning.punctuation.definition.list.markdown, meta.template.expression meta.embedded punctuation.definition.string.begin, meta.template.expression meta.embedded punctuation.definition.string.end#FC6A5D
meta.type, meta.return.type, entity.name.type, support.type.primitive#8AD1C3
meta.objectliteral variable.other.object, entity.name.type.module, entity.other.inherited-class, variable.scss, variable.other.bracket.shell, entity.name.function.scss#91D462
keyword.control.at-rule, meta.import variable.other.readwrite, meta.definition.variable variable.other.readwrite, meta.definition.variable variable.other.constant, meta.template.expression variable.other.readwrite, meta.template.expression variable.other.constant, support.constant.property-value#ffffff
variable.other.property, variable.other.object.property, support.variable.property#8AD1C3

Shiki preview

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

Loading...