Coder Social home page Coder Social logo

leftish's Introduction

🌘 Leftish

A VS Code color theme with minimal highlighting inspired by Left. Dark version coming soon.

Motivation

  • Most VS Code themes look like fireworks making it hard to discern any meaning from the colors. This one aims to be easy on the eyes and reserves colors for meaningful things.
  • Emphasize: comments, selections, matches, definitions (what you search for and what you communicate about)
  • De-emphasize: control flow statements (if, else, loops, etc) — those are usually the most obvious and least interesting parts of the program.

Leftish is heavily inspired by Left, Alabaster and brutalist-theme.

Screenshot of a VS Code editor with the Leftish color theme active

How can I use it?

  • In VS Code, go to ViewExtensions
  • Search for "Leftish" and click "Install"
  • After it’s installed, click "Set Color Theme"

Recommendations

For a calmer editing experience, I recommend the following settings:

  • Hide the activity bar: ViewAppearanceActivity Bar PositionHidden
  • Hide the sidebar: ⌘ B or Ctrl B
  • Use the Commands Palette instead: ⇧ ⌘ P or ⇧ Ctrl P
  • Hide the bottom Output Panel: Drag from the top frame of the panel down until it disappears
  • (or use the AutoHide extension)
  • Disable icons, rainbow parens, indentation guides, breadcrumbs, lightbulbs sigh, and line numbers (use Ctrl G instead) by adding this to your User Settings JSON file (⇧ ⌘ POpen User Settings (JSON)):
"workbench.editor.showIcons": false,
"workbench.layoutControl.enabled": false,
"workbench.iconTheme": null,
"editor.bracketPairColorization.enabled": false,
"editor.guides.indentation": false,
"editor.lightbulb.enabled": "off",
"editor.lineNumbers": "off",
"editor.renderWhitespace": "selection",
"calva.highlight.enableBracketColors": false,
"calva.highlight.rainbowIndentGuides": false,
"calva.highlight.highlightActiveIndent": false,
"breadcrumbs.enabled": false,

Disclaimer

I’m mostly using Clojure/LISP in my day-to-day work so the theme might be heavily biased towards this. I also checked it against various JS, TS, HTML and CSS files but you might run into cases where things look weird … which brings us to the next section.

But it doesn’t support…

Feel free to open a PR with whatever you need. If it fits the theme, I’ll probably merge it.

leftish's People

Contributors

philippamarkovics avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.