Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>mojo UINew to Visual Studio Code? Get it now.
mojo UI

mojo UI

aperlman

|
1,569 installs
| (0) | Free
Dark theme, minimal UI, and convenient addons
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

mojo UI

IMPORTANT: to complete installation, copy UI settings in the Setup section.

Keybindings
Activitus Bar
Setup

Overview

Dark theme, extensions, and settings that provide a minimal UI with convenient addons.
mojo UI extensions and settings can be used with any theme.

image

Keybindings

function shortcut
open settings ctrl/cmd + ,
show/hide panel ctrl/cmd + j
show/hide sidebar ctrl/cmd + b
show/hide menu bar alt
search in files ctrl/cmd + shift + f

Activitus Bar

Open the Explorer and Extensions sidebar using the icons on the far left of the status bar. To add other activity bar icons to the status bar see Activitus Bar configuration.

image

Setup

Copy to settings.json

"breadcrumbs.filePath": "last",
"window.menuBarVisibility": "toggle",
"window.title": "${activeEditorMedium}",
"editor.minimap.enabled": false,
"editor.overviewRulerBorder": false,
"editor.scrollBeyondLastColumn": 1,
"editor.cursorBlinking": "phase",
"editor.renderLineHighlight": "gutter",
"editor.renderIndentGuides": false,
"editor.suggest.showStatusBar": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.guides.indentation": false,
"explorer.autoReveal": false,
"scm.countBadge": "off",
"workbench.colorTheme": "mojo",
"workbench.experimental.useCustomHover": true,
"workbench.activityBar.visible": false,
"autoHide.panelDelay": 0,
"autoHide.sideBarDelay": 0,
"autoHide.hideOnOpen": false,
"activitusbar.searchViewInPanel": true,
"activitusbar.views": [
    {
        "name": "explorer",
        "codicon": "explorer-view-icon"
    },
    {
        "name": "extensions",
        "codicon": "extensions-view-icon"
    }
],
"todohighlight.isCaseSensitive": false,
"todohighlight.keywords": [
"TODO"
],
"todohighlight.defaultStyle": {
    "color": "rgba(0,255,255,1.0)",
    "backgroundColor": "rgba(100,100,100,0.5)",
},
"diffEditor.renderSideBySide": false,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.recentChange.enabled": false,
"bracket-pair-colorizer-2.colors": [
    "LightSteelBlue"
],
"trailing-spaces.trimOnSave": true,
"trailing-spaces.backgroundColor": "rgba(55,55,55,0.3)",
"trailing-spaces.borderColor": "rgba(30,30,30,0.15)",
"opened-editors.openedEditors": false,
"opened-editors.copyFolderName": false,
"opened-editors.copyFileName": false,
"workbench.colorCustomizations": {

    "editorBracketHighlight.foreground1": "#abb2c0",
    "editorBracketHighlight.foreground2": "#abb2c0",
    "editorBracketHighlight.foreground3": "#abb2c0",
    "editorBracketHighlight.foreground4": "#abb2c0",
    "editorBracketHighlight.foreground5": "#abb2c0",
    "editorBracketHighlight.foreground6": "#abb2c0",
    "editorBracketHighlight.unexpectedBracket.foreground": "#db6165"
},
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft