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#F8E4D8
  • activityBar.border#f4c7b7
  • activityBar.foreground#102144
  • activityBarBadge.background#cc5640
  • activityBarBadge.foreground#fdf1e7
  • breadcrumb.focusForeground#102144
  • button.background#cc5640
  • button.foreground#fdf1e7
  • button.hoverBackground#cc5640
  • button.secondaryBackground#102144
  • button.separator#fdf1e7
  • checkbox.background#F3CFBA
  • checkbox.foreground#cc5640
  • commandCenter.activeBackground#fdf1e7
  • commandCenter.activeBorder#f4c7b7
  • commandCenter.background#F8E4D8
  • commandCenter.border#f4c7b7
  • commandCenter.inactiveBorder#f4c7b7
  • debugConsole.infoForeground#102144
  • debugToolBar.background#fdf1e7
  • dropdown.background#fdf1e7
  • dropdown.border#f4c7b7
  • editor.background#fdf1e7
  • editor.findMatchHighlightBackground#c2d3ff54
  • editor.findMatchHighlightBorder#759cff
  • editor.foreground#102144
  • editor.hoverHighlightBackground#c2d3ff54
  • editor.lineHighlightBackground#f7e1d39f
  • editor.rangeHighlightBackground#f7e1d39f
  • editor.selectionBackground#c2d3ff54
  • editor.selectionHighlightBorder#759cff
  • editor.wordHighlightBackground#c2d3ff54
  • editor.wordHighlightBorder#759cff
  • editorBracketHighlight.foreground1#2a5dde
  • editorBracketHighlight.foreground2#992511
  • editorBracketHighlight.foreground3#088a45
  • editorBracketHighlight.foreground4#6a18c2
  • editorCommentsWidget.replyInputBackground#FAE8DC
  • editorGroup.border#f4c7b7
  • editorGroupHeader.tabsBackground#F8E4D8
  • editorGroupHeader.tabsBorder#f4c7b7
  • editorInlayHint.background#f4c7b74c
  • editorInlayHint.foreground#102144c0
  • editorLineNumber.activeForeground#cc5640
  • editorLineNumber.foreground#de9887
  • editorUnicodeHighlight.border#cc5640
  • editorWidget.background#fdf1e7
  • editorWidget.border#f4c7b7
  • editorWidget.foreground#102144
  • extensionButton.background#cc5640
  • extensionButton.foreground#FAE8DC
  • extensionButton.hoverBackground#cc5640
  • extensionButton.separator#FAE8DC
  • focusBorder#cc5640
  • git.blame.editorDecorationForeground#cc56408f
  • input.background#fdf1e7
  • input.border#f4c7b7
  • input.foreground#102144
  • list.activeSelectionBackground#F3CFBA
  • list.activeSelectionForeground#102144
  • list.hoverBackground#F3CFBA
  • list.hoverForeground#102144
  • list.inactiveSelectionBackground#F3CFBA
  • list.inactiveSelectionForeground#102144
  • menu.background#fdf1e7
  • menu.foreground#102144
  • menu.selectionBackground#F3CFBA
  • menu.selectionForeground#102144
  • notebook.cellBorderColor#f4c7b7
  • notebook.cellEditorBackground#fdf1e7
  • notebook.editorBackground#F8E4D8
  • notebook.focusedCellBorder#cc5640
  • notifications.background#fdf1e7
  • panel.background#F8E4D8
  • panel.border#f4c7b7
  • panelInput.border#f4c7b7
  • panelTitle.activeBorder#cc5640
  • panelTitle.activeForeground#102144
  • panelTitle.inactiveForeground#102144
  • peekView.border#cc5640
  • peekViewEditor.background#fdf1e7
  • peekViewResult.background#F8E4D8
  • peekViewResult.selectionBackground#F3CFBA
  • peekViewResult.selectionForeground#102144
  • peekViewTitle.background#F8E4D8
  • quickInput.background#F8E4D8
  • quickInput.foreground#102144
  • quickInputList.focusBackground#F3CFBA
  • quickInputList.focusIconForeground#102144
  • scrollbarSlider.activeBackground#f4c7b7B0
  • scrollbarSlider.background#f4c7b760
  • scrollbarSlider.hoverBackground#f4c7b790
  • sideBar.background#F8E4D8
  • sideBar.border#f4c7b7
  • sideBar.foreground#102144
  • sideBarSectionHeader.background#F8E4D8
  • sideBarSectionHeader.border#f4c7b7
  • statusBar.background#F8E4D8
  • statusBar.border#f4c7b7
  • statusBar.debuggingBackground#cc5640
  • statusBar.debuggingForeground#fdf1e7
  • statusBar.foreground#102144
  • statusBar.noFolderBackground#F8E4D8
  • tab.activeBorder#fdf1e7
  • tab.activeBorderTop#cc5640
  • tab.border#f4c7b7
  • tab.hoverBackground#fdf1e7
  • tab.inactiveBackground#F8E4D8
  • terminal.background#F8E4D8
  • textSeparator.foreground#f4c7b7
  • titleBar.activeBackground#F8E4D8
  • titleBar.border#f4c7b7
  • titleBar.inactiveBackground#F8E4D8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6d6d6d
