Peppermint and orange flavored dark theme for bat and any TextMate-compatible app. Port of the Vesper VS Code theme by Rauno Freiberg.
| Role | Color | Hex |
|---|---|---|
| Background | #101010 |
|
| Foreground | #CCCCCC |
|
| Strings | #99FFE4 |
|
| Keywords / Constants | #FFC799 |
|
| Comments | #7D7D7D |
|
| Errors | #FF8080 |
|
| Operators | #65737E |
|
| Functions | #FFFFFF |
-
Copy the theme file to bat's theme directory:
cp Vesper.tmTheme "$(bat --config-dir)/themes/" -
Rebuild the bat cache:
bat cache --build
-
Use the theme:
bat --theme=Vesper file.txt
Or add it to your bat config file (
bat --config-file):--theme="Vesper"
-
Copy
Vesper.tmThemeto your Sublime Text Packages/User directory:- macOS:
~/Library/Application Support/Sublime Text/Packages/User/ - Linux:
~/.config/sublime-text/Packages/User/ - Windows:
%APPDATA%\Sublime Text\Packages\User\
- macOS:
-
Select the theme via Preferences > Color Scheme > Vesper.
Based on the Vesper VS Code theme by Rauno Freiberg.

