URI: 
       README.md - monochwome-theme - Regress your Emacs to one-color world.âŒ
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       README.md (890B)
       ---
            1 # Monochwome
            2 
            3 Regress your Emacs to one-color world.
            4 
            5 ![Screenshot of Monochwome](monochwome.png "Monochwome (orange)")
            6 ![Screenshot of Monochwome](monochwome-green.png "Monochwome (green)")
            7 
            8 Currently just a proof-of-concept. Works reasonably well as a theme for ELisp hacking and org-mode writing.
            9 
           10 # Features
           11 
           12 - Customize the hue (`M-x customize-variable [RET] monochwome-seed-hue`)
           13 - Adjust contrast ratio between the lightest and darkest *foreground* colors
           14 - Adjust contrast ratio between the lightest and darkest *background* colors
           15 
           16 # Installation
           17 
           18 Clone the repo. Then add the theme's path to Emac's `custom-theme-load-path` variable.
           19 
           20 ``` elisp
           21 (add-to-list 'custom-theme-load-path "/path/to/monochwome-theme/") ;; update
           22 
           23 ```
           24 
           25 Finally, load the theme using `M-x load-theme [RET] monochwome`.
           26 
           27 # Acknowledgements
           28 
           29 The base code for this theme was inherited from zenburn-theme.el.