Skip to content

A very minimal but elegant emacs (I think)

License

Notifications You must be signed in to change notification settings

oracleyue/elegant-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elegant-theme: A fork of elegant-emacs as a standard Emacs theme

The default theme style is previewed in Rougier's original README. See the next section.

Note: This repo. is only for ease of updating this theme. All copyrights reserved to Rougier.

To use this theme, clone it and place anywhere your load-path searches. Then copy the following into your init files:

(require 'elegant-theme)
(load-theme 'elegant-light t)

or, use use-package:

   (use-package elegant-theme
     :ensure nil
     :demand
     :load-path "YOUR_PATH/elegant-theme"
     :init
     ;; set nil to use elegant-emacs's headline to replace Emacs modeline
     ;; if you prefer Emacs-style modeline (e.g., doomline etc.), set to "t"
     (setq elegant-modeline-disabled nil))
   ;; load the theme
   (load-theme 'elegant-light t)

⚠️ The dark elegant theme has not yet been made.

Rougier's original README goes as follows:

A very minimal but elegant emacs (I think)

The goal is to have a minimal consistent vanilla emacs (i.e. no package) and yet elegant.
The defaul font is Roboto Mono and optionally, you'll also need the Fira Code font.

Usage: emacs -q -l sanity.el -l elegance.el Splash.org &

About

A very minimal but elegant emacs (I think)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%