A personal collection of themes. Themes work just like herbs: they wouldn't solve any practical problem, but they could make coding more enjoyable.
Thyme is a theme for zsh. It is based on bira, gnzh, and bullet-train.
The source code of thyme has been moved to an independent repository thyme.
Rosemary is a color theme for editors. It is built based on Solarized Dark, and the color tuning is done on this website.
To install for Visual Studio Code:
cp -r rosemary $HOME/.vscode/extensions/
To install for Sublime Text:
# replace ${sublime_path_to_packages} to the path where sublime manages packages
cp rosemary/themes/rosemary.tmTheme ${sublime_path_to_packages}