Skip to content

thebigcicca/sexy-theme.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sexy theme

https://melpa.org/packages/sexy-theme-badge.svg

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.

./sexy.png

Installation

There are two ways to install the theme: using MELPA or manually.

Install from MELPA

  1. 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)
        
  2. Refresh package contents:
    M-x package-refresh-contents
        
  3. Install the theme:
    M-x package-install RET sexy-theme RET
        
  4. Load the theme:
    (load-theme 'sexy t)
        
  5. To enable the theme at startup, add the load-theme command to your init file.

Manual installation

Alternatively, you can install the theme manually:

  1. Clone the repository:
    https://github.com/bgcicca/sexy-theme.el
        
  2. Add the theme’s directory to your custom theme load path:
    (add-to-list 'custom-theme-load-path "/path/to/sexy-theme/")
        
  3. Load the theme:
    (load-theme 'sexy t)
        

License

This project is licensed under the MIT License.

About

An incredibly sexy theme for emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors