Skip to main content
CodingTheme

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#555577
  • activityBar.background#333355
  • activityBarBadge.background#c22b6a
  • badge.background#c22b6a
  • button.background#777799
  • dropdown.background#222244
  • editor.background#333355
  • editor.foreground#eeeeee
  • editor.lineHighlightBackground#513066
  • editor.selectionBackground#555577
  • editorGroupHeader.tabsBackground#222244
  • input.background#222244
  • input.border#666699
  • list.activeSelectionBackground#444477
  • list.hoverBackground#333355
  • list.inactiveSelectionBackground#333355
  • menu.background#222244
  • notifications.background#222244
  • sideBar.background#222244
  • sideBarSectionHeader.background#333355
  • statusBar.background#222244
  • tab.inactiveBackground#222244
  • titleBar.activeBackground#333355

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment, support.n64asm.comment#999999italic
entity.name.function, support.function, function, function.support.builtin, function.support.core, support.n64asm.label#8bdf64
entity.name.function-call, support.n64asm.macro#fd9f24
constant.language, constant.character, constant.other, variable.language, support.constant, support.n64asm.constant#f05286
constant.numeric, support.n64asm.number#f481ff
string, string.template#dfd65d
keyword, keyword.operator, keyword.operator.logical, keyword.operator.constructor, entity.name.tag, support.dictionary.json, support.n64asm.instructions, storage.type, storage#58c2ffbold
support.n64asm.instructions.bass#22dabbbold
support.n64asm.definition.identifier#eeeeee

Shiki preview

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

Loading...

N64 Assembly Support by Thomas Noury - VS Code Theme