Skip to main content
CodingTheme

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.activeBorder#DD68B4
  • activityBar.background#fefefe
  • activityBar.foreground#DD68B4
  • activityBar.inactiveForeground#181818
  • badge.background#DD68B4
  • badge.foreground#fefefe
  • breadcrumb.activeSelectionForeground#5caf21
  • breadcrumb.focusForeground#DD68B4
  • button.background#DD68B4
  • button.foreground#fefefe
  • button.hoverBackground#DD68B4
  • checkbox.background#fefefe
  • checkbox.border#DD68B4
  • checkbox.foreground#DD68B4
  • diffEditorGutter.insertedLineBackground#5caf21
  • editor.background#fefefe
  • editor.foreground#181818
  • editor.selectionBackground#18181822
  • editorBracketHighlight.foreground1#181818
  • editorBracketHighlight.foreground2#6b6b6b
  • editorBracketHighlight.foreground3#181818
  • editorBracketHighlight.unexpectedBracket.foreground#DD68B4
  • editorCursor.foreground#DD68B4
  • editorGutter.addedBackground#5caf21
  • editorGutter.deletedBackground#DD68B4
  • editorGutter.modifiedBackground#DD68B4
  • editorLineNumber.activeForeground#DD68B4
  • editorLineNumber.foreground#6b6b6b
  • editorSuggestWidget.focusHighlightForeground#fefefe
  • editorSuggestWidget.highlightForeground#DD68B4
  • focusBorder#DD68B4
  • foreground#181818
  • icon.foreground#DD68B4
  • list.activeSelectionBackground#DD68B4
  • list.activeSelectionForeground#fefefe
  • list.activeSelectionIconForeground#fefefe
  • list.focusHighlightForeground#fefefe
  • list.highlightForeground#DD68B4
  • sash.hoverBorder#DD68B4
  • sideBar.background#efefef
  • sideBarSectionHeader.background#efefef
  • sideBarSectionHeader.foreground#DD68B4
  • statusBar.background#DD68B4
  • statusBar.debuggingBackground#5caf21
  • statusBar.focusBorder#181818
  • statusBar.foreground#fefefe
  • statusBar.noFolderBackground#DD68B4
  • statusBar.noFolderForeground#fefefe
  • statusBarItem.errorBackground#938bb7
  • statusBarItem.errorForeground#fefefe
  • statusBarItem.focusBorder#181818
  • statusBarItem.remoteBackground#0088ff
  • statusBarItem.remoteForeground#fefefe
  • statusBarItem.warningBackground#efefef
  • statusBarItem.warningForeground#DD68B4
  • tab.activeBorder#DD68B4
  • tab.unfocusedActiveBorder#fefefe
  • textCodeBlock.background#fefefe
  • textLink.activeForeground#5caf21
  • textLink.foreground#DD68B4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation.brackets.curly#181818
comment, punctuation.definition.comment#6b6b6bitalic
keyword.control, keyword.other, keyword.operator.new, storage.modifier, storage.type, keyword.operator.instanceof.java#DD68B4bold
keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.logical, entity.name.type.primitive, entity.name.type.numeric, storage.type.primitive#DD68B4
string#5caf21
constant, variable.other.constant#938bb7
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#5caf21italic
meta.attribute, meta.macro, support.function.macro#0088ff
entity.name.type, entity.other.inherited-class, storage.type.java, storage.type.generic.java, storage.type.object.array.java, support.type.julia#181818underline
variable.other.metavariable.nameitalic
variable.other.metavariable.specifier#DD68B4
entity.name.type.result, entity.name.type.option#DD68B4bold
entity.name.type.lifetime#938bb7
support.variable.magic.python, support.function.magic.python#0088ffitalic
meta.function.decorator.python#0088ff
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#DD68B4
keyword.other.unit.hexadecimal#938bb7
storage.type.built-in.primitive.cpp, storage.type.built-in.primitive.c#DD68B4
meta.preprocessor.c, entity.name.function.preprocessor.c, meta.preprocessor.macro.c, entity.name.function.preprocessor.cpp#0088ff
punctuation.separator.pointer-access.c, punctuation.separator.pointer-access.cpp#DD68B4
storage.modifier.array.bracket.square.c#181818
punctuation.separator.namespace.access.cpp#DD68B4
storage.modifier.import.java, storage.modifier.package.java#181818
storage.type.annotation.java, punctuation.definition.annotation.java#0088ff
markup.heading#DD68B4bold
markup.italic#938bb7italic
markup.bold#938bb7bold
markup.quote#DD68B4
support.type.property-name.json#DD68B4
meta.tag.xml#DD68B4
meta.tag.table.toml#DD68B4bold
keyword.local.lua#DD68B4bold
meta.tag.metadata.doctype.html#0088ff
entity.name.tag.html#DD68B4
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#DD68B4bold
support.constant.property-value.css, support.constant.color.w3c-standard-color-name.css#938bb7
punctuation.separator.key-value.css#DD68B4
keyword.operator.arithmetic.css#DD68B4
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#0088ff
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#DD68B4bold
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#DD68B4
keyword.storage.zig, keyword.default.zig, keyword.statement.zig, keyword.structure.zig#DD68B4bold
keyword.type.zig, keyword.type.integer.zig, keyword.type.c.zig#DD68B4
keyword.type.zig, keyword.type.integer.zig, keyword.type.c.zig#DD68B4
support.function.builtin.zig#0088ffitalic
keyword.constant.bool.zig, keyword.constant.default.zig#938bb7
variable.constant.error.zig#181818underline

Shiki preview

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

Loading...