Skip to main content
Coding Theme

Radiant Theme

Publisher: joffarexThemes in package: 1

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.activeBackground#e2424a
  • activityBar.activeFocusBorder#512730
  • activityBar.background#15222e
  • activityBar.foreground#d7dae0
  • activityBarBadge.background#4d78cc
  • activityBarBadge.foreground#f8fafd
  • badge.background#282c34
  • button.background#512730
  • button.secondaryBackground#512730
  • debugToolBar.background#21252b
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#15222e
  • dropdown.border#512730
  • editor.background#15222e
  • editor.findMatchBackground#42557b
  • editor.findMatchBorder#457dff
  • editor.findMatchHighlightBackground#e2424a
  • editor.foreground#abb2bf
  • editor.lineHighlightBackground#2c313c
  • editor.selectionBackground#512730
  • editor.selectionHighlightBackground#ffffff10
  • editor.selectionHighlightBorder#dddddd
  • editor.wordHighlightBackground#d2e0ff2f
  • editor.wordHighlightBorder#7f848e
  • editor.wordHighlightStrongBackground#abb2bf26
  • editor.wordHighlightStrongBorder#7f848e
  • editorActiveLineNumber.foreground#737984
  • editorBracketMatch.background#515a6b
  • editorBracketMatch.border#515a6b
  • editorCursor.background#ffffffc9
  • editorCursor.foreground#528bff
  • editorError.foreground#c24038
  • editorGroup.background#181a1f
  • editorGroup.border#512730
  • editorGroup.dropBackground#963e48
  • editorGroupHeader.border#512730
  • editorGroupHeader.tabsBackground#15222e
  • editorGroupHeader.tabsBorder#512730
  • editorHoverWidget.background#21252b
  • editorHoverWidget.border#181a1f
  • editorIndentGuide.activeBackground#c8c8c859
  • editorIndentGuide.background#3b4048
  • editorLineNumber.foreground#495162
  • editorMarkerNavigation.background#21252b
  • editorRuler.foreground#abb2bf26
  • editorSuggestWidget.background#21252b
  • editorSuggestWidget.border#181a1f
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWarning.foreground#d19a66
  • editorWhitespace.foreground#3b4048
  • editorWidget.background#21252b
  • focusBorder#464646
  • input.background#15222e
  • input.border#512730
  • list.activeSelectionBackground#df5058
  • list.activeSelectionForeground#d7dae0
  • list.dropBackground#963e48
  • list.focusBackground#e2424a
  • list.highlightForeground#c5c5c5
  • list.hoverBackground#512730
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • list.warningForeground#d19a66
  • menu.background#0f1922
  • menu.foreground#c8c8c8
  • panel.background#0f1922
  • panelSectionHeader.background#21252b
  • peekViewEditor.background#1b1d23
  • peekViewEditor.matchHighlightBackground#29244b
  • peekViewResult.background#22262b
  • progressBar.background#df5058
  • scrollbarSlider.activeBackground#747d9180
  • scrollbarSlider.background#4e566660
  • scrollbarSlider.hoverBackground#5a637580
  • sideBar.background#0f1922
  • sideBar.border#512730
  • sideBarSectionHeader.background#282c34
  • sideBarSectionHeader.border#512730
  • statusBar.background#512730
  • statusBar.debuggingBackground#cc6633
  • statusBar.debuggingBorder#66017a
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252b
  • statusBarItem.hoverBackground#2c313a
  • statusBarItem.remoteBackground#4d78cc
  • statusBarItem.remoteForeground#f8fafd
  • tab.activeBackground#e2424a
  • tab.activeForeground#dcdcdc
  • tab.border#181a1f
  • tab.hoverBackground#323842
  • tab.inactiveBackground#15222e
  • tab.unfocusedHoverBackground#323842
  • terminal.ansiBlack#3f4451
  • terminal.ansiBlue#4aa5f0
  • terminal.ansiBrightBlack#4f5666
  • terminal.ansiBrightBlue#4dc4ff
  • terminal.ansiBrightCyan#4cd1e0
  • terminal.ansiBrightGreen#a5e075
  • terminal.ansiBrightMagenta#de73ff
  • terminal.ansiBrightRed#ff616e
  • terminal.ansiBrightWhite#d7dae0
  • terminal.ansiBrightYellow#f0a45d
  • terminal.ansiCyan#42b3c2
  • terminal.ansiGreen#8cc265
  • terminal.ansiMagenta#c162de
  • terminal.ansiRed#e05561
  • terminal.ansiWhite#e6e6e6
  • terminal.ansiYellow#d18f52
  • terminal.background#0f1922
  • terminal.border#abb2bf
  • terminal.foreground#abb2bf
  • terminal.selectionBackground#abb2bf30
  • textLink.foreground#61afef
  • titleBar.activeBackground#0f1922
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#21252b
  • titleBar.inactiveForeground#6b717d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison#E06C75
