A warm, earthy Emacs port of the classic desert colorscheme from Vim.
It aims to preserve the feel of the original:
- dark warm-gray background
- golden/yellow comments
- soft greens for strings
- sandy/orange accents for variables and constants
- gentle blue for function names and types
Screenshot coming soon.
Once available on MELPA, install with:
M-x package-install RET desert-theme RET
Then load it:
(load-theme 'desert t)(use-package desert-theme
:config
(load-theme 'desert t))(use-package desert-theme
:straight (desert-theme
:type git
:host github
:repo "bkc39/desert-theme")
:config
(load-theme 'desert t))Clone the repo and put it on your custom-theme-load-path:
(add-to-list 'custom-theme-load-path "/path/to/desert-theme")
(load-theme 'desert t)Emacs 27.1 or newer (the theme uses the :extend face attribute).
This package uses Eask for building and
linting. CI verifies that the theme byte-compiles and passes checkdoc and
package-lint on Emacs 27.1 through 30.1.
eask install-deps
eask compile # byte-compile (warnings are errors)
eask lint checkdoc
eask lint package # package-lintReleased into the public domain under CC0 1.0 Universal.