Skip to main content
Coding Theme

MonoFocus

Publisher: Sujal Vivek ChoudhariThemes in package: 4

MonoFocus is a theme that uses only white and its shades to create a distraction-free coding environment. The theme has a blue tint and can switch between light and dark modes.

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#000000
  • activityBar.border#000000
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#FFFFFF
  • breadcrumb.background#000000
  • editor.background#000000
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#FFFFFF33
  • editor.selectionBackground#ffffff
  • editorBracketMatch.background#000000
  • editorBracketMatch.border#000000
  • editorCursor.foreground#FFFFFF
  • editorError.background#000000
  • editorError.foreground#FFFFFF
  • editorGroup.border#000000
  • editorGroup.dropBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#000000
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#ffffff56
  • editorWarning.background#000000
  • editorWarning.foreground#FFFFFF
  • editorWhitespace.foreground#FFFFFF
  • list.activeSelectionBackground#000000
  • list.activeSelectionForeground#FFFFFF
  • list.inactiveSelectionBackground#000000
  • list.inactiveSelectionForeground#FFFFFF
  • panelTitle.activeBorder#000000
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#FFFFFF
  • sideBar.background#000000
  • sideBar.border#000000
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#000000
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#000000
  • statusBar.border#000000
  • statusBar.debuggingBackground#000000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • statusBarItem.activeBackground#000000
  • statusBarItem.hoverBackground#000000
  • statusBarItem.prominentBackground#000000
  • statusBarItem.prominentHoverBackground#000000
  • statusBarItem.remoteBackground#000000
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#000000
  • tab.activeBorderTop#FFFFFF
  • tab.activeForeground#FFFFFF
  • tab.border#000000
  • tab.hoverBackground#000000
  • tab.hoverForeground#FFFFFF
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#FFFFFF
  • tab.unfocusedHoverBackground#000000
  • tab.unfocusedHoverForeground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#FFFFFF
comment#808080
string#808080

Shiki preview

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

Loading...