GitHunt
DA

dalugm/sinolor-themes

Emacs themes based on Chinese traditional color

  • 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

  1. Clone this repository

#+begin_src bash-ts
git clone https://github.com/dalugm/sinolor-themes.git
#+end_src

  1. 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

Languages

Emacs Lisp100.0%

Contributors

Created August 20, 2020
Updated December 8, 2025