Hanami is a dark kawaii theme that reminds you of sakura (or even Sakura, IYKYK). It is designed to be easy on the eyes, while still being cute to users.
This theme is still in it's early stages. Most third-party packages are not yet supported.
Supported packages as of now are:
- Corfu
- Company Mode
- Orderless
- Terminal emulators such as VTerm, Eat,
term
andansi-term
with ANSI colors
Font used in the screnshot: Iosevka with the size 14
I've always been a theme-hopper across various editors. When I switched to Emacs, I found myself cycling through themes like Nord and Gruvbox, but none quite stuck. I wanted something cute and unique, so I decided to create Hanami!
Hanami(花見) in Japanese means "flower festival", in which people admire flowers under a tree, mostly cherry blossom flowers. Since the theme I use is inspired by cherry blossom flowers, I named the theme Hanami after some brainstorming with ChatGPT.
- Download the
hanami-theme.el
file to yourcustom-theme-load-path
directory (you can find it out by executingM-: custom-theme-load-path
). - Load it with
M-x load-theme
and enterhanami
Yeah. I will be submitting to MELPA soon to make installation even easier.
In the meanwhile, if you have straight.el
, you can install the theme like this:
;; Install the package
(straight-use-package
'(hanami
:type git
:host nil
:repo "https://github.com/ridiculouswaffle/hanami-emacs.git"))
;; Emacs doesn't recognize this as a theme, so add it to themes load path
(add-to-list 'custom-theme-load-path
(expand-file-name "hanami" (straight--build-dir)))
;; Then load it.
(load-theme 'hanami t)
This theme is very easy to customize. Just edit the hanami-theme.el
file
Contributions are welcome! Please fork this repository, make your changes and send a pull request, and I'll check it out.
This theme is licensed under the BSD 2-Clause License.