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

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#6d8c12bold
keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.logical, entity.name.type.primitive, entity.name.type.numeric, storage.type.primitive#6d8c12
string#a21581
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#a21581italic
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#6d8c12
entity.name.type.result, entity.name.type.option#6d8c12bold
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#6d8c12
keyword.other.unit.hexadecimal#938bb7
storage.type.built-in.primitive.cpp, storage.type.built-in.primitive.c#6d8c12
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#6d8c12
storage.modifier.array.bracket.square.c#181818
punctuation.separator.namespace.access.cpp#6d8c12
storage.modifier.import.java, storage.modifier.package.java#181818
storage.type.annotation.java, punctuation.definition.annotation.java#0088ff
markup.heading#6d8c12bold
markup.italic#938bb7italic
markup.bold#938bb7bold
markup.quote#6d8c12
support.type.property-name.json#6d8c12
meta.tag.xml#6d8c12
meta.tag.table.toml#6d8c12bold
keyword.local.lua#6d8c12bold
meta.tag.metadata.doctype.html#0088ff
entity.name.tag.html#6d8c12
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#6d8c12bold
support.constant.property-value.css, support.constant.color.w3c-standard-color-name.css#938bb7
punctuation.separator.key-value.css#6d8c12
keyword.operator.arithmetic.css#6d8c12
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#6d8c12bold
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#6d8c12
keyword.storage.zig, keyword.default.zig, keyword.statement.zig, keyword.structure.zig#6d8c12bold
keyword.type.zig, keyword.type.integer.zig, keyword.type.c.zig#6d8c12
keyword.type.zig, keyword.type.integer.zig, keyword.type.c.zig#6d8c12
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...