Skip to content

novakboskov/replace-colorthemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replace color-theme project

This project replaces color-theme with Emacs 24 theme framework.

Please request by issues if you want me to port your favarite theme of colorthemes.

Screenshot

Screenshots are here

Installation

 # Download your favorite theme ~/.emacs.d
 % cd ~/.emacs.d
 % curl -O https://raw.github.com/emacs-jp/replace-colorthemes/master/aalto-dark-theme.el

And add theme configuration to you configuration file

(load-theme 'aalto-dark t t)
(enable-theme 'aalto-dark)

Or

 # Download all themes
 % git clone https://github.com/emacs-jp/replace-colorthemes.git

And add following code to your configuration file

;; Please set your themes directory to 'custom-theme-load-path
(add-to-list 'custom-theme-load-path
             (file-name-as-directory "your cloned directory path"))

;; load your favorite theme
(load-theme 'aalto-dark t t)
(enable-theme 'aalto-dark)

Ported themes

3rd Party Theme

About

Replace color-theme with Emacs theme framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%