Skip to main content
Coding Theme

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#110b14
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#fcffe480
  • activityBarBadge.background#ff0051
  • button.background#ff0051
  • button.hoverBackground#ff0051a0
  • diffEditor.insertedLineBackground#41ffd530
  • diffEditor.removedLineBackground#ff4b8266
  • diffEditorGutter.insertedLineBackground#41ffd51a
  • diffEditorGutter.removedLineBackground#ff4b821a
  • disabledForeground#fcffe460
  • dropdown.background#3c343c
  • dropdown.border#fcffe41a
  • editor.background#282229
  • editor.findMatchHighlightBackground#ffaa20a0
  • editor.foreground#fcffe4
  • editor.lineHighlightBackground#fcffe41a
  • editor.selectionBackground#b64477a0
  • editor.wordHighlightBackground#fcffe420
  • editorBracketHighlight.foreground1#ffda53
  • editorBracketHighlight.foreground2#43bdff
  • editorBracketHighlight.foreground3#ff6355
  • editorBracketHighlight.foreground4#b64477
  • editorCursor.foreground#ff5fa7
  • editorError.foreground#ec5135
  • editorGroupHeader.tabsBackground#333133
  • editorGroupHeader.tabsBorder#110b1480
  • editorGutter.addedBackground#41ffd5ca
  • editorGutter.deletedBackground#ff4b82ca
  • editorGutter.modifiedBackground#ffcc95ca
  • editorInfo.foreground#43bdff
  • editorOverviewRuler.addedForeground#41ffd5ca
  • editorOverviewRuler.border#00000000
  • editorOverviewRuler.deletedForeground#ff4b82
  • editorOverviewRuler.errorForeground#ec5135
  • editorOverviewRuler.infoForeground#43bdff
  • editorOverviewRuler.modifiedForeground#ffcc95ca
  • editorOverviewRuler.warningForeground#ffda53
  • editorWarning.foreground#ffda53
  • editorWidget.background#333133
  • focusBorder#41ffd5
  • foreground#fcffe4
  • input.background#fcffe41a
  • inputOption.hoverBackground#41ffd540
  • list.activeSelectionBackground#41ffd560
  • list.errorForeground#ec5135
  • list.focusAndSelectionOutline#41ffd5
  • list.highlightForeground#ff5fa7
  • list.hoverBackground#41ffd527
  • list.inactiveSelectionBackground#fcffe41a
  • list.warningForeground#ffda53
  • minimap.background#110b14
  • minimapSlider.activeBackground#fcffe450
  • minimapSlider.background#fcffe440
  • minimapSlider.hoverBackground#fcffe460
  • pickerGroup.foreground#ff5fa7
  • ports.iconRunningProcessForeground#369432
  • problemsErrorIcon.foreground#ec5135
  • problemsInfoIcon.foreground#43bdff
  • problemsWarningIcon.foreground#ffda53
  • scrollbarSlider.activeBackground#bba991a0
  • scrollbarSlider.background#d3cfc080
  • scrollbarSlider.hoverBackground#d3cfc0a0
  • selection.background#41ffd580
  • sideBar.background#110b14
  • sideBarSectionHeader.background#00000000
  • sideBarSectionHeader.border#cccccc33
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#ff4b81ba
  • statusBarItem.remoteBackground#e1e193
  • statusBarItem.remoteForeground#000000aa
  • statusBarItem.remoteHoverBackground#ffffaa
  • statusBarItem.remoteHoverForeground#000000aa
  • tab.activeBackground#282229
  • tab.activeBorder#282229
  • tab.activeBorderTop#41ffd5
  • tab.border#110b1440
  • tab.inactiveBackground#333133
  • tab.lastPinnedBorder#cccccc33
  • tab.unfocusedActiveBorder#282229
  • terminal.ansiBlue#0e639c
  • terminal.ansiBrightBlack#818172
  • terminal.ansiBrightBlue#6fc1ff
  • terminal.ansiBrightCyan#bcaafe
  • terminal.ansiBrightGreen#41ffd5
  • terminal.ansiBrightMagenta#ff9ac1
  • terminal.ansiBrightRed#ff0051
  • terminal.ansiBrightWhite#fcffe4
  • terminal.ansiBrightYellow#ffcc95
  • terminal.ansiCyan#b084eb
  • terminal.ansiGreen#41ffd5
  • terminal.ansiMagenta#ff5fa7
  • terminal.ansiRed#ff0051
  • terminal.ansiWhite#d3cfc0
  • terminal.ansiYellow#ffb86c
  • terminalCursor.background#fcffe4
  • terminalCursor.foreground#ff5fa7
  • textLink.activeForeground#ff5fa7
  • textLink.foreground#ff5fa7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable#fcffe4
comment, punctuation.semi, punctuation.terminator, punctuation.eq.toml, punctuation.squarebracket, markup.quote.markdown#fcffe480
punctuation.comma, punctuation.separator.comma, punctuation.definition.table.inline.toml, punctuation.definition.tag, punctuation.accessor, punctuation.separator.dot.toml, punctuation.separator.colon.python, punctuation.separator.arguments.python, punctuation.separator.key-value#fcffe4c0
meta.table.inline.toml#fcffe4d0
keyword, keyword.operator.new, keyword.operator.expression.new, markup.underline.link.markdown#ff79b5
keyword.control#b084eb
keyword.operator, punctuation.separator.pointer-access, keyword.operator.comparison.perl#ffffaaaa
keyword.operator.math, keyword.operator.arithmetic, keyword.operator.logical, keyword.operator.comparison, keyword.operator.relational, keyword.operator.increment, keyword.operator.conditional, keyword.operator.ternary#ffaa20bold
constant, variable.other.constant, variable.other.object.property, variable.other.env, support.variable.property, meta.attribute.python#ff98b8
constant.numeric, constant.language.bool, constant.language.boolean, constant.language.java, constant.language.json, entity.other.attribute-name.id#ffa358
storage#ffc466
entity.name.type, support.type.python, support.type.primitive.ts#41ffd5
entity.name.section.markdown, punctuation.definition.heading.markdown#41ffd5bold
storage.type.java, entity.other.inherited-class#ffa34d
entity.name.type.numeric, storage.type.primitive, support.type.primitive, markup.italic.markdownitalic
string, punctuation.definition.string, entity.other.attribute-name.class#ffffaa
variable.other.object#ffffca
punctuation.definition.annotation, storage.type.annotation#ffffaabold
entity.name.function, meta.function-call.generic, support.function#6acbff
variable.language.self, markup.bold.markdownbold
storage.modifier.mut.rust, support.type.property-name.table.toml, keyword.operator.expression.typeof, keyword.operator.expression.nameof#ff6355
meta.interpolation#feaa9a
entity.name.tag.yaml, variable.css, variable.other.readwrite.global.perl, variable.other.assignment.shell, variable.other.normal.shell, support.type.property-name, support.type.primitive, entity.other.attribute-name, punctuation.definition.interpolation, punctuation.definition.lifetime, punctuation.definition.variable.perl, punctuation.definition.variable.shell, entity.name.type.lifetime#ff877c
entity.name.tag, support.class.component, meta.selector.css#ff3978
keyword.operator.borrow.and, keyword.operator.dereference, variable.other.predefined.perl#ff877cbold
meta.preprocessor.macro.c, entity.name.function.preprocessor.c, entity.name.function.macro, keyword.operator.question.rust#ff6355bold
constant.character.escape#ffa29a
meta.attribute.rust, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.pseudo-element#ffa29aa0italic
Moe Codious by Speykious - VS Code Theme