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#0B0B0C
  • activityBar.border#0B0B0C
  • activityBar.foreground#E0FBFC
  • activityBar.inactiveForeground#7A9CC673
  • diffEditor.diagonalFill#7A9CC640
  • diffEditor.insertedLineBackground#98C37910
  • diffEditor.insertedTextBackground#98C3791A
  • diffEditor.removedLineBackground#E06C7510
  • diffEditor.removedTextBackground#E06C751A
  • editor.background#17181A
  • editor.findMatchBackground#E5C07B80
  • editor.findMatchHighlightBackground#E5C07B30
  • editor.findRangeHighlightBackground#E5C07B1A
  • editor.foreground#FFFFFF
  • editor.inactiveSelectionBackground#2C2E3380
  • editor.lineHighlightBackground#1C1D20
  • editor.selectionBackground#2C2E33
  • editor.selectionHighlightBackground#2C2E33A0
  • editor.wordHighlightBackground#2C2E33A0
  • editor.wordHighlightStrongBackground#E0FBFC30
  • editorBracketMatch.background#E0FBFC40
  • editorBracketMatch.border#E0FBFCA0
  • editorCursor.foreground#E0FBFC
  • editorGroupHeader.tabsBackground#101112
  • editorIndentGuide.activeBackground#7A9CC690
  • editorIndentGuide.background#7A9CC640
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#7A9CC690
  • editorWhitespace.foreground#7A9CC660
  • focusBorder#E0FBFC40
  • foreground#FFFFFF
  • gitDecoration.addedResourceForeground#98C379
  • gitDecoration.conflictingResourceForeground#98C1D9
  • gitDecoration.deletedResourceForeground#E06C75
  • gitDecoration.ignoredResourceForeground#7A9CC6B3
  • gitDecoration.modifiedResourceForeground#E0FBFC
  • gitDecoration.untrackedResourceForeground#56B6C2
  • list.deemphasizedForeground#7A9CC6B3
  • panel.background#17181A
  • sideBar.background#101112
  • sideBar.border#101112
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#101112
  • statusBar.background#050506
  • statusBar.border#050506
  • statusBar.debuggingBackground#E5C07B40
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#050506
  • tab.activeBackground#17181A
  • tab.inactiveBackground#101112
  • terminal.ansiBlack#0B0B0C
  • terminal.ansiBlue#E0FBFC
  • terminal.ansiBrightBlack#7A9CC6
  • terminal.ansiBrightBlue#E0FBFC
  • terminal.ansiBrightCyan#56B6C2
  • terminal.ansiBrightGreen#98C379
  • terminal.ansiBrightMagenta#98C1D9
  • terminal.ansiBrightRed#E06C75
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E5C07B
  • terminal.ansiCyan#56B6C2
  • terminal.ansiGreen#98C379
  • terminal.ansiMagenta#98C1D9
  • terminal.ansiRed#E06C75
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#E5C07B
  • terminal.background#17181A
  • terminal.foreground#FFFFFF
  • widget.shadow#00000080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A9CC6italic
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#FF6B6B
keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.trycatch, keyword.control.return#FF6B6Bbold
keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as#FF6B6Bitalic
entity.name.function, meta.function-call, support.function#E0FBFC
variable.function, meta.function-call.generic#E0FBFC
entity.name.type, entity.name.class, support.class, entity.name.type.class, entity.name.type.struct, entity.name.type.enum#98C1D9
entity.name.type.interface, entity.name.type.trait#98C1D9italic
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#FFFFFF
variable.parameter, meta.parameter#56B6C2italic
variable.language, variable.parameter.function.language.special.self, variable.parameter.function.language.special.cls#FF6B6Bitalic
variable.other.property, meta.object-literal.key, support.type.property-name#FFFFFF
string, string.quoted, string.template#EE6C4D
constant.character.escape, constant.other.placeholder#FF6B6Bbold
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#FF6B6B
support.class.component, entity.name.tag.custom#98C1D9bold
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#EE6C4D
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#98C1D9bold
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#C678DDitalic
variable.argument.css, variable.css, variable.scss#FFFFFF
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#E0FBFCbold
keyword.other.unsafe.rust#E06C75bold
keyword.package.go, keyword.import.go, entity.name.package.go#FF6B6Bitalic
support.type.property-name.json, entity.name.tag.yaml#56B6C2
keyword.other.DML.sql, keyword.other.DDL.sql, keyword.other.sql#FF6B6Bbold
entity.name.type.model.prisma#98C1D9bold
keyword.other.dockerfile#FF6B6Bbold
variable.other.normal.shell, support.function.builtin.shell#56B6C2
markup.heading, entity.name.section.markdown#E0FBFCbold
markup.quote#98C1D9italic
markup.inline.raw, markup.fenced_code.block#EE6C4D
markup.underline.link, string.other.link#56B6C2underline