Skip to main content
Coding Theme

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.background#0D1B2A
  • activityBar.foreground#E0E0E0
  • activityBar.inactiveForeground#A0AFC0
  • activityBarBadge.background#F5CB5C
  • activityBarBadge.foreground#0D1B2A
  • badge.background#1B98E0
  • badge.foreground#FFFFFF
  • button.background#1B98E0
  • button.foreground#FFFFFF
  • button.hoverBackground#166CA6
  • dropdown.background#1B263B
  • dropdown.foreground#E0E0E0
  • editor.background#0D1B2A
  • editor.foreground#E0E0E0
  • editor.lineHighlightBackground#1B263B
  • editor.selectionBackground#1F4068
  • editorCursor.foreground#F5CB5C
  • editorGroup.border#1B263B
  • editorGroupHeader.tabsBackground#0D1B2A
  • editorGroupHeader.tabsBorder#1B263B
  • editorIndentGuide.activeBackground#577590
  • editorIndentGuide.background#1B263B
  • editorLineNumber.activeForeground#F5CB5C
  • editorLineNumber.foreground#577590
  • editorWhitespace.foreground#1B263B
  • extensionButton.prominentBackground#1B98E0
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#166CA6
  • input.background#1B263B
  • input.foreground#E0E0E0
  • input.placeholderForeground#A0AFC0
  • list.activeSelectionBackground#1B263B
  • list.activeSelectionForeground#E0E0E0
  • list.hoverBackground#1B263B
  • list.hoverForeground#E0E0E0
  • list.inactiveSelectionBackground#1B263B
  • list.inactiveSelectionForeground#A0AFC0
  • menu.background#0D1B2A
  • menu.foreground#E0E0E0
  • menu.selectionBackground#1B263B
  • menu.selectionForeground#E0E0E0
  • menu.separatorBackground#1B263B
  • menubar.selectionBackground#1B263B
  • menubar.selectionForeground#E0E0E0
  • notification.background#1B263B
  • notification.buttonBackground#1B98E0
  • notification.buttonForeground#FFFFFF
  • notification.buttonHoverBackground#166CA6
  • notification.foreground#E0E0E0
  • panel.background#0D1B2A
  • panel.border#1B263B
  • panelTitle.activeForeground#E0E0E0
  • panelTitle.inactiveForeground#A0AFC0
  • pickerGroup.border#1B98E0
  • pickerGroup.foreground#E0E0E0
  • progressBar.background#1B98E0
  • scrollbarSlider.activeBackground#166CA6
  • scrollbarSlider.background#1F4068
  • scrollbarSlider.hoverBackground#1B98E0
  • sideBar.background#0D1B2A
  • sideBar.foreground#E0E0E0
  • sideBarSectionHeader.background#1B263B
  • sideBarSectionHeader.foreground#E0E0E0
  • sideBarTitle.foreground#E0E0E0
  • statusBar.background#0D1B2A
  • statusBar.debuggingBackground#1B263B
  • statusBar.debuggingForeground#E0E0E0
  • statusBar.foreground#E0E0E0
  • tab.activeBackground#1B263B
  • tab.activeForeground#E0E0E0
  • tab.border#1B263B
  • tab.inactiveBackground#0D1B2A
  • tab.inactiveForeground#A0AFC0
  • terminal.ansiBlack#0D1B2A
  • terminal.ansiBlue#1B98E0
  • terminal.ansiBrightBlack#546E7A
  • terminal.ansiBrightBlue#1B98E0
  • terminal.ansiBrightCyan#00ADB5
  • terminal.ansiBrightGreen#00A676
  • terminal.ansiBrightMagenta#BB29BB
  • terminal.ansiBrightRed#FF4B5C
  • terminal.ansiBrightWhite#E0E0E0
  • terminal.ansiBrightYellow#F5CB5C
  • terminal.ansiCyan#00ADB5
  • terminal.ansiGreen#00A676
  • terminal.ansiMagenta#BB29BB
  • terminal.ansiRed#FF4B5C
  • terminal.ansiWhite#E0E0E0
  • terminal.ansiYellow#F5CB5C
  • terminal.background#0D1B2A
  • terminal.foreground#E0E0E0
  • terminalCursor.foreground#F5CB5C
  • titleBar.activeBackground#0D1B2A
  • titleBar.activeForeground#E0E0E0
  • titleBar.inactiveBackground#0D1B2A
  • titleBar.inactiveForeground#A0AFC0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, comment markup.link#a9a9a9italic
