Skip to content

shaunvxc/dark-mint-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

dark-mint-theme MELPA

A dark & fresh looking theme for emacs

screen shot 2016-02-15 at 5 27 23 pm

screen shot 2016-02-14 at 10 40 11 pm

##Installation

###Melpa

  • Install from the melpa repo. If you haven't already, you'll need to add the following to your .emacs:
(when (< emacs-major-version 24)
  ;; For important compatibility libraries like cl-lib
  (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")
	                          ("melpa" . "http://melpa.org/packages/")))
(package-initialize) ;; You might already have this line
  • The package can then be installed using: M-x package-install [RET] dark-mint-theme

  • Once installed, the theme can be loaded by running: M-x load-theme [RET] dark-mint

  • To set as the default theme, add the following to your .emacs config file:

(load-theme 'dark-mint)

###Manual Installation

  • Clone the repo or copy the dark-mint-theme.el file into either the custom-theme-directory or the load-path.

  • If in placed in the custom-theme-directory, apply the theme with M-x customize-themes.

  • To set as the default theme, add the following to your .emacs config file:

(load-theme 'dark-mint t)

About

🌚 dark & minty fresh theme for emacs 🍃

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published