Skip to content

The rg theme collection

License

Notifications You must be signed in to change notification settings

emacsmirror/rg-themes

 
 

Repository files navigation

rg theme collection

This is a collection of all the Emacs themes I have created.

https://gligan.net/emacs-themes

Installation

With Emacs 30 or higher, you can directly pull the files from this repository:

(use-package rg-themes
  :vc (:url "https://github.com/raegnald/rg-themes"
       :branch "main"))

Otherwise, just clone this repo into your Emacs folder.

Usage

Select a theme to apply by using the rg-themes-set function. You can call this function interactively. Find the theme you like most, and then to load it automatically every time you open Emacs, add it to your Emacs configuration.

Let’s say that you liked the Ellas theme, then you would add:

(rg-themes-set 'ellas)

Note that the function rg-themes-set can work with any theme – even themes that are not part of this collection. Use this function if you want other functionality of this package to work, like rg-themes-spacious-frame for instance.

Themes

Ellas

https://gligan.net/ellas.png

Somnus

https://gligan.net/somnus.png

Cappuccino noir

https://gligan.net/cappuccino-noir.png

Purpurina

https://gligan.net/purpurina.png

About

The rg theme collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages

  • Emacs Lisp 100.0%