Regress your Emacs to one-color world.
Currently just a proof-of-concept. Works reasonably well as a theme for ELisp hacking and org-mode writing.
- Customize the hue (
M-x customize-variable [RET] monochwome-seed-hue
) - Adjust contrast ratio between the lightest and darkest foreground colors
- Adjust contrast ratio between the lightest and darkest background colors
Clone the repo. Then add the theme's path to Emac's custom-theme-load-path
variable.
(add-to-list 'custom-theme-load-path "/path/to/monochwome-theme/") ;; update
Finally, load the theme using M-x load-theme [RET] monochwome
.
The base code for this theme was inherited from zenburn-theme.el.