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

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

Gruber Fruity Theme Pack by Smups - VS Code Theme