Skip to content

adrianulima/lima-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lima Color Theme for VSCode

lima-theme-preview

Features

  • Minimal color scheme for simplicity
  • Thin border editor and panels for a clean interface
  • Line numbers and scrollbars with little opacity
  • Indentation guides only for the current block
  • Mostly distraction-free experience

Install

  1. Go to VS Marketplace.
  2. Click the Install button.
  3. Then select a theme.

Recommended User Settings for minimal style [Optional]

You can experiment each setting individually to find the best balance for your workflow.

{
  "workbench.colorTheme": "adrianulima-theme",
  "workbench.activityBar.___location": "top",
  "window.customTitleBarVisibility": "never",
  "workbench.layoutControl.enabled": false,
  "window.commandCenter": false,
  "editor.minimap.enabled": false,
  "editor.overviewRulerBorder": false,
  "editor.bracketPairColorization.enabled": false,
  "editor.guides.bracketPairsHorizontal": false,
  "editor.semanticHighlighting.enabled": false
}

Override this theme

To customize a theme in your personal configuration file, please refer to the color theme documentation. This is useful for making small adjustments without the need to fork and maintain your own theme.

Contribute

This is a personal theme, so I'm not going to accept PRs with changes to the theme colors. But if you find a bug or have a suggestion, please open an issue or a PR.

Run the project locally:

git clone https://github.com/adrianulima/lima-theme.git
cd lima-theme
npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published