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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#000000
comment#808080
string#808080

Shiki preview

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

Loading...