Sexy color theme for Emacs by Bruno Ciccarino. A strong colors variant of the Gruber Darker theme for deftheme by rexim. Extended by Bruno Ciccarino a.k.a. cicca.
There are two ways to install the theme: using MELPA or manually.
- Ensure MELPA is added to your package archives by adding the following to your init file (`init.el` or `.emacs`):
(require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (package-initialize)
- Refresh package contents:
M-x package-refresh-contents
- Install the theme:
M-x package-install RET sexy-theme RET
- Load the theme:
(load-theme 'sexy t)
- To enable the theme at startup, add the load-theme command to your init file.
Alternatively, you can install the theme manually:
- Clone the repository:
https://github.com/bgcicca/sexy-theme.el
- Add the theme’s directory to your custom theme load path:
(add-to-list 'custom-theme-load-path "/path/to/sexy-theme/")
- Load the theme:
(load-theme 'sexy t)
This project is licensed under the MIT License.