Kaolin is a set of eye pleasing themes for GNU Emacs with support for a large number of modes and external packages.
All screenshots are available in the wiki on the following pages:
These themes might be changed in the future.
TBD
To install the Kaolin themes pack via package.el: M-x package-install RET kaolin-themes RET
(require 'kaolin-themes)
(load-theme 'kaolin-dark t)
;; Apply treemacs customization for Kaolin themes, requires the all-the-icons package.
(kaolin-treemacs-theme)
;; Or if you have use-package installed
(use-package kaolin-themes
:config
(load-theme 'kaolin-dark t)
(kaolin-treemacs-theme))
Information about configuring Kaolin themes is available in the project wiki.
The mode-line config isn't a part of the Kaolin theme, you can find my telephone-line config here.