Skip to main content
Coding Theme

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#000000
  • activityBar.border#000000
  • activityBar.foreground#F8F9FA
  • activityBar.inactiveForeground#8C96A073
  • diffEditor.diagonalFill#8C96A040
  • diffEditor.insertedLineBackground#98C37910
  • diffEditor.insertedTextBackground#98C3791A
  • diffEditor.removedLineBackground#E06C7510
  • diffEditor.removedTextBackground#E06C751A
  • editor.background#000000
  • editor.findMatchBackground#E5C07B80
  • editor.findMatchHighlightBackground#E5C07B30
  • editor.findRangeHighlightBackground#E5C07B1A
  • editor.foreground#E9ECEF
  • editor.inactiveSelectionBackground#33333380
  • editor.lineHighlightBackground#111111
  • editor.selectionBackground#333333
  • editor.selectionHighlightBackground#333333A0
  • editor.wordHighlightBackground#333333A0
  • editor.wordHighlightStrongBackground#F8F9FA30
  • editorBracketMatch.background#F8F9FA40
  • editorBracketMatch.border#F8F9FAA0
  • editorCursor.foreground#F8F9FA
  • editorGroupHeader.tabsBackground#000000
  • editorIndentGuide.activeBackground#8C96A090
  • editorIndentGuide.background#8C96A040
  • editorLineNumber.activeForeground#E9ECEF
  • editorLineNumber.foreground#8C96A090
  • editorWhitespace.foreground#8C96A060
  • focusBorder#F8F9FA40
  • foreground#E9ECEF
  • gitDecoration.addedResourceForeground#98C379
  • gitDecoration.conflictingResourceForeground#93C5FD
  • gitDecoration.deletedResourceForeground#E06C75
  • gitDecoration.ignoredResourceForeground#8C96A0B3
  • gitDecoration.modifiedResourceForeground#F8F9FA
  • gitDecoration.untrackedResourceForeground#56B6C2
  • list.deemphasizedForeground#8C96A0B3
  • panel.background#000000
  • sideBar.background#000000
  • sideBar.border#000000
  • sideBar.foreground#E9ECEF
  • sideBarSectionHeader.background#000000
  • statusBar.background#000000
  • statusBar.border#000000
  • statusBar.debuggingBackground#E5C07B40
  • statusBar.foreground#E9ECEF
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#000000
  • tab.inactiveBackground#000000
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#F8F9FA
  • terminal.ansiBrightBlack#8C96A0
  • terminal.ansiBrightBlue#F8F9FA
  • terminal.ansiBrightCyan#56B6C2
  • terminal.ansiBrightGreen#98C379
  • terminal.ansiBrightMagenta#93C5FD
  • terminal.ansiBrightRed#E06C75
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E5C07B
  • terminal.ansiCyan#56B6C2
  • terminal.ansiGreen#98C379
  • terminal.ansiMagenta#93C5FD
  • terminal.ansiRed#E06C75
  • terminal.ansiWhite#E9ECEF
  • terminal.ansiYellow#E5C07B
  • terminal.background#000000
  • terminal.foreground#E9ECEF
  • widget.shadow#00000080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8C96A0italic
comment.keyword.todo, comment.line.todo#D19A66bold
comment.keyword.fixme, comment.line.fixme#E06C75bold underline
comment.keyword.note, comment.line.note#61AFEFbold
comment.keyword.warning, comment.line.warning#E5C07Bbold
comment.keyword.hack, comment.line.hack#C678DDbold
punctuation, meta.brace, meta.delimiter#ABB2BFD9
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical, keyword.operator.comparison#ABB2BFD9
keyword, storage, storage.type#ADB5BD
keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.trycatch, keyword.control.return#ADB5BDbold
keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as#ADB5BDitalic
entity.name.function, meta.function-call, support.function#F8F9FA
variable.function, meta.function-call.generic#F8F9FA
entity.name.type, entity.name.class, support.class, entity.name.type.class, entity.name.type.struct, entity.name.type.enum#93C5FD
entity.name.type.interface, entity.name.type.trait#93C5FDitalic
support.type.primitive, support.type.builtin, storage.type.numeric.go, storage.type.boolean.go, storage.type.string.go#56B6C2
variable, variable.other.readwrite, variable.other.object#E9ECEF
variable.parameter, meta.parameter#56B6C2italic
variable.language, variable.parameter.function.language.special.self, variable.parameter.function.language.special.cls#ADB5BDitalic
variable.other.property, meta.object-literal.key, support.type.property-name#E9ECEF
string, string.quoted, string.template#D4A373
constant.character.escape, constant.other.placeholder#ADB5BDbold
constant.numeric, keyword.other.unit#D19A66
constant.language, constant.language.boolean, constant.language.null, constant.language.undefined#D19A66bold
variable.other.constant, entity.name.constant#E5C07Bbold
entity.name.tag, entity.name.tag.html, entity.name.tag.xml, entity.name.tag.js, entity.name.tag.jsx, entity.name.tag.tsx#ADB5BD
support.class.component, entity.name.tag.custom#93C5FDbold
entity.other.attribute-name, entity.other.attribute-name.html, entity.other.attribute-name.jsx, entity.other.attribute-name.tsx#CED4DAitalic
punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end#ABB2BFD9
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less#CED4DA
support.constant.property-value.css, meta.property-value.css, support.constant.color#D4A373
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#93C5FDbold
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#C678DDitalic
variable.argument.css, variable.css, variable.scss#E9ECEF
meta.function.decorator.python, entity.name.function.decorator.python#C678DDitalic
support.function.builtin.python#56B6C2
entity.name.type.lifetime.rust, storage.modifier.lifetime.rust#E5C07Bitalic
support.macro.rust, entity.name.function.macro.rust#F8F9FAbold
keyword.other.unsafe.rust#E06C75bold
keyword.package.go, keyword.import.go, entity.name.package.go#ADB5BDitalic
support.type.property-name.json, entity.name.tag.yaml#CED4DA
keyword.other.DML.sql, keyword.other.DDL.sql, keyword.other.sql#ADB5BDbold
entity.name.type.model.prisma#93C5FDbold
keyword.other.dockerfile#ADB5BDbold
variable.other.normal.shell, support.function.builtin.shell#56B6C2
markup.heading, entity.name.section.markdown#F8F9FAbold
markup.quote#93C5FDitalic
markup.inline.raw, markup.fenced_code.block#D4A373
markup.underline.link, string.other.link#56B6C2underline