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.activeBackground#232830
  • activityBar.activeBorder#d08770
  • activityBar.background#2b313b
  • activityBar.border#1b2229
  • badge.background#232830
  • badge.foreground#c0c5ce
  • button.background#d08770
  • button.foreground#2b303b
  • button.hoverBackground#b48ead
  • editor.background#232830
  • editor.foreground#c0c5ce
  • editor.lineHighlightBackground#2b313b
  • editor.lineHighlightBorder#2b313b
  • editorCursor.foreground#d08770
  • editorError.foreground#bf616a
  • editorGroup.border#1b2229
  • editorGroupHeader.tabsBackground#2b313b
  • editorGutter.addedBackground#a3be8c
  • editorGutter.deletedBackground#bf616a
  • editorGutter.modifiedBackground#d08770
  • editorInfo.foreground#5699af
  • editorLineNumber.foreground#65737e
  • editorOverviewRuler.addedForeground#a3be8c
  • editorOverviewRuler.border#232830
  • editorOverviewRuler.bracketMatchForeground#232830
  • editorOverviewRuler.commonContentForeground#bf616a
  • editorOverviewRuler.currentContentForeground#bf616a
  • editorOverviewRuler.deletedForeground#bf616a
  • editorOverviewRuler.errorForeground#bf616a
  • editorOverviewRuler.findMatchForeground#232830
  • editorOverviewRuler.incomingContentForeground#bf616a
  • editorOverviewRuler.infoForeground#5699af
  • editorOverviewRuler.modifiedForeground#ecbe7b
  • editorOverviewRuler.rangeHighlightForeground#232830
  • editorOverviewRuler.selectionHighlightForeground#232830
  • editorOverviewRuler.warningForeground#d08770
  • editorOverviewRuler.wordHighlightForeground#232830
  • editorOverviewRuler.wordHighlightStrongForeground#232830
  • editorWarning.foreground#d08770
  • focusBorder#d08770
  • gitDecoration.addedResourceForeground#a3be8c
  • gitDecoration.conflictingResourceForeground#ecbe7b
  • gitDecoration.deletedResourceForeground#bf616a
  • gitDecoration.ignoredResourceForeground#4f5b66
  • gitDecoration.modifiedResourceForeground#d08770
  • gitDecoration.untrackedResourceForeground#c0c5ce
  • input.background#282d37
  • input.foreground#dfdfdf
  • input.placeholderForeground#4f5b66
  • list.activeSelectionBackground#2b303b
  • list.activeSelectionBorder#d08770
  • list.activeSelectionForeground#dfdfdf
  • list.hoverBackground#2b303b
  • list.hoverForeground#d08770
  • list.inactiveSelectionBackground#2b303b
  • list.inactiveSelectionForeground#c0c5ce
  • sideBar.background#2b313b
  • sideBar.border#1b2229
  • sideBar.foreground#9ca0a4
  • sideBarSectionHeader.background#2b313b
  • sideBarSectionHeader.foreground#c0c5ce
  • statusBar.background#2b313b
  • statusBar.border#1b2229
  • statusBar.foreground#c0c5ce
  • tab.border#1b2229
  • tab.inactiveBackground#2b313b
  • terminal.ansiBlack#2b303b
  • terminal.ansiBlue#8fa1b3
  • terminal.ansiBrightBlack#2b303b
  • terminal.ansiBrightBlue#8fa1b3
  • terminal.ansiBrightCyan#88c0d0
  • terminal.ansiBrightGreen#a3be8c
  • terminal.ansiBrightMagenta#b48ead
  • terminal.ansiBrightRed#bf616a
  • terminal.ansiBrightWhite#c0c5ce
  • terminal.ansiBrightYellow#ecbe7b
  • terminal.ansiCyan#88c0d0
  • terminal.ansiGreen#a3be8c
  • terminal.ansiMagenta#b48ead
  • terminal.ansiRed#bf616a
  • terminal.ansiWhite#c0c5ce
  • terminal.ansiYellow#ecbe7b
  • terminal.foreground#c0c5ce
  • terminalCursor.foreground#d08770
  • textLink.activeForeground#5699af
  • textLink.foreground#d08770
  • titleBar.activeBackground#232830
  • titleBar.border#1b2229
  • titleBar.inactiveBackground#2b313b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment, punctuation.definition.comment#65737eitalic
