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#0A0B0E
  • activityBar.border#0A0B0E
  • activityBar.foreground#FF9F1C
  • activityBar.inactiveForeground#A288A673
  • diffEditor.diagonalFill#A288A640
  • diffEditor.insertedLineBackground#98C37910
  • diffEditor.insertedTextBackground#98C3791A
  • diffEditor.removedLineBackground#E06C7510
  • diffEditor.removedTextBackground#E06C751A
  • editor.background#111217
  • editor.findMatchBackground#E5C07B80
  • editor.findMatchHighlightBackground#E5C07B30
  • editor.findRangeHighlightBackground#E5C07B1A
  • editor.foreground#CED4DA
  • editor.inactiveSelectionBackground#20222B80
  • editor.lineHighlightBackground#16181F
  • editor.selectionBackground#20222B
  • editor.selectionHighlightBackground#20222BA0
  • editor.wordHighlightBackground#20222BA0
  • editor.wordHighlightStrongBackground#FF9F1C30
  • editorBracketMatch.background#FF9F1C40
  • editorBracketMatch.border#FF9F1CA0
  • editorCursor.foreground#FF9F1C
  • editorGroupHeader.tabsBackground#0E0E12
  • editorIndentGuide.activeBackground#A288A690
  • editorIndentGuide.background#A288A640
  • editorLineNumber.activeForeground#CED4DA
  • editorLineNumber.foreground#A288A690
  • editorWhitespace.foreground#A288A660
  • focusBorder#FF9F1C40
  • foreground#CED4DA
  • gitDecoration.addedResourceForeground#98C379
  • gitDecoration.conflictingResourceForeground#E63946
  • gitDecoration.deletedResourceForeground#E06C75
  • gitDecoration.ignoredResourceForeground#A288A6B3
  • gitDecoration.modifiedResourceForeground#FF9F1C
  • gitDecoration.untrackedResourceForeground#56B6C2
  • list.deemphasizedForeground#A288A6B3
  • panel.background#111217
  • sideBar.background#0E0E12
  • sideBar.border#0E0E12
  • sideBar.foreground#CED4DA
  • sideBarSectionHeader.background#0E0E12
  • statusBar.background#08090C
  • statusBar.border#08090C
  • statusBar.debuggingBackground#E5C07B40
  • statusBar.foreground#CED4DA
  • statusBar.noFolderBackground#08090C
  • tab.activeBackground#111217
  • tab.inactiveBackground#0E0E12
  • terminal.ansiBlack#0A0B0E
  • terminal.ansiBlue#FF9F1C
  • terminal.ansiBrightBlack#A288A6
  • terminal.ansiBrightBlue#FF9F1C
  • terminal.ansiBrightCyan#56B6C2
  • terminal.ansiBrightGreen#98C379
  • terminal.ansiBrightMagenta#E63946
  • terminal.ansiBrightRed#E06C75
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E5C07B
  • terminal.ansiCyan#56B6C2
  • terminal.ansiGreen#98C379
  • terminal.ansiMagenta#E63946
  • terminal.ansiRed#E06C75
  • terminal.ansiWhite#CED4DA
  • terminal.ansiYellow#E5C07B
  • terminal.background#111217
  • terminal.foreground#CED4DA
  • widget.shadow#00000080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A288A6italic
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#FF4D4D
keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.trycatch, keyword.control.return#FF4D4Dbold
keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as#FF4D4Ditalic
entity.name.function, meta.function-call, support.function#FF9F1C
variable.function, meta.function-call.generic#FF9F1C
entity.name.type, entity.name.class, support.class, entity.name.type.class, entity.name.type.struct, entity.name.type.enum#E63946
entity.name.type.interface, entity.name.type.trait#E63946italic
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#CED4DA
variable.parameter, meta.parameter#56B6C2italic
variable.language, variable.parameter.function.language.special.self, variable.parameter.function.language.special.cls#FF4D4Ditalic
variable.other.property, meta.object-literal.key, support.type.property-name#CED4DA
string, string.quoted, string.template#2EC4B6
constant.character.escape, constant.other.placeholder#FF4D4Dbold
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#FF4D4D
support.class.component, entity.name.tag.custom#E63946bold
entity.other.attribute-name, entity.other.attribute-name.html, entity.other.attribute-name.jsx, entity.other.attribute-name.tsx#56B6C2italic
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#56B6C2
support.constant.property-value.css, meta.property-value.css, support.constant.color#2EC4B6
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#E63946bold
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#C678DDitalic
variable.argument.css, variable.css, variable.scss#CED4DA
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#FF9F1Cbold
keyword.other.unsafe.rust#E06C75bold
keyword.package.go, keyword.import.go, entity.name.package.go#FF4D4Ditalic
support.type.property-name.json, entity.name.tag.yaml#56B6C2
keyword.other.DML.sql, keyword.other.DDL.sql, keyword.other.sql#FF4D4Dbold
entity.name.type.model.prisma#E63946bold
keyword.other.dockerfile#FF4D4Dbold
variable.other.normal.shell, support.function.builtin.shell#56B6C2
markup.heading, entity.name.section.markdown#FF9F1Cbold
markup.quote#E63946italic
markup.inline.raw, markup.fenced_code.block#2EC4B6
markup.underline.link, string.other.link#56B6C2underline