Skip to main content
CodingTheme

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.activeBorder#FFDD33
  • activityBar.background#181818
  • activityBar.foreground#FFDD33
  • activityBar.inactiveForeground#E4E4EF
  • badge.background#FFDD33
  • badge.foreground#181818
  • breadcrumb.activeSelectionForeground#73C936
  • breadcrumb.focusForeground#FFDD33
  • button.background#FFDD33
  • button.foreground#181818
  • button.hoverBackground#FFDD33
  • checkbox.background#181818
  • checkbox.border#FFDD33
  • checkbox.foreground#FFDD33
  • diffEditorGutter.insertedLineBackground#73C936
  • editor.background#181818
  • editor.foreground#E4E4EF
  • editor.selectionBackground#484848
  • editorBracketHighlight.foreground1#E4E4EF
  • editorBracketHighlight.foreground2#F4F4FF
  • editorBracketHighlight.foreground3#E4E4EF
  • editorBracketHighlight.unexpectedBracket.foreground#FFDD33
  • editorCursor.foreground#FFDD33
  • editorGutter.addedBackground#73C936
  • editorGutter.deletedBackground#FFDD33
  • editorGutter.modifiedBackground#FFDD33
  • editorLineNumber.activeForeground#FFDD33
  • editorLineNumber.foreground#F4F4FF
  • editorSuggestWidget.focusHighlightForeground#181818
  • editorSuggestWidget.highlightForeground#FFDD33
  • focusBorder#FFDD33
  • foreground#E4E4EF
  • icon.foreground#FFDD33
  • list.activeSelectionBackground#FFDD33
  • list.activeSelectionForeground#181818
  • list.activeSelectionIconForeground#181818
  • list.focusHighlightForeground#181818
  • list.highlightForeground#FFDD33
  • sash.hoverBorder#FFDD33
  • sideBar.background#282828
  • sideBarSectionHeader.background#282828
  • sideBarSectionHeader.foreground#FFDD33
  • statusBar.background#FFDD33
  • statusBar.debuggingBackground#73C936
  • statusBar.focusBorder#E4E4EF
  • statusBar.foreground#181818
  • statusBar.noFolderBackground#FFDD33
  • statusBar.noFolderForeground#181818
  • statusBarItem.errorBackground#9e95c7
  • statusBarItem.errorForeground#181818
  • statusBarItem.focusBorder#E4E4EF
  • statusBarItem.remoteBackground#95A99F
  • statusBarItem.remoteForeground#181818
  • statusBarItem.warningBackground#282828
  • statusBarItem.warningForeground#FFDD33
  • tab.activeBorder#FFDD33
  • tab.unfocusedActiveBorder#181818
  • textCodeBlock.background#181818
  • textLink.activeForeground#73C936
  • textLink.foreground#FFDD33

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation.brackets.curly#E4E4EF
comment, punctuation.definition.comment#F4F4FFitalic
keyword.control, keyword.other, keyword.operator.new, storage.modifier, storage.type#FFDD33bold
keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.logical, entity.name.type.primitive, entity.name.type.numeric, storage.type.primitive#FFDD33
string#73C936
constant, variable.other.constant#9E95C7
variable.language.self, variable.language.super, variable.language.this, variable.language.special.self, variable.parameter.function.language.special.self, variable.language.special.cls, variable.parameter.function.language.special.cls#73C936italic
meta.attribute, meta.macro, support.function.macro#95A99F
entity.name.type, entity.other.inherited-class, storage.type.java, storage.type.generic.java, storage.type.object.array.java, support.type.julia#E4E4EFunderline
variable.other.metavariable.nameitalic
variable.other.metavariable.specifier#FFDD33
entity.name.type.result, entity.name.type.option#FFDD33bold
entity.name.type.lifetime#9E95C7
support.variable.magic.python, support.function.magic.python#95A99Fitalic
meta.function.decorator.python#95A99F
punctuation.separator.colon.python, punctuation.separator.period.python, punctuation.section.function.begin.python, punctuation.section.function.lambda.begin.python, punctuation.section.class.begin.python, punctuation.separator.annotation.result.python, invalid.deprecated.semicolon.python#FFDD33
keyword.other.unit.hexadecimal#9E95C7
storage.type.built-in.primitive.cpp, storage.type.built-in.primitive.c#FFDD33
meta.preprocessor.c, entity.name.function.preprocessor.c, meta.preprocessor.macro.c, entity.name.function.preprocessor.cpp#95A99F
punctuation.separator.pointer-access.c, punctuation.separator.pointer-access.cpp#FFDD33
storage.modifier.array.bracket.square.c#E4E4EF
punctuation.separator.namespace.access.cpp#FFDD33
storage.modifier.import.java, storage.modifier.package.java#E4E4EF
storage.type.annotation.java, punctuation.definition.annotation.java#95A99F
markup.heading#FFDD33bold
markup.italic#9E95C7italic
markup.bold#9E95C7bold
markup.quote#FFDD33
support.type.property-name.json#FFDD33
meta.tag.xml#FFDD33
meta.tag.table.toml#FFDD33bold
keyword.local.lua#FFDD33bold
meta.tag.metadata.doctype.html#95A99F
entity.name.tag.html#FFDD33
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFDD33bold
support.constant.property-value.css, support.constant.color.w3c-standard-color-name.css#9E95C7
punctuation.separator.key-value.css#FFDD33
keyword.operator.arithmetic.css#FFDD33
support.function.attr.css, support.function.calc.css, support.function.conic-gradient.css, support.function.counter.css, support.function.cubic-bezier.css, support.function.hsl.css, support.function.hsla.css, support.function.linear-gradient.css, support.function.max.css, support.function.min.css, support.function.radial-gradient.css, support.function.repeating-conic-gradient.css, support.function.repeating-linear-gradient.css, support.function.repeating-radial-gradient.css, support.function.rgb.css, support.function.rgba.css, support.function.var.css#95A99F
keyword.package.go, keyword.type.go, keyword.struct.go, keyword.function.go, keyword.var.go, keyword.import.go, keyword.interface.go, keyword.map.go, keyword.channel.go, keyword.const.go#FFDD33bold
storage.type.string.go, storage.type.int.go, storage.type.error.go, storage.type.byte.go, storage.type.numeric.go, storage.type.boolean.go, storage.type.rune.go, storage.type.uintptr.go#FFDD33
keyword.storage.zig, keyword.default.zig, keyword.statement.zig, keyword.structure.zig#FFDD33bold
keyword.type.zig, keyword.type.integer.zig, keyword.type.c.zig#FFDD33
keyword.type.zig, keyword.type.integer.zig, keyword.type.c.zig#FFDD33
support.function.builtin.zig#95A99Fitalic
keyword.constant.bool.zig, keyword.constant.default.zig#9E95C7
variable.constant.error.zig#E4E4EFunderline
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F43841
token.debug-token#B267E6

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Gruber darker (yellow) by Johann-Peter Duchon - VS Code Theme