string, punctuation.definition.string, string.quoted.single.python#276e48
constant.character.escape, support.other.escape.special#c54029bold
constant.numeric, constant.language.json.comments#b33305
constant.language.boolean.yaml, constant.language.null.yaml#b33305
entity.name.tag.yaml#2f54b1
entity.name.type.enum, variable.other.enummember#2f54b1
entity.name.namespace
entity.name.type, support.type, storage.type#2f54b1
storage.type.struct#2f54b1
entity.name.type.class, support.class#2f54b1
entity.name.type.interface#2f54b1
entity.name.function, support.function, entity.name.function.member
entity.name.function.macro#7242a6
variable.other.readwrite, entity.name.variable, variable.other.constant, support.constant
variable.parameter
variable.parameter, variable.other.parameter
variable.other.event
keyword.function, keyword.control, keyword.var, keyword.type, keyword.package, keyword.interface#b33305
punctuation.definition.decorator.python, entity.name.function.decorator.python, meta.function.decorator.python#7242a6
constant.language.python, keyword.control.flow.python, keyword.control.import.python, keyword.operator.logical.python, storage.type.class.python, storage.type.function.async.python, storage.type.function.lambda.python, storage.type.function.python#b33305
keyword.control.flow.pythonbold
constant.language.boolean.false.js, constant.language.boolean.false.jsx, constant.language.boolean.false.ts, constant.language.boolean.false.tsx, constant.language.boolean.true.js, constant.language.boolean.true.jsx, constant.language.boolean.true.ts, constant.language.boolean.true.tsx, constant.language.null.js, constant.language.null.jsx, constant.language.null.ts, constant.language.null.tsx, constant.language.undefined.js, constant.language.undefined.jsx, constant.language.undefined.ts, constant.language.undefined.tsx, keyword.control.as.js, keyword.control.as.jsx, keyword.control.as.ts, keyword.control.as.tsx, keyword.control.conditional.js, keyword.control.conditional.jsx, keyword.control.conditional.ts, keyword.control.conditional.tsx, keyword.control.export.js, keyword.control.export.jsx, keyword.control.export.ts, keyword.control.export.tsx, keyword.control.flow.js, keyword.control.flow.jsx, keyword.control.flow.ts, keyword.control.flow.tsx, keyword.control.from.js, keyword.control.from.jsx, keyword.control.from.ts, keyword.control.from.tsx, keyword.control.import.js, keyword.control.import.jsx, keyword.control.import.ts, keyword.control.import.tsx, keyword.control.loop.js, keyword.control.loop.jsx, keyword.control.loop.ts, keyword.control.loop.tsx, keyword.control.switch.js, keyword.control.switch.jsx, keyword.control.switch.ts, keyword.control.switch.tsx, keyword.control.trycatch.js, keyword.control.trycatch.jsx, keyword.control.trycatch.ts, keyword.control.trycatch.tsx, keyword.operator.expression.delete.js, keyword.operator.expression.delete.jsx, keyword.operator.expression.delete.ts, keyword.operator.expression.delete.tsx, keyword.operator.expression.in.js, keyword.operator.expression.in.jsx, keyword.operator.expression.in.ts, keyword.operator.expression.in.tsx, keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.jsx, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx, keyword.operator.expression.is.js, keyword.operator.expression.is.jsx, keyword.operator.expression.is.ts, keyword.operator.expression.is.tsx, keyword.operator.expression.keyof.js, keyword.operator.expression.keyof.jsx, keyword.operator.expression.keyof.ts, keyword.operator.expression.keyof.tsx, keyword.operator.expression.of.js, keyword.operator.expression.of.jsx, keyword.operator.expression.of.ts, keyword.operator.expression.of.tsx, keyword.operator.expression.typeof.js, keyword.operator.expression.typeof.jsx, keyword.operator.expression.typeof.ts, keyword.operator.expression.typeof.tsx, keyword.operator.new.js, keyword.operator.new.jsx, keyword.operator.new.ts, keyword.operator.new.tsx, storage.modifier.async.js, storage.modifier.async.jsx, storage.modifier.async.ts, storage.modifier.async.tsx, storage.modifier.js, storage.modifier.jsx, storage.modifier.ts, storage.modifier.tsx, storage.type.class.js, storage.type.class.jsx, storage.type.class.ts, storage.type.class.tsx, storage.type.enum.js, storage.type.enum.jsx, storage.type.enum.ts, storage.type.enum.tsx, storage.type.function.js, storage.type.function.jsx, storage.type.function.ts, storage.type.function.tsx, storage.type.interface.js, storage.type.interface.jsx, storage.type.interface.ts, storage.type.interface.tsx, storage.type.js, storage.type.jsx, storage.type.namespace.js, storage.type.namespace.jsx, storage.type.namespace.ts, storage.type.namespace.tsx, storage.type.ts, storage.type.tsx, storage.type.type.js, storage.type.type.jsx, storage.type.type.ts, storage.type.type.tsx, variable.language.super.js, variable.language.super.jsx, variable.language.super.ts, variable.language.super.tsx, variable.language.this.js, variable.language.this.jsx, variable.language.this.ts, variable.language.this.tsx#b33305
variable.language.this.js, variable.language.this.jsx, variable.language.this.ts, variable.language.this.tsxunderline
variable.language.super.js, variable.language.super.jsx, variable.language.super.ts, variable.language.super.tsxunderline
keyword.control.as.js, keyword.control.as.jsx, keyword.control.as.ts, keyword.control.as.tsx, keyword.control.conditional.js, keyword.control.conditional.jsx, keyword.control.conditional.ts, keyword.control.conditional.tsx, keyword.control.export.js, keyword.control.export.jsx, keyword.control.export.ts, keyword.control.export.tsx, keyword.control.flow.js, keyword.control.flow.jsx, keyword.control.flow.ts, keyword.control.flow.tsx, keyword.control.from.js, keyword.control.from.jsx, keyword.control.from.ts, keyword.control.from.tsx, keyword.control.import.js, keyword.control.import.jsx, keyword.control.import.ts, keyword.control.import.tsx, keyword.control.loop.js, keyword.control.loop.jsx, keyword.control.loop.ts, keyword.control.loop.tsx, keyword.control.switch.js, keyword.control.switch.jsx, keyword.control.switch.ts, keyword.control.switch.tsx, keyword.control.trycatch.js, keyword.control.trycatch.jsx, keyword.control.trycatch.ts, keyword.control.trycatch.tsxbold
keyword.other.debugger.js, keyword.other.debugger.jsx, keyword.other.debugger.ts, keyword.other.debugger.tsx#b33305bold
markup.heading#b33305bold
markup.fenced_code.block#2f54b1
markup.underline.link#2A5DDE
markup.italicitalic
markup.boldbold
markup.strikethroughstrikethrough
markup.underlineunderline
markup.quote#276E48italic
keyword.control.gobold
keyword.control.rustbold
keyword.other.rust, keyword.other.fn.rust, keyword.other.crate.rust#b33305
storage.type.rust, storage.modifier.mut.rust#b33305
constant.language.bool.rust#b33305
meta.attribute.rust#7242a6
constant.language.boolean.toml, constant.numeric.integer.toml#b33305
Boavista by Hexkey Co. - VS Code Theme