Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.95 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.95 KB

Base16-studio

Preview, discover and tweak base16 themes joyfully

With live updates in your terminal, and color dials at your fingertips!

Base16 Studio

I love the amazing themes created by the community and use a variety of their plugins to achieve a consistent theme across my tooling 🙏 I must confess however, I sometimes feel the need to just tweak one of two subtle shades depending on my setup - I know, I have a problem - but I find this is a great solution (and it's fun!).

  • Tweak and save your favourite themes - or just play and see what you come up with
  • Search and narrow your themes easily (even supports regex)
  • Curate your themes by favouriting or ignoring (there's a lot these days!)
  • Edit with granularity - click on a color name to zoom in and edit with precision
  • Toggle "show changes" to go back-and-forth between your intended changes and the original
  • "Reset" your changes back to the original (and try again!)

Behind the scenes

How to run it

This is ultimately just a nextjs app - so you can boot it locally via...

yarn && yarn dev

A browser should open at http://localhost:8080/. Click "download" in the left panel to clone and navigate the base16 schemes locally 👌

Requirements

  • Requires tmux to source color previews within terminal (uses tmux new-window "source ${path}" to achieve new color palette seamlessly)