don9z / blackboard-theme

Port the color-theme-blackboard in emacs to it's own theming mechanism
49 stars 10 forks source link

This porting makes blackboard no longer rely on color-theme package, since Emacs has it's theme mechanism from Emacs 24.

How to use:

Already in MELPA https://melpa.org/#/blackboard-theme

1. First, add a local directory to custome-theme-load-path, (add-to-list 'custom-theme-load-path "~/home/$USER/drop/the/theme/to")

  1. Then drop this theme into it
  2. M-x load-theme, then choose blackboard, it should work, or, simple use (load-theme 'blackboard t) to enable the theme from start.

screenshot