keyword, storage.type.function, storage.type.class, storage.type.enum, storage.type.interface, storage.type.property, keyword.operator.new, keyword.operator.expression, keyword.operator.new, keyword.operator.delete, storage.type.extends#bf616a
keyword.other.debugger#bf616a
storage, modifier, keyword.var, entity.name.tag, keyword.control.case, keyword.control.switch#b48ead
keyword.operator#b48ead
string, punctuation.definition.string.end, punctuation.definition.string.begin, punctuation.definition.string.template.begin, punctuation.definition.string.template.end#a3be8c
entity.other.attribute-name#5699af
constant.character.escape, punctuation.quasi.element, punctuation.definition.template-expression, punctuation.section.embedded, storage.type.format, constant.other.placeholder, constant.other.placeholder, variable.interpolation#a3be8c
entity.name.function, support.function, meta.function, meta.function-call, meta.definition.method#d08770
keyword.control.at-rule, keyword.control.import, keyword.control.export, storage.type.namespace, punctuation.decorator, keyword.control.directive, keyword.preprocessor, punctuation.definition.preprocessor, punctuation.definition.directive, keyword.other.import, keyword.other.package, entity.name.type.namespace, entity.name.scope-resolution, keyword.other.using, keyword.package, keyword.import, keyword.map#ecbe7b
storage.type.annotation#ecbe7b
entity.name.label, constant.other.label#ecbe7b
support.module, support.node, support.other.module, support.type.object.module, entity.name.type.module, entity.name.type.class.module, keyword.control.module#ecbe7b
storage.type, support.type, entity.name.type, keyword.type#8fa1b3
entity.name.type.class, support.class, entity.name.class, entity.other.inherited-class, storage.class#8fa1b3
constant.numeric#b48ead
constant.language.boolean#b48ead
entity.name.function.preprocessor#b48ead
variable.language.this, variable.language.self, variable.language.super, keyword.other.this, variable.language.special, constant.language.null, constant.language.undefined, constant.language.nan#b48ead
constant.language, support.constant#b48ead
variable, support.variable, meta.definition.variable#c0c5ce
variable.object.property, support.variable.property, variable.other.property, variable.other.object.property, variable.other.enummember, variable.other.member, meta.object-literal.key#c0c5ce
punctuation, meta.brace, meta.delimiter, meta.bracket#c0c5ce
constant.language.boolean.ansible, constant.numeric.integer.ansible, constant.numeric.float.ansible#d08770
punctuation.definition.block.sequence.item.ansible#bf616a
entity.name.tag.ansible, keyword.other.special-method.ansible, keyword.other.ansible#b48ead
punctuation.separator.key-value.mapping.ansible, keyword.control.jinja, keyword.operator.comparison.jinja, punctuation.other.jinja#5699af
constant.character.escape.ansible, string.unquoted.plain.out.ansible, string.quoted.double.ansible, string.quoted.single.ansible, variable.other.jinja#c0c5ce
punctuation.separator.pointer-access.c#d08770
keyword.control.directive.include.c, punctuation.definition.directive.c, keyword.control.directive.pragma.c, keyword.control.directive.line.c, keyword.control.directive.define.c, keyword.control.directive.conditional.c, keyword.control.directive.diagnostic.error.c, keyword.control.directive.undef.c, keyword.control.directive.conditional.ifdef.c, keyword.control.directive.endif.c, keyword.control.directive.conditional.ifndef.c, keyword.control.directive.conditional.if.c, keyword.control.directive.else.c#bf616a
variable.other.member.c#4db5bd
meta.function-call.c, storage.modifier.array.bracket.square.c, meta.function.definition.parameters.c#c0c5ce
punctuation.separator.dot-access.c, constant.character.escape.line-continuation.c#65737e
punctuation.separator.pointer-access.cpp, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp#d08770
keyword.control.directive.include.cpp, punctuation.definition.directive.cpp, keyword.control.directive.pragma.cpp, keyword.control.directive.line.cpp, keyword.control.directive.define.cpp, keyword.control.directive.conditional.cpp, keyword.control.directive.diagnostic.error.cpp, keyword.control.directive.undef.cpp, keyword.control.directive.conditional.ifdef.cpp, keyword.control.directive.endif.cpp, keyword.control.directive.conditional.ifndef.cpp, keyword.control.directive.conditional.if.cpp, keyword.control.directive.else.cpp, storage.type.namespace.definition.cpp, keyword.other.using.directive.cpp, storage.type.struct.cpp#bf616a
variable.other.member.cpp#4db5bd
meta.function-call.cpp, storage.modifier.array.bracket.square.cpp, meta.function.definition.parameters.cpp, meta.body.function.definition.cpp#c0c5ce
punctuation.separator.dot-access.cpp, constant.character.escape.line-continuation.cpp#65737e
keyword.other.using.cs#bf616a
string.quoted.double.cs, string.quoted.single.cs, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs#a3be8c
keyword.type.cs, constant.character.escape.cs, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.cs#ecbe7b
entity.name.type.namespace.cs#b48ead
variable.other.object.property.cs#4db5bd
storage.type.primitive.dart#d08770
entity.name.function.dart, string.interpolated.single.dart, string.interpolated.double.dart#a3be8c
support.class.dart#ecbe7b
variable.language.dart#8fa1b3
keyword.other.import.dart, storage.type.annotation.dart#b48ead
punctuation.dot.dart#65737e
entity.name.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml#d08770
string.quoted.double.html, string.quoted.single.html, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml, string.quoted.double.xml, string.quoted.single.xml, punctuation.definition.tag.xml, meta.tag.xml, meta.tag.preprocessor.xml, meta.tag.other.html, meta.tag.block.any.html, meta.tag.inline.any.html#a3be8c
punctuation.definition.string.begin.html, punctuation.definition.string.end.html#ecbe7b
variable.language.documentroot.xml, meta.tag.sgml.doctype.xml#8fa1b3
punctuation.separator.key-value.html, entity.other.attribute-name.html, entity.name.tag.xml, entity.name.tag.localname.xml#5699af
punctuation.separator.namespace.xml#65737e
support.function.section.latex, keyword.control.table.cell.latex, keyword.control.table.newline.latex#d08770
support.function.be.latex#bf616a
support.class.latex, variable.parameter.latex, variable.parameter.function.latex, variable.parameter.definition.label.latex, constant.other.reference.label.latex#ecbe7b
keyword.control.preamble.latex#b48ead
punctuation.definition.function.latex, punctuation.definition.function.tex, punctuation.definition.keyword.latex, constant.character.newline.tex, punctuation.definition.keyword.tex#65737e
heading.6.markdown, punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, markup.italic, markup.bold, markup.bold markup.italic, markup.italic markup.bold#d08770
heading.1.markdown, markup.heading.setext.1.markdown, punctuation.definition.list.begin.markdown#bf616a
heading.4.markdown, markup.fenced_code.block.markdown, markup.inline.raw.string.markdown#a3be8c
heading.5.markdown, punctuation.definition.markdown, punctuation.definition.raw.markdown, fenced_code.block.language#ecbe7b
heading.2.markdown, markup.heading.setext.2.markdown, string.other.link.title.markdown, constant.other.reference.link.markdown, string.other.link.description.markdown#b48ead
heading.3.markdown#88c0d0bold
punctuation.definition.heading.markdown, markup.underline.link.image.markdown, markup.underline.link.markdown#5699af
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.metadata.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.markdown, meta.separator.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown#65737e
meta.function.lisp#c0c5ce
comment.line.semicolon.lisp#65737e
storage.type.function-type.lisp#bf616a
keyword.constant.lisp#a3be8c
keyword.control.lisp, storage.type.function-type.lisp#b48ead
constant.language.lisp, constant.numeric.lisp#ecbe7b
entity.name.function.lisp#88c0d0
variable.org#d08770
markup.heading.org, string.quoted.double.org#bf616a
markup.italic.org, markup.bold.org#ecbe7b
keyword.control.block.org, string.other.header-args.org, constant.other.language.org#8fa1b3
entity.name.type.org#b48ead
string.other.link.title.org, markup.underline.link.org, punctuation.definition.string.begin.org, punctuation.definition.string.end.org#5699af
meta.structure.dictionary.value.org#c0c5ce
support.type.property-name.org#65737e
string.quoted.double.proto.syntax, string.quoted.single.proto.syntax, string.quoted.double.proto, string.quoted.single.proto#a3be8c
storage.type.proto#ecbe7b
entity.name.class.proto, entity.name.class.message.proto#4db5bd
keyword.other.unit#d08770
entity.other.attribute-name.class.css#bf616a
string.quoted.single.css, string.quoted.double.css, support.constant.property-value.css, meta.property-value.css, punctuation.definition.string.begin.css, punctuation.definition.string.end.css, constant.numeric.css, support.constant.font-name.css, variable.parameter.keyframe-list.css#a3be8c
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#ecbe7b
support.type.vendored.property-name.css#8fa1b3
entity.name.tag.css, entity.other.keyframe-offset.css, punctuation.definition.keyword.css, keyword.control.at-rule.keyframes.css, meta.selector.css#b48ead
support.type.property-name.css#5699af
punctuation.definition.entity.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.list.comma.css#65737e
keyword.control.at-rule.keyframes.scss#d08770
punctuation.definition.string.begin.scss, punctuation.definition.string.end.scss, string.quoted.double.scss, string.quoted.single.scss, constant.character.css.sass, meta.property-value.scss#a3be8c
punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss#ecbe7b
keyword.control.at-rule.include.scss, keyword.control.at-rule.use.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.extend.scss, keyword.control.at-rule.import.scss#b48ead
punctuation.definition.entity.scss, punctuation.separator.key-value.scss, punctuation.terminator.rule.scss, punctuation.separator.list.comma.scss#65737e
storage.type.js, storage.type.function.arrow.js#d08770
punctuation.definition.block.tag.jsdoc#bf616a
string.unquoted.js#c0c5ce
punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.label.js, keyword.operator.accessor.js#65737e
punctuation.definition.tag.jsx, entity.other.attribute-name.jsx, punctuation.definition.tag.begin.js.jsx, punctuation.definition.tag.end.js.jsx, entity.other.attribute-name.js.jsx#a3be8c
JSXNested#c0c5ce
storage.type.ts, storage.type.function.arrow.ts, storage.type.type.ts#d08770
punctuation.definition.tag.directive.ts, entity.other.attribute-name.directive.ts#a3be8c
punctuation.accessor.ts#ecbe7b
entity.name.type.module.ts#8fa1b3
keyword.control.import.ts, keyword.control.export.ts, storage.type.namespace.ts, punctuation.separator.key-value.ts, keyword.operator.type.annotation.ts#b48ead
entity.name.type.ts, entity.name.type.interface.ts, entity.other.inherited-class.ts, entity.name.type.alias.ts, entity.name.type.class.ts, entity.name.type.enum.ts#4db5bd
entity.name.type.module.ts#c0c5ce
storage.type.tsx, storage.type.function.arrow.tsx, storage.type.type.tsx, support.class.component.tsx#d08770
punctuation.definition.tag.directive.tsx, entity.other.attribute-name.directive.tsx, punctuation.definition.tag.begin.tsx, punctuation.definition.tag.end.tsx, entity.other.attribute-name.tsx#a3be8c
entity.name.type.module.tsx#8fa1b3
keyword.control.import.tsx, keyword.control.export.tsx, storage.type.namespace.tsx#b48ead
entity.name.type.tsx, entity.name.type.interface.tsx, entity.other.inherited-class.tsx, entity.name.type.alias.tsx, entity.name.type.class.tsx, entity.name.type.enum.tsx#4db5bd
entity.name.type.module.tsx#c0c5ce
keyword.operator.type.annotation.tsx, punctuation.accessor.tsx, punctuation.separator.key-value.tsx#65737e
string.quoted.double.fsharp, string.quoted.single.fsharp, punctuation.definition.string.begin.fsharp, punctuation.definition.string.end.fsharp#a3be8c
keyword.format.specifier.fsharp, entity.name.type.fsharp#ecbe7b
entity.name.section.fsharp#8fa1b3
support.function.attribute.fsharp#b48ead
keyword.symbol.fsharp, constant.language.unit.fsharp#c0c5ce
storage.type.function.arrow.java, keyword.control.ternary.java#d08770
keyword.other.import.java, keyword.other.package.java#bf616a
variable.language.wildcard.java, storage.modifier.import.java, storage.type.annotation.java, punctuation.definition.annotation.java, storage.modifier.package.java, entity.name.type.module.java#b48ead
variable.other.property.java#4db5bd
punctuation.separator.java, punctuation.separator.period.java#65737e
keyword.other.import.kotlin#bf616a
storage.type.kotlin#d08770
constant.language.kotlin#4db5bd
entity.name.package.kotlin, storage.type.annotation.kotlin#b48ead
entity.name.package.scala#b48ead
constant.language.scala#8fa1b3
entity.name.import.scala#4db5bd
string.quoted.double.scala, string.quoted.single.scala, punctuation.definition.string.begin.scala, punctuation.definition.string.end.scala, string.quoted.double.interpolated.scala, string.quoted.single.interpolated.scala, string.quoted.triple.scala#a3be8c
entity.name.class, entity.other.inherited-class.scala#ecbe7b
keyword.declaration.stable.scala, keyword.other.arrow.scala#d08770
keyword.other.import.scala#bf616a
keyword.operator.navigation.groovy, meta.method.body.java, meta.definition.method.groovy, meta.definition.method.signature.java#c0c5ce
punctuation.separator.groovy#65737e
keyword.other.import.groovy, keyword.other.package.groovy, keyword.other.import.static.groovy#bf616a
storage.type.def.groovy#d08770
variable.other.interpolated.groovy, meta.method.groovy#a3be8c
storage.modifier.import.groovy, storage.modifier.package.groovy#4db5bd
storage.type.annotation.groovy#b48ead
keyword.type.go#bf616a
entity.name.package.go#4db5bd
keyword.import.go, keyword.package.go#b48ead
entity.name.type.mod.rust#c0c5ce
keyword.operator.path.rust, keyword.operator.member-access.rust#65737e
storage.type.rust#d08770
support.constant.core.rust#4db5bd
meta.attribute.rust, variable.language.rust, storage.type.module.rust#b48ead
meta.function-call.swift, support.function.any-method.swift#c0c5ce
keyword.control.import.swift#bf616a
support.variable.swift, meta.definition.type.body.swift#d08770
keyword.other.declaration-specifier.swift, keyword.operator.type.opaque.swift#4db5bd
entity.name.type.struct.swift, keyword.control.branch.swift#88c0d0
storage.type.struct.swift, keyword.other.declaration-specifier.accessibility.swift#b48ead
keyword.operator.class.php#c0c5ce
storage.type.trait.php#d08770
constant.language.php, support.other.namespace.php#4db5bd
storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.control.private.cpp#8fa1b3
keyword.control.import.include.php, storage.type.php#b48ead
meta.function-call.arguments.python#c0c5ce
punctuation.definition.decorator.python, entity.name.function.decorator.python, punctuation.separator.period.python, meta.fstring.python#ecbe7b
constant.language.python, meta.function-call.arguments.python#4db5bd
keyword.control.import.python, keyword.control.import.from.python, punctuation.separator.dict.python#b48ead
constant.language.lua#4db5bd
entity.name.class.lua#8fa1b3
meta.function.method.with-arguments.ruby#c0c5ce
punctuation.separator.method.ruby#65737e
keyword.control.pseudo-method.ruby, storage.type.variable.ruby#d08770
keyword.other.special-method.ruby#a3be8c
keyword.control.module.ruby, punctuation.definition.constant.ruby#b48ead
string.regexp.character-class.ruby,string.regexp.interpolated.ruby,punctuation.definition.character-class.ruby,string.regexp.group.ruby, punctuation.section.regexp.ruby, punctuation.definition.group.ruby#ecbe7b
variable.other.constant.ruby#8fa1b3
keyword.other.arrow.haskell, keyword.other.big-arrow.haskell, keyword.other.double-colon.haskell#d08770
storage.type.haskell#ecbe7b
constant.other.haskell, string.quoted.double.haskell, string.quoted.single.haskell, punctuation.definition.string.begin.haskell, punctuation.definition.string.end.haskell#a3be8c
entity.name.function.haskell#8fa1b3
entity.name.namespace, meta.preprocessor.haskell#4db5bd
keyword.control.import.julia, keyword.control.export.julia#bf616a
keyword.storage.modifier.julia#d08770
constant.language.julia#4db5bd
support.function.macro.julia#b48ead
keyword.other.period.elm#c0c5ce
storage.type.elm#ecbe7b
keyword.other.r#d08770
entity.name.function.r, variable.function.r#a3be8c
constant.language.r#4db5bd
entity.namespace.r#b48ead
punctuation.separator.module-function.erlang, punctuation.section.directive.begin.erlang#65737e
keyword.control.directive.erlang, keyword.control.directive.define.erlang#bf616a
entity.name.type.class.module.erlang#ecbe7b
string.quoted.double.erlang, string.quoted.single.erlang, punctuation.definition.string.begin.erlang, punctuation.definition.string.end.erlang#a3be8c
keyword.control.directive.export.erlang, keyword.control.directive.module.erlang, keyword.control.directive.import.erlang, keyword.control.directive.behaviour.erlang#b48ead
variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir#4db5bd
constant.language.elixir#8fa1b3
keyword.control.module.elixir#b48ead
constant.keyword.clojure, support.variable.clojure, meta.definition.variable.clojure#a3be8c
entity.global.clojure#b48ead
entity.name.function.clojure#8fa1b3
meta.scope.if-block.shell, meta.scope.group.shell#c0c5ce
support.function.builtin.shell, entity.name.function.shell, storage.modifier.shell#d08770
string.quoted.double.shell, string.quoted.single.shell, punctuation.definition.string.begin.shell, punctuation.definition.string.end.shell, string.unquoted.heredoc.shell#a3be8c
keyword.control.heredoc-token.shell, keyword.control.shell#b48ead
variable.other.normal.shell, variable.other.special.shell, variable.other.positional.shell, variable.other.bracket.shell, punctuation.definition.variable.shell#5699af
keyword.operator.logical.shell, keyword.operator.list.shell, keyword.operator.expansion.shell#bf616a
support.function.builtin.fish#bf616a
support.function.unix.fish#d08770
variable.other.normal.fish, punctuation.definition.variable.fish, variable.other.fixed.fish, variable.other.special.fish#8fa1b3
string.quoted.double.fish, punctuation.definition.string.end.fish, punctuation.definition.string.begin.fish, string.quoted.single.fish#a3be8c
constant.character.escape.single.fish#b48ead
entity.name.type.value-signature.ocaml#c0c5ce
keyword.other.ocaml#d08770
constant.language.variant.ocaml#4db5bd
storage.type.sub.perl, storage.type.declare.routine.perl#bf616a
punctuation.definition.variable.powershell#65737e
entity.name.function.powershell, support.function.attribute.powershell, support.function.powershell#ecbe7b
string.quoted.single.powershell, string.quoted.double.powershell, punctuation.definition.string.begin.powershell, punctuation.definition.string.end.powershell, string.quoted.double.heredoc.powershell#a3be8c
variable.other.member.powershell#4db5bd
string.unquoted.alias.graphql#c0c5ce
keyword.type.graphql#bf616a
entity.name.fragment.graphql#b48ead
entity.name.function.target.makefile#d08770
variable.other.makefile#ecbe7b
meta.scope.prerequisites.makefile#a3be8c
string.source.cmake#a3be8c
entity.source.cmake#4db5bd
storage.source.cmake#b48ead
punctuation.definition.map.viml#65737e
storage.type.map.viml#d08770
constant.character.map.viml, constant.character.map.key.viml#a3be8c
constant.character.map.special.viml#8fa1b3
constant.language.tmux, constant.numeric.tmux#a3be8c
entity.name.function.package-manager.dockerfile#d08770
keyword.operator.flag.dockerfile#ecbe7b
string.quoted.double.dockerfile, string.quoted.single.dockerfile#a3be8c
constant.character.escape.dockerfile#4db5bd
entity.name.type.base-image.dockerfile, entity.name.image.dockerfile#b48ead
punctuation.definition.separator.diff#65737e
markup.deleted.diff, punctuation.definition.deleted.diff#bf616a
meta.diff.range.context, punctuation.definition.range.diff#d08770
meta.diff.header.from-file#ecbe7b
markup.inserted.diff, punctuation.definition.inserted.diff#a3be8c
markup.changed.diff, punctuation.definition.changed.diff#8fa1b3
punctuation.definition.from-file.diff#b48ead
entity.name.section.group-title.ini, punctuation.definition.entity.ini#bf616a
punctuation.separator.key-value.ini#d08770
string.quoted.double.ini, string.quoted.single.ini, punctuation.definition.string.begin.ini, punctuation.definition.string.end.ini#a3be8c
keyword.other.definition.ini#4db5bd
support.function.aggregate.sql#ecbe7b
string.quoted.single.sql, punctuation.definition.string.end.sql, punctuation.definition.string.begin.sql, string.quoted.double.sql#a3be8c
support.type.graphql#ecbe7b
variable.parameter.graphql#8fa1b3
constant.character.enum.graphql#4db5bd
punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json, punctuation.separator.dictionary.pair.json, punctuation.separator.array.json#65737e
punctuation.separator.dictionary.key-value.json, punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json#bf616a
support.type.property-name.json#d08770
punctuation.separator.dictionary.key-value.json, punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json#ecbe7b
string.quoted.double.json#a3be8c
punctuation.separator.key-value.mapping.yaml#65737e
string.unquoted.plain.out.yaml, string.quoted.single.yaml, string.quoted.double.yaml, punctuation.definition.string.begin.yaml, punctuation.definition.string.end.yaml, string.unquoted.plain.in.yaml, string.unquoted.block.yaml#a3be8c
punctuation.definition.anchor.yaml, punctuation.definition.block.sequence.item.yaml#4db5bd
punctuation.definition.heading.restructuredtext#d08770bold
punctuation.definition.field.restructuredtext, punctuation.separator.key-value.restructuredtext, punctuation.definition.directive.restructuredtext, punctuation.definition.constant.restructuredtext, punctuation.definition.italic.restructuredtext, punctuation.definition.table.restructuredtext#65737e
punctuation.definition.bold.restructuredtext#65737eregular
entity.name.tag.restructuredtext, punctuation.definition.link.restructuredtext, punctuation.definition.raw.restructuredtext, punctuation.section.raw.restructuredtext#4db5bd
constant.other.footnote.link.restructuredtext#b48ead
support.directive.restructuredtext#bf616a
entity.name.directive.restructuredtext, markup.raw.restructuredtext, markup.raw.inner.restructuredtext, string.other.link.title.restructuredtext#a3be8c
keyword.key.toml#d08770
string.quoted.single.basic.line.toml, string.quoted.single.literal.line.toml, punctuation.definition.keyValuePair.toml#a3be8c
constant.other.boolean.toml#8fa1b3
entity.other.attribute-name.table.toml, punctuation.definition.table.toml, entity.other.attribute-name.table.array.toml, punctuation.definition.table.array.toml#b48ead
ThemeDatabase All Themes by enes ozturk - VS Code Theme