mirror of
https://github.com/Brychlikov/pywal_sublime.git
synced 2024-11-07 06:23:58 +01:00
pywal_sublime.py | ||
README.md |
Pywal for Sublime
This is a simple script for generating Sublime color schemes. For the best possible experience use it with an adaptive theme (eg. the built-in one or maybe this)
I've chosen colors to be assigned more or less at random, but it looks decent.
It's actually the first thing I've written in my life that can be at least remotely useful for someone. I hope it's not too bad!
Usage
- Clone/download the repo
- (Optional) Copy
pywal_sublime.py
somewhere in your$PATH
- Add the folowing line to
~/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
:"color_scheme": "Packages/User/PyWal.sublime-color-scheme"
or choose the "PyWal" Color Scheme in GUI - Select an adaptive UI theme
- Run
pywal_sublime.py
whenever you runwal
eg. by using thewal -o
flag