Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 959 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 959 Bytes

VS Code ßliss

Minimalist UI for VS Code. ßliss

Theme Configuration Settings

Open Command Palette with Cmd + Shift + P (macOS) or Ctrl + Shift + P (Windows/Linux).

Type "Preferences Open User Settings (JSON)" Paste the following provided settings snippet into your settings.json file and save.

{
    ...<previous configs>...,
    "editor.fontFamily": "'Menlo', 'DejaVu Sans Mono', 'Consolas', 'Lucida Console', monospace",
    "editor.fontVariations": false,
    "editor.formatOnSave": true,
    "editor.bracketPairColorization.enabled": false,
    "editor.guides.bracketPairs": false,
    "editor.fontSize": 14,
    "editor.lineHeight": 2,
    "breadcrumbs.enabled": false,
    "window.titleBarStyle": "custom",
}

Save the settings.json file.

If you use the hyper terminal - a matching theme: https://github.com/saadq/hyper-blyss

License

MIT