Skip to main content
Coding Theme

BlackBlueRedGreen

Publisher: Jochen UlrichThemes in package: 1

Light color theme featuring: black text, blue keywords, red comments, green strings, bold highlights

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.

  • editor.background#ffffff
  • editor.foreground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#000000
markup.inserted.diff, meta.diff.header.to-file#008000
markup.deleted.diff, meta.diff.header.from-file#FF0000
entity.name#000000
comment#FF0000
variable#000000
variable.language#0000FFbold
variable.other.member#0000C8
keyword.operator#000000
keyword#0000FFbold
keyword.control#0000FFbold
keyword.operator.new#0000FFbold
constant.numeric#FF00FF
constant#000000
constant.language#0000FFbold
constant.language.boolean#0000FFbold
string#008000
constant.character.escape#008000
punctuation.definition.template-expression, meta.template.expression#0000ff
meta.preprocessor#0000FF
keyword.control.import#0000FFbold
entity.name.function#000000bold
entity.name.type#000000bold
storage.type#0000FFbold
storage.modifier#0000FFbold
meta.property-name, support.type.property-name#0000C8
variable.other.enummember#0000C8italic
entity.other.inherited-class
variable.parameter
meta.function-call entity.name.function, variable.functionbold
storage.type.method#000000bold
meta.section entity.name.section, declaration.section entity.name.section
support#000000
support.functionbold
support.class, support.typebold
support.constant
support.variable
invalid
invalid.deprecated.trailing-whitespace
text source, string.unquoted
meta.xml-processing, declaration.xml-processing#0000FFbold
meta.doctype, declaration.doctype, meta.tag.sgml.doctype.html#000000
entity.name.tag.doctype#0000FFbold
meta.doctype.DTD, declaration.doctype.DTD
meta.tag, declaration.tag#0000FF
entity.name.tag#0000FFbold
entity.other.attribute-name#800080
string.quoted.double.xml, string.quoted.double.html#008000
markup.heading#0000FF
markup.quote#000000
markup.list#000000
entity.other.attribute-name.id#000000
entity.other.attribute-name.class#000000
punctuation.definition.tag#0000FFbold
comment.block.documentation#3F5FBF
entity.other.attribute-name.pseudo-element.css#0000FF
support.constant.media.css#0000FF

Shiki preview

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

Loading...

BlackBlueRedGreen - Coding Theme