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#39ADB5
  • activityBar.background#E9E2D8
  • activityBar.border#D4C4A8
  • activityBar.foreground#546E7A
  • activityBarBadge.background#39ADB5
  • button.background#39ADB5
  • button.foreground#FFFFFF
  • button.hoverBackground#2E9AA1
  • debugExceptionWidget.background#FFF8ED
  • debugExceptionWidget.border#D4C4A8
  • editor.background#FFF8ED
  • editor.foreground#546E7A
  • editor.lineHighlightBackground#ECF0F1
  • editor.selectionBackground#E7C496
  • editorCursor.foreground#272727
  • editorGroupHeader.noTabsBackground#F6EDDA
  • editorGroupHeader.tabsBackground#F6EDDA
  • editorGroupHeader.tabsBorder#E8DEC8
  • editorHoverWidget.background#FFF8ED
  • editorHoverWidget.border#D4C4A8
  • editorHoverWidget.foreground#546E7A
  • editorHoverWidget.highlightForeground#39ADB5
  • editorHoverWidget.statusBarBackground#F6EDDA
  • editorIndentGuide.activeBackground#53C7F0
  • editorIndentGuide.background#B8B6A5
  • editorLineNumber.activeForeground#888477
  • editorLineNumber.foreground#888477
  • editorMarkerNavigation.background#FFF8ED
  • editorMarkerNavigationError.background#F76D4720
  • editorMarkerNavigationInfo.background#39ADB520
  • editorMarkerNavigationWarning.background#E2931D20
  • editorSuggestWidget.background#FFF8ED
  • editorSuggestWidget.border#D4C4A8
  • editorSuggestWidget.focusHighlightForeground#39ADB5
  • editorSuggestWidget.foreground#546E7A
  • editorSuggestWidget.highlightForeground#39ADB5
  • editorSuggestWidget.selectedBackground#E7C496
  • editorSuggestWidget.selectedForeground#272727
  • editorSuggestWidget.selectedIconForeground#272727
  • editorWhitespace.foreground#E7EAEC
  • editorWidget.background#FFF8ED
  • editorWidget.border#D4C4A8
  • editorWidget.foreground#546E7A
  • editorWidget.resizeBorder#53C7F0
  • list.activeSelectionBackground#E7C496
  • list.activeSelectionForeground#272727
  • list.hoverBackground#FEF8EC
  • list.inactiveSelectionBackground#F6D7B0
  • notificationLink.foreground#39ADB5
  • notifications.background#FFF8ED
  • notifications.border#D4C4A8
  • notifications.foreground#546E7A
  • notificationsErrorIcon.foreground#F76D47
  • notificationsInfoIcon.foreground#39ADB5
  • notificationsWarningIcon.foreground#E2931D
  • peekView.border#D4C4A8
  • peekViewEditor.background#FFF8ED
  • peekViewEditor.matchHighlightBackground#E7C49680
  • peekViewResult.background#F6EDDA
  • peekViewResult.fileForeground#546E7A
  • peekViewResult.lineForeground#888477
  • peekViewResult.matchHighlightBackground#E7C49680
  • peekViewResult.selectionBackground#E7C496
  • peekViewResult.selectionForeground#272727
  • peekViewTitle.background#F6EDDA
  • peekViewTitleDescription.foreground#888477
  • peekViewTitleLabel.foreground#546E7A
  • scrollbarSlider.activeBackground#53C7F0
  • scrollbarSlider.background#53C7F080
  • scrollbarSlider.hoverBackground#53C7F0
  • sideBar.background#F6EDDA
  • sideBar.foreground#546E7A
  • statusBar.background#F6EDDA
  • statusBar.foreground#546E7A
  • statusBar.noFolderBackground#39ADB5
  • statusBar.noFolderForeground#FFFFFF
  • tab.activeBackground#FFF8ED
  • tab.activeBorder#53C7F0
  • tab.activeForeground#272727
  • tab.border#E8DEC8
  • tab.hoverBackground#FFF8ED
  • tab.inactiveBackground#F6EDDA
  • tab.inactiveForeground#888477
  • terminal.ansiBlack#272727
  • terminal.ansiBlue#6182B8
  • terminal.ansiCyan#39ADB5
  • terminal.ansiGreen#91B859
  • terminal.ansiMagenta#945EB8
  • terminal.ansiRed#F76D47
  • terminal.ansiWhite#F8F8F0
  • terminal.ansiYellow#E2931D
  • terminal.background#FFF8ED
  • terminal.foreground#546E7A
  • titleBar.activeBackground#E9E2D8
  • titleBar.activeForeground#546E7A
  • titleBar.border#D4C4A8
  • titleBar.inactiveBackground#EDE6DC
  • titleBar.inactiveForeground#888477

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#888477italic
keyword, storage.type, storage.modifier#945EB8italic
keyword.control.import.python, keyword.control.from.python, keyword.control.as.python, keyword.control.flow.python, keyword.control.conditional.python, keyword.control.loop.python, keyword.control.exception.python, keyword.control.return.python, keyword.control.async.python, keyword.control.await.python, keyword.operator.logical.python, keyword.operator.wordlike.python, keyword.operator.expression.is.python, keyword.operator.expression.not.python#39ADB5italic
keyword.argument.python, variable.parameter.function-call.python, meta.function-call.arguments.python variable.parameter.python, meta.function-call.python variable.parameter.python#945EB8
string, punctuation.definition.string#91B859
constant.numeric#F76D47
entity.name.function, meta.function-call#6182B8
entity.name.class, entity.name.type, support.class, support.type, support.type.exception.python, support.class.exception.python, meta.typehint.python support.class, meta.typehint.python support.type, meta.annotation.python support.class, meta.annotation.python support.type#E2931D
variable#272727
variable.parameter, entity.name.variable.parameter#F76D47
variable.language.special.self.python, variable.parameter.function.language.special.self.python, variable.language.special.cls.python#E53935italic
keyword.operator, punctuation#39ADB5
entity.name.tag#E53935
entity.other.attribute-name, meta.attribute#F76D47
support.function, support.function.builtin, support.function.magic.python, support.function.builtin.python#6182B8italic
support.constant#F76D47
markup.heading.1.markdown, punctuation.definition.heading.markdown#C77A1Abold
entity.name.section.markdown#C77A1Abold
markup.heading.2.markdown#E2931Dbold
markup.heading.3.markdown#F7A84Abold
markup.heading.4.markdown, markup.heading.5.markdown, markup.heading.6.markdown#F76D47bold
markup.bold.markdown#272727bold
markup.italic.markdown#E2931Ditalic
markup.bold_italic.markdown#C77A1Abold italic
markup.inline.raw.string.markdown, markup.raw.inline.markdown#F76D47
fenced_code.block.language.markdown#888477italic
punctuation.definition.list.begin.markdown, beginning.punctuation.definition.list.markdown#39ADB5bold
markup.list.unnumbered.markdown#6E8796
markup.list.numbered.markdown#6E8796
string.other.link.title.markdown#6182B8
markup.underline.link.markdown, markup.underline.link.image.markdown#39ADB5
markup.quote.markdown#888477italic
meta.separator.markdown#D4C4A8
punctuation.definition.raw.markdown, markup.fenced_code.block.markdown#888477
keyword.other.special-method.dockerfile, keyword.control.onbuild.dockerfile, keyword.other.special-method.from.dockerfile, keyword.other.special-method.as.dockerfile#945EB8italic
entity.name.image.dockerfile#E2931Dunderline
entity.name.image.stage.dockerfile#E2931D
constant.numeric.version.dockerfile, constant.constant.language.symbol.digest.dockerfile#F76D47
variable.other.dockerfile, punctuation.definition.variable.dockerfile, variable.other.env.dockerfile, variable.other.arg.dockerfile#F7A84A
string.quoted.single.dockerfile, string.quoted.double.dockerfile#91B859
entity.name.command.shell.dockerfile#39ADB5italic
variable.other.normal.shell.dockerfile, variable.other.readwrite.shell.dockerfile, variable.other.bracket.shell.dockerfile, variable.other.special.shell.dockerfile, variable.other.positional.shell.dockerfile, variable.other.assignment.shell.dockerfile, punctuation.definition.variable.shell.dockerfile#F7A84A
keyword.operator.logical.shell.dockerfile, punctuation.separator.statement.and.shell.dockerfile, punctuation.separator.statement.or.shell.dockerfile#945EB8bold
constant.other.option.shell.dockerfile, constant.other.option.dash.shell.dockerfile, string.unquoted.argument.shell.dockerfile constant.other.option.shell.dockerfile#6182B8
string.unquoted.argument.shell.dockerfile#546E7A
string.quoted.double.shell.dockerfile#91B859
string.quoted.single.shell.dockerfile#91B859
markup.underline.link.shell.dockerfile, string.other.link.shell.dockerfile#39ADB5underline
comment.line.number-sign.shell.dockerfile, punctuation.definition.comment.shell.dockerfile#888477italic
constant.numeric.integer.shell.dockerfile, constant.numeric.hex.shell.dockerfile, constant.numeric.octal.shell.dockerfile#F76D47
constant.language.true.shell.dockerfile, constant.language.false.shell.dockerfile#F76D47
keyword.operator.pipe.shell.dockerfile#945EB8
keyword.operator.redirect.shell.dockerfile#39ADB5
constant.character.escape.shell.dockerfile, constant.character.escaped.dockerfile#F76D47
punctuation.terminator.statement.semicolon.shell.dockerfile#39ADB5
punctuation.separator.version.dockerfile#888477
Material Sandy Beach Theme by lemon_cn - VS Code Theme