custom Emacs theme - a theme base on blue and orange
- Download the theme file and put it to your emacs.d directory.
- Download the Montserrat font file and install it.
- Download ranbow-delimiters package from Melpha and enable it.
- Execute the following commands in your emacs init file.
M-x load-theme RET
citrusOcean
- If you find that you have to execute the above command every time you start emacs, add the following to your init file.
(add-hook 'after-init-hook (lambda () (load-theme 'citrusOcean)))