replace-colorthemes

Replace color-theme with Emacs theme framework

  • 所有者: emacs-jp/replace-colorthemes
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

color-theme-modern melpa badge melpa stable badge

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

All themes are available on MELPA and MELPA stable

You can install color-theme-modern with the following command.

M-x package-install [RET] color-theme-modern [RET]

NOTE: Package name is different from repository name.

 # Download your favorite theme ~/.emacs.d
 % cd ~/.emacs.d
 % curl -LO https://raw.githubusercontent.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

主要指標

概覽
名稱與所有者emacs-jp/replace-colorthemes
主編程語言Emacs Lisp
編程語言Emacs Lisp (語言數: 1)
平台
許可證Other
所有者活动
創建於2013-02-22 11:49:09
推送於2024-12-27 02:23:23
最后一次提交2024-12-27 11:23:23
發布數3
最新版本名稱0.0.3 (發布於 )
第一版名稱0.0.1 (發布於 )
用户参与
星數329
關注者數23
派生數71
提交數92
已啟用問題?
問題數16
打開的問題數0
拉請求數18
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?