variable.other.generic-type.haskell#C678DD
storage.type.haskell#D19A66
support.variable.magic.python#E06C75
punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python#ABB2BF
variable.parameter.function.language.special.self.python#E5C07B
storage.modifier.lifetime.rust#ABB2BF
support.function.std.rust#61AFEF
entity.name.lifetime.rust#E5C07B
variable.language.rust#E06C75
support.constant.edge#C678DD
constant.other.character-class.regexp#E06C75
keyword.operator.quantifier.regexp#D19A66
punctuation.definition.string.begin,punctuation.definition.string.end#98C379
variable.parameter.function#ABB2BF
comment markup.link#5C6370
markup.changed.diff#E5C07B
meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff#61AFEF
markup.inserted.diff#98C379
markup.deleted.diff#E06C75
meta.function.c,meta.function.cpp#E06C75
punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c#ABB2BF
punctuation.separator.key-value#ABB2BF
keyword.operator.expression.import#61AFEF
support.constant.math#E5C07B
support.constant.property.math#D19A66
variable.other.constant#E5C07B
storage.type.annotation.java, storage.type.object.array.java#E5C07B
source.java#E06C75
punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java#ABB2BF
meta.method.java#61AFEF
storage.modifier.import.java,storage.type.java,storage.type.generic.java#E5C07B
keyword.operator.instanceof.java#C678DD
meta.definition.variable.name.java#E06C75
keyword.operator.logical#56B6C2
keyword.operator.bitwise#56B6C2
keyword.operator.channel#56B6C2
support.constant.property-value.scss,support.constant.property-value.css#D19A66
keyword.operator.css,keyword.operator.scss,keyword.operator.less#56B6C2
support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss#D19A66
punctuation.separator.list.comma.css#ABB2BF
support.constant.color.w3c-standard-color-name.css#D19A66
support.type.vendored.property-name.css#56B6C2
support.module.node,support.type.object.module,support.module.node#E5C07B
entity.name.type.module#E5C07B
variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node#E06C75
support.constant.json#D19A66
keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof#C678DD
support.type.object.console#E06C75
support.variable.property.process#D19A66
entity.name.function,support.function.console#61AFEF
keyword.operator.misc.rust#ABB2BF
keyword.operator.sigil.rust#C678DD
keyword.operator.delete#C678DD
support.type.object.dom#56B6C2
support.variable.dom,support.variable.property.dom#E06C75
keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational#56B6C2
keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp#C678DD
punctuation.separator.delimiter#ABB2BF
punctuation.separator.c,punctuation.separator.cpp#C678DD
support.type.posix-reserved.c,support.type.posix-reserved.cpp#56B6C2
keyword.operator.sizeof.c,keyword.operator.sizeof.cpp#C678DD
variable.parameter.function.language.python#D19A66
support.type.python#56B6C2
keyword.operator.logical.python#C678DD
variable.parameter.function.python#D19A66
punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python#ABB2BF
meta.function-call.generic.python#61AFEF
constant.character.format.placeholder.other.python#D19A66
keyword.operator#ABB2BF
keyword.operator.assignment.compound#C678DD
keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts#56B6C2
keyword#C678DD
entity.name.namespace#E5C07B
variable#E06C75
variable.c#ABB2BF
variable.language#E5C07B
token.variable.parameter.java#ABB2BF
import.storage.java#E5C07B
token.package.keyword#C678DD
token.package#ABB2BF
entity.name.function, meta.require, support.function.any-method, variable.function#61AFEF
entity.name.type.namespace#E5C07B
support.class, entity.name.type.class#E5C07B
entity.name.class.identifier.namespace.type#E5C07B
entity.name.class, variable.other.class.js, variable.other.class.ts#E5C07B
variable.other.class.php#E06C75
entity.name.type#E5C07B
keyword.control#C678DD
control.elements, keyword.operator.less#D19A66
keyword.other.special-method#61AFEF
storage#C678DD
token.storage#C678DD
keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void#C678DD
token.storage.type.java#E5C07B
support.function#56B6C2
support.type.property-name#ABB2BF
support.constant.property-value#ABB2BF
support.constant.font-name#D19A66
meta.tag#ABB2BF
string#98C379
entity.other.inherited-class#E5C07B
constant.other.symbol#56B6C2
constant.numeric#D19A66
constant#D19A66
punctuation.definition.constant#D19A66
entity.name.tag#E06C75
entity.other.attribute-name#D19A66
entity.other.attribute-name.id#61AFEFnormal
entity.other.attribute-name.class.css#D19A66normal
meta.selector#C678DD
markup.heading#E06C75
markup.heading punctuation.definition.heading, entity.name.section#61AFEF
keyword.other.unit#E06C75
markup.bold,todo.bold#D19A66
punctuation.definition.bold#E5C07B
markup.italic, punctuation.definition.italic,todo.emphasis#C678DD
emphasis md#C678DD
entity.name.section.markdown#E06C75
punctuation.definition.heading.markdown#E06C75
punctuation.definition.list.begin.markdown#E06C75
markup.heading.setext#ABB2BF
punctuation.definition.bold.markdown#D19A66
markup.inline.raw.markdown#98C379
markup.inline.raw.string.markdown#98C379
punctuation.definition.list.markdown#E06C75
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#E06C75
beginning.punctuation.definition.list.markdown#E06C75
punctuation.definition.metadata.markdown#E06C75
markup.underline.link.markdown,markup.underline.link.image.markdown#C678DD
string.other.link.title.markdown,string.other.link.description.markdown#61AFEF
string.regexp#56B6C2
constant.character.escape#56B6C2
punctuation.section.embedded, variable.interpolation#E06C75
punctuation.section.embedded.begin,punctuation.section.embedded.end#C678DD
invalid.illegal#FFFFFF
invalid.illegal.bad-ampersand.html#ABB2BF
invalid.broken#FFFFFF
invalid.deprecated#FFFFFF
invalid.unimplemented#FFFFFF
source.json meta.structure.dictionary.json > string.quoted.json#E06C75
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#E06C75
source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation#98C379
source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json#56B6C2
support.type.property-name.json#E06C75
support.type.property-name.json punctuation#E06C75
text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade#C678DD
text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade#C678DD
support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php#E5C07B
keyword.operator.error-control.php#C678DD
keyword.operator.type.php#C678DD
punctuation.section.array.begin.php#ABB2BF
punctuation.section.array.end.php#ABB2BF
invalid.illegal.non-null-typehinted.php#F44747
storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php#E5C07B
meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php#61AFEF
punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php#ABB2BF
support.constant.core.rust#D19A66
support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php#D19A66
entity.name.goto-label.php,support.other.php#61AFEF
keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php#56B6C2
keyword.operator.regexp.php#C678DD
keyword.operator.comparison.php#56B6C2
keyword.operator.heredoc.php,keyword.operator.nowdoc.php#C678DD
meta.function.decorator.python#61AFEF
support.token.decorator.python,meta.function.decorator.identifier.python#56B6C2
function.parameter#ABB2BF
function.brace#ABB2BF
function.parameter.ruby, function.parameter.cs#ABB2BF
constant.language.symbol.ruby#56B6C2
rgb-value#56B6C2
inline-color-decoration rgb-value#D19A66
less rgb-value#D19A66
selector.sass#E06C75
support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx#E5C07B
block.scope.end,block.scope.begin#ABB2BF
storage.type.cs#E5C07B
entity.name.variable.local.cs#E06C75
token.info-token#61AFEF
token.warn-token#D19A66
token.error-token#F44747
token.debug-token#C678DD
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#C678DD
meta.template.expression#ABB2BF
keyword.operator.module#C678DD
support.type.type.flowtype#61AFEF
support.type.primitive#E5C07B
meta.property.object#E06C75
variable.parameter.function.js#E06C75
keyword.other.template.begin#98C379
keyword.other.template.end#98C379
keyword.other.substitution.begin#98C379
keyword.other.substitution.end#98C379
keyword.operator.assignment#56B6C2
keyword.operator.assignment.go, keyword.operator.address.go#E5C07B
entity.name.package.go#E5C07B
support.type.prelude.elm#56B6C2
support.constant.elm#D19A66
punctuation.quasi.element#C678DD
constant.character.entity#E06C75
entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class#56B6C2
entity.global.clojure#E5C07B
meta.symbol.clojure#E06C75
constant.keyword.clojure#56B6C2
meta.arguments.coffee, variable.parameter.function.coffee#E06C75
source.ini#98C379
meta.scope.prerequisites.makefile#E06C75
source.makefile#E5C07B
storage.modifier.import.groovy#E5C07B
meta.method.groovy#61AFEF
meta.definition.variable.name.groovy#E06C75
meta.definition.class.inherited.classes.groovy#98C379
support.variable.semantic.hlsl#E5C07B
support.type.texture.hlsl, support.type.sampler.hlsl, support.type.object.hlsl, support.type.object.rw.hlsl, support.type.fx.hlsl, support.type.object.hlsl#C678DD
text.variable, text.bracketed#E06C75
support.type.swift, support.type.vb.asp#E5C07B
entity.name.function.xi#E5C07B
entity.name.class.xi#56B6C2
constant.character.character-class.regexp.xi#E06C75
constant.regexp.xi#C678DD
keyword.control.xi#56B6C2
invalid.xi#ABB2BF
beginning.punctuation.definition.quote.markdown.xi#98C379
beginning.punctuation.definition.list.markdown.xi#7F848E
constant.character.xi#61AFEF
accent.xi#61AFEF
wikiword.xi#D19A66
constant.other.color.rgb-value.xi#FFFFFF
punctuation.definition.tag.xi#5C6370
entity.name.label.cs, entity.name.scope-resolution.function.call, entity.name.scope-resolution.function.definition#E5C07B
entity.name.label.cs, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown#E06C75
meta.brace.square#ABB2BF
comment, punctuation.definition.comment#7F848Eitalic
markup.quote.markdown#5C6370
punctuation.definition.block.sequence.item.yaml#ABB2BF
entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.superitalic
comment.line.double-slash,comment.block.documentationitalic
keyword.control.import.python,keyword.control.flow.pythonitalic
markup.italic.markdownitalic
entity.name.type#A54DC0
entity.name.class#A54DC0
support.type#A54DC0
support.class#A54DC0
entity.name.function#7855CF
support.function#7855CF
variable#C296E0
entity.name.variable#C296E0
variable.other#C296E0
variable.parameter#DDD0D3
variable.other.readwrite#E2424A

Shiki preview

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

Loading...

Radiant Theme - Coding Theme