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#111317
  • activityBar.border#111317
  • activityBar.foreground#00F5D4
  • activityBar.inactiveForeground#8D93AB73
  • diffEditor.diagonalFill#8D93AB40
  • diffEditor.insertedLineBackground#98C37910
  • diffEditor.insertedTextBackground#98C3791A
  • diffEditor.removedLineBackground#E06C7510
  • diffEditor.removedTextBackground#E06C751A
  • editor.background#1A1C23
  • editor.findMatchBackground#E5C07B80
  • editor.findMatchHighlightBackground#E5C07B30
  • editor.findRangeHighlightBackground#E5C07B1A
  • editor.foreground#E5E5E5
  • editor.inactiveSelectionBackground#2E344080
  • editor.lineHighlightBackground#21242E
  • editor.selectionBackground#2E3440
  • editor.selectionHighlightBackground#2E3440A0
  • editor.wordHighlightBackground#2E3440A0
  • editor.wordHighlightStrongBackground#00F5D430
  • editorBracketMatch.background#00F5D440
  • editorBracketMatch.border#00F5D4A0
  • editorCursor.foreground#00F5D4
  • editorGroupHeader.tabsBackground#16181E
  • editorIndentGuide.activeBackground#8D93AB90
  • editorIndentGuide.background#8D93AB40
  • editorLineNumber.activeForeground#E5E5E5
  • editorLineNumber.foreground#8D93AB90
  • editorWhitespace.foreground#8D93AB60
  • focusBorder#00F5D440
  • foreground#E5E5E5
  • gitDecoration.addedResourceForeground#98C379
  • gitDecoration.conflictingResourceForeground#C77DFF
  • gitDecoration.deletedResourceForeground#E06C75
  • gitDecoration.ignoredResourceForeground#8D93ABB3
  • gitDecoration.modifiedResourceForeground#00F5D4
  • gitDecoration.untrackedResourceForeground#56B6C2
  • list.deemphasizedForeground#8D93ABB3
  • panel.background#1A1C23
  • sideBar.background#16181E
  • sideBar.border#16181E
  • sideBar.foreground#E5E5E5
  • sideBarSectionHeader.background#16181E
  • statusBar.background#0E0F12
  • statusBar.border#0E0F12
  • statusBar.debuggingBackground#E5C07B40
  • statusBar.foreground#E5E5E5
  • statusBar.noFolderBackground#0E0F12
  • tab.activeBackground#1A1C23
  • tab.inactiveBackground#16181E
  • terminal.ansiBlack#111317
  • terminal.ansiBlue#00F5D4
  • terminal.ansiBrightBlack#8D93AB
  • terminal.ansiBrightBlue#00F5D4
  • terminal.ansiBrightCyan#56B6C2
  • terminal.ansiBrightGreen#98C379
  • terminal.ansiBrightMagenta#C77DFF
  • terminal.ansiBrightRed#E06C75
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E5C07B
  • terminal.ansiCyan#56B6C2
  • terminal.ansiGreen#98C379
  • terminal.ansiMagenta#C77DFF
  • terminal.ansiRed#E06C75
  • terminal.ansiWhite#E5E5E5
  • terminal.ansiYellow#E5C07B
  • terminal.background#1A1C23
  • terminal.foreground#E5E5E5
  • widget.shadow#00000080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8D93ABitalic
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#F15BB5
keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.trycatch, keyword.control.return#F15BB5bold
keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as#F15BB5italic
entity.name.function, meta.function-call, support.function#00F5D4
variable.function, meta.function-call.generic#00F5D4
entity.name.type, entity.name.class, support.class, entity.name.type.class, entity.name.type.struct, entity.name.type.enum#C77DFF
entity.name.type.interface, entity.name.type.trait#C77DFFitalic
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#E5E5E5
variable.parameter, meta.parameter#56B6C2italic
variable.language, variable.parameter.function.language.special.self, variable.parameter.function.language.special.cls#F15BB5italic
variable.other.property, meta.object-literal.key, support.type.property-name#E5E5E5
string, string.quoted, string.template#89FC00
constant.character.escape, constant.other.placeholder#F15BB5bold
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#F15BB5
support.class.component, entity.name.tag.custom#C77DFFbold
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#89FC00
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C77DFFbold
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#C678DDitalic
variable.argument.css, variable.css, variable.scss#E5E5E5
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#00F5D4bold
keyword.other.unsafe.rust#E06C75bold
keyword.package.go, keyword.import.go, entity.name.package.go#F15BB5italic
support.type.property-name.json, entity.name.tag.yaml#56B6C2
keyword.other.DML.sql, keyword.other.DDL.sql, keyword.other.sql#F15BB5bold
entity.name.type.model.prisma#C77DFFbold
keyword.other.dockerfile#F15BB5bold
variable.other.normal.shell, support.function.builtin.shell#56B6C2
markup.heading, entity.name.section.markdown#00F5D4bold
markup.quote#C77DFFitalic
markup.inline.raw, markup.fenced_code.block#89FC00
markup.underline.link, string.other.link#56B6C2underline