Add installation instructions

This commit is contained in:
BirDt_ 2025-06-16 23:34:51 +08:00
parent ad34cafc23
commit cbcb9bfae1

View file

@ -14,6 +14,26 @@ They also correspond to four stages of the day, with future intent being to tran
| Leucosis | White | Mid-day | Opal | | Leucosis | White | Mid-day | Opal |
| Iosis | Red/Purple | Dusk | Sunset | | Iosis | Red/Purple | Dusk | Sunset |
* Installation
The four theme files in this repository can be copied to your emacs user directory, where emacs will recognise them on startup.
Alternatively, the following snippet can be used to install the themes via Straight.
#+begin_src elisp
;; Load package through straight
(straight-use-package
'(ouroboros-emacs-themes :type git
:host nil
:repo "https://git.cyan.sh/BirDt/ouroboros-emacs-themes.git"
:files ("*.el")))
;; Add build dir to custom theme load path
(add-to-list 'custom-theme-load-path
(expand-file-name (concat "straight/" straight-build-dir "/ouroboros-emacs-themes/") user-emacs-directory))
;; Load melanosis
(load-theme 'melanosis t)
#+end_src
* Supported Packages * Supported Packages
Ouroboros aims to support the following additional Emacs packages natively with every theme: Ouroboros aims to support the following additional Emacs packages natively with every theme:
- Treemacs - Treemacs