An Emacs theme
Find a file
2025-12-08 19:47:32 +01:00
screenshots update the screenshot 2024-12-01 15:12:48 +09:00
.gitignore add .gitignore 2022-10-16 00:43:47 +09:00
license.org license.txt => license.org 2022-10-15 20:21:08 +09:00
readme.org wordings 2024-12-02 20:49:44 +09:00
tsuki-theme.el avoid released-button 2025-12-08 19:47:32 +01:00

Tsuki Theme for Emacs

/screenshots/neut.png?raw=true

Installation

Use straight.el or something:

;; with straight.el
(use-package tsuki-theme
  :straight
  (:host github :repo "vekatze/tsuki-theme")
  :init
  (load-theme 'tsuki t))

See Also