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#070707
  • activityBar.foreground#7D7D7D
  • activityBarBadge.background#383838
  • badge.background#383838
  • badge.foreground#C1C1C1
  • button.background#333
  • debugIcon.breakpointCurrentStackframeForeground#79b8ff
  • debugIcon.breakpointDisabledForeground#848484
  • debugIcon.breakpointForeground#FF7A84
  • debugIcon.breakpointStackframeForeground#79b8ff
  • debugIcon.breakpointUnverifiedForeground#848484
  • debugIcon.continueForeground#FF7A84
  • debugIcon.disconnectForeground#FF7A84
  • debugIcon.pauseForeground#FF7A84
  • debugIcon.restartForeground#79b8ff
  • debugIcon.startForeground#79b8ff
  • debugIcon.stepBackForeground#FF7A84
  • debugIcon.stepIntoForeground#FF7A84
  • debugIcon.stepOutForeground#FF7A84
  • debugIcon.stepOverForeground#FF7A84
  • debugIcon.stopForeground#79b8ff
  • diffEditor.insertedTextBackground#3a632a4b
  • diffEditor.removedTextBackground#88063852
  • dropdown.background#252525
  • dropdown.border#252525
  • editor.background#0C0C0C
  • editor.lineHighlightBorder#303030
  • editorGroupHeader.tabsBackground#070707
  • editorGroupHeader.tabsBorder#070707
  • editorIndentGuide.activeBackground1#383838
  • editorIndentGuide.background1#2A2A2A
  • editorLineNumber.foreground#727272
  • editorRuler.foreground#2A2A2A
  • editorSuggestWidget.background#070707
  • focusBorder#444
  • foreground#888888
  • gitDecoration.ignoredResourceForeground#444444
  • input.background#2A2A2A
  • input.foreground#E0E0E0
  • inputOption.activeBackground#3a3a3a
  • list.activeSelectionBackground#303030
  • list.activeSelectionForeground#F5F5F5
  • list.focusBackground#292929
  • list.highlightForeground#EAEAEA
  • list.hoverBackground#262626
  • list.hoverForeground#9E9E9E
  • list.inactiveSelectionBackground#212121
  • list.inactiveSelectionForeground#F5F5F5
  • panelTitle.activeBorder#0C0C0C
  • panelTitle.activeForeground#FAFAFA
  • panelTitle.inactiveForeground#484848
  • peekView.border#444
  • peekViewEditor.background#242424
  • pickerGroup.border#363636
  • pickerGroup.foreground#EAEAEA
  • progressBar.background#FAFAFA
  • scrollbar.shadow#0C0C0C
  • sideBar.background#070707
  • sideBarSectionHeader.background#070707
  • statusBar.background#070707
  • statusBar.debuggingBackground#070707
  • statusBar.foreground#7E7E7E
  • statusBar.noFolderBackground#070707
  • statusBarItem.prominentBackground#fafafa1a
  • statusBarItem.remoteBackground#07070700
  • statusBarItem.remoteForeground#7E7E7E
  • symbolIcon.classForeground#FF9800
  • symbolIcon.constructorForeground#b392f0
  • symbolIcon.enumeratorForeground#FF9800
  • symbolIcon.enumeratorMemberForeground#79b8ff
  • symbolIcon.eventForeground#FF9800
  • symbolIcon.fieldForeground#79b8ff
  • symbolIcon.functionForeground#b392f0
  • symbolIcon.interfaceForeground#79b8ff
  • symbolIcon.methodForeground#b392f0
  • symbolIcon.variableForeground#79b8ff
  • tab.activeBorder#1e1e1e
  • tab.activeForeground#FAFAFA
  • tab.border#070707
  • tab.inactiveBackground#070707
  • tab.inactiveForeground#727272
  • terminal.ansiBrightBlack#5c5c5c
  • textLink.activeForeground#fafafa
  • textLink.foreground#CCC
  • titleBar.activeBackground#070707
  • titleBar.border#00000000
  • titleBar.inactiveBackground#0c0c0c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.member#3aafff
comment#a1784cbold italic
string#AAAFEB
constant.numeric#8FC2BB
constant.character, constant.other#22FF99
constant.language#bDbe82
storage#8B6CCF
meta.function-call.generic#22FF99
support.function, support.type#ADAeB2
variable.other.external-symbol#BBDFDD
variable.other#3aafff
meta.attribute#3aafff
variable.parameter#33b6a9
keyword#bB7Dbf
entity.name.type#AF77A9
entity.name.class#B998DF
entity.name.structure#22FF99
entity.name.tag#49a6d2
entity.name.function#12FFA9
entity.name.function.io#DFB3AC
entity.name.function.misc#E3E4A9
entity.name.function.predicate#A5DF93
entity.other.attribute-name#4986C2
entity.name.class, entity.name.type.class#ff4377
support.class#EF6AA7
invalid#DFDFD5
string source#3399FFitalic
markup.heading#12FFA9bold
markup.italic#bB7Dbfitalic
markup.bold#bB7Dbfbold
markup.underline#8B6CCFunderline
markup.underline.link.gfm#3aafffunderline

Shiki preview

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

Loading...

TechNoir - Coding Theme