-
-
Notifications
You must be signed in to change notification settings - Fork 281
Open
Labels
Description
Currently zulip-term only ships with 4 themes. I would like for there to be an option in zuliprc
to define our own themes, for e.g:
[theme]
background = #93a1a1
...
The values can be in hex, RGB, argb, or just plain names, i.e. cyan, etc.
Because right now, the default is similar to Gruvbox, and while I don't hate it, my personal preference for a theme is Solarized Dark.
This way, it also removes the work for you guys to hardcode every single popular theme out there into the application, leaving the customisation other than a default up to us users.