Yet another emacs dark color theme
Install
darkmine is available in Melpa and el-get
- From Melpa, type
M-x package-install RET darkmine-theme
- From el-get, type
M-x el-get-install RET darkmine-theme
Use
From the minibuffer, simply type M-x load-theme RET darkmine RET
If you want to use it permanently, add this to your emacs configuration file:
(load-theme 'darkmine t)