variable, variable.other.constant, variable.language, variable.parameter.function, variable.parameter, variable.other.readwrite, variable.other.class, variable.other.instance#56b4e9
constant, constant.language, constant.character, constant.other, support.constant, support.constant.edge#e69f00
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double, markup.inline.raw.string.markdown#f5cb5c
keyword, keyword.control, storage.type, storage.modifier, keyword.operator.expression.import, keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof#ff4b5c
entity.name.function, support.function, meta.function-call, variable.function, support.function.std.rust, support.function.console, meta.function-call.generic.python#009e73
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class, entity.other.inherited-class, support.type, support.type.property-name, support.type.primitive.ts, support.type.builtin.ts, support.type.primitive.tsx, support.type.builtin.tsx#bb29bb
meta.method, meta.method.declaration, meta.method.java, meta.method.groovy#1b98e0
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal#f5cb5c
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical, keyword.operator.bitwise, keyword.operator.channel, keyword.operator.sizeof.c, keyword.operator.sizeof.cpp, keyword.operator.delete#e69f00
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator, punctuation.definition.string.begin, punctuation.definition.string.end, punctuation.separator.key-value, punctuation.separator.list.comma.css, punctuation.section.block.begin.bracket.curly.cpp, punctuation.section.block.end.bracket.curly.cpp#e0e0e0
entity.name.tag, punctuation.definition.tag, meta.tag, meta.tag.sgml, markup.deleted.git_gutter#ff4b5c
entity.other.attribute-name, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#f5cb5c
support.type, support.class, support.constant, support.variable, support.module.node, support.type.object.module, support.module.node, entity.name.type.module#00adb5
markup.heading, punctuation.definition.heading, entity.name.section.markdown, markup.heading.setext, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown#ff4b5cbold
markup.italic, punctuation.definition.italic, emphasis md, markup.italic.markdown#f5cb5citalic
markup.bold, punctuation.definition.bold, punctuation.definition.bold.markdown#e69f00bold
markup.underline.link, string.other.link, markup.underline.link.markdown, markup.underline.link.image.markdown#1b98e0
markup.fenced_code, markup.inline.raw, markup.inline.raw.markdown, markup.inline.raw.string.markdown#56b4e9
markup.list, punctuation.definition.list, punctuation.definition.list.begin.markdown, punctuation.definition.list.markdown#f5cb5c
markup.quote, markup.quote.markdown#a9a9a9italic
constant.character.escape, constant.character.escape.markdown#ff4b5c
storage, token.storage, token.storage.type.java#bb29bb
entity.other.inherited-class, entity.global.clojure, meta.definition.class.inherited.classes.groovy#009e73
support.type.property-name.json, support.type.property-name.json punctuation#1b98e0
string.regexp, constant.other.character-class.regexp, keyword.operator.quantifier.regexp#e69f00
invalid, invalid.illegal, invalid.broken, invalid.deprecated, invalid.unimplemented#ff4b5cunderline
invalid.deprecated#bb29bbstrikethrough
support.type.property-name.json punctuation#1b98e0
source.json meta.structure.dictionary.json > value.json > string.quoted.json, source.json meta.structure.array.json > value.json > string.quoted.json#f5cb5c
source.json meta.structure.dictionary.json > string.quoted.json#1b98e0
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string, source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation, source.json meta.structure.array.json > value.json > string.quoted.json > punctuation#f5cb5c
365 Day & Night Themes by Mickael Lherminez - VS Code Theme