DA
- Table of Contents :TOC:noexport:
- [[#sinolor-theme][Sinolor Theme]]
- [[#installation][Installation]]
- [[#usage][Usage]]
- Sinolor Theme
Sinolor themes is a theme package which code based on [[https://github.com/protesilaos/standard-themes][standard-themes]].
Colors are selected from [[http://zhongguose.com/][CHINESE COLORS]].
| Name | Description |
|----------------+------------------------------|
| sinolor-elysia | To Romantic Unfailing Elysia |
| sinolor-palace | The Palace Museum |
| sinolor-eva | EVANGELION |
** Installation
- Clone this repository
#+begin_src bash-ts
git clone https://github.com/dalugm/sinolor-themes.git
#+end_src
- Add =sinolor-themes= to load-path.
#+begin_src elisp
(add-to-list 'load-path (expand-file-name "path/to/sinolor-themes"))
(require 'sinolor-themes)
#+end_src
** Usage
#+begin_src elisp
(load-theme 'sinolor-elysia t)
#+end_src