Borealis
A Visual Studio Code theme that's been designed for Clojure, but which looks pretty good with other languages too.
Screen shots
Clojure
JavaScript
Java
Installation
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for
borealis
- Click Install to install it
- Click Reload to reload the Code
- From the menu bar click: Code > Preferences > Color Theme > Borealis
Rainbow parens
If you use Calva and like rainbow parens, then feel add this list of colours to your settings.json :
"calva.highlight.bracketColors": [
"#70BFFF",
"#887FD5",
"#EB77EC",
"#FFBB44",
"#EFEF66",
"#63EB63",
"#55F1E1"
]
| |