Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

desert-theme

CI

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

Screenshot coming soon.

Installation

MELPA

Once available on MELPA, install with:

M-x package-install RET desert-theme RET

Then load it:

(load-theme 'desert t)

use-package

(use-package desert-theme
  :config
  (load-theme 'desert t))

straight.el / use-package

(use-package desert-theme
  :straight (desert-theme
             :type git
             :host github
             :repo "bkc39/desert-theme")
  :config
  (load-theme 'desert t))

Manual

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)

Requirements

Emacs 27.1 or newer (the theme uses the :extend face attribute).

Development

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-lint

License

Released into the public domain under CC0 1.0 Universal.

About

desert theme from vim ported to emacs

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages