Skip to content

adatzer/nodra-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodra theme for emacs

Intro

Nodra is a dark theme for Emacs, with NO so much DRA-ma. It features almost no syntax highlighting, and generally king of dark. So far, mainly addresses the modes: ido, which-key, slime(and sldb), sly, neotree.

To install:

  1. If you use straight.el (as i do), add this to your init.el file:
    (straight-use-package
     `(nodra-theme :type git :host github :repo "adatzer/nodra-theme"))
        
  2. Manually:
    • git clone this repository
    • add the path to the directory containing nodra-theme.el to your emacs init
      (add-to-list 'custom-theme-load-path "~/path/to/your/nodra-theme-directory/")
              

To load:

M-x load-theme RET nodra RET

To load this theme always on startup, add to your init.el file:

(load-theme 'nodra t)

Notes

  1. Used with Emacs 26, needs > Emacs 24.
  2. Assumes 256-color palette.
  3. If you modify the theme, remember first to

    M-x disable-theme RET nodra RET

    and then load it again, for your changes to take effect.

Screenshots

./scrshot1.png

./scrshot2.png

About

A dark theme for Emacs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published