https://github.com/shrikecode/doom-kyoto-night-theme
Doom Emacs theme that is a marriage of Tokyo Night and Nord Theme. And they went on honeymoon to Kyoto I guess. Dark, elegant, and easy on the eyes.
https://github.com/shrikecode/doom-kyoto-night-theme
colorscheme doom-emacs emacs kyoto-night tokyo-night tokyonight
Last synced: 3 months ago
JSON representation
Doom Emacs theme that is a marriage of Tokyo Night and Nord Theme. And they went on honeymoon to Kyoto I guess. Dark, elegant, and easy on the eyes.
- Host: GitHub
- URL: https://github.com/shrikecode/doom-kyoto-night-theme
- Owner: shrikecode
- License: mit
- Created: 2023-12-15T23:01:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T12:55:18.000Z (11 months ago)
- Last Synced: 2025-01-11T09:44:39.764Z (5 months ago)
- Topics: colorscheme, doom-emacs, emacs, kyoto-night, tokyo-night, tokyonight
- Language: Emacs Lisp
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Doom Kyoto Night
[[https://imgur.com/evywRB7.png]]
[[https://imgur.com/wwNhLYs.png]]
[[https://imgur.com/1cLS0C4.png]]
A dark, elegant, and easy on the eyes Doom Emacs theme, based on Tokyo Night
color paletteThis theme's code is based on [[https://github.com/MArpogaus/base16-doom][base16-doom]] and color palette comes from
[[https://github.com/shrikecode/kyotonight.vim][kyotonight.vim]]The goal here is to make it as close to the Vim theme as possible. Theme is well
tested and daily driven by yours truly.** Installation
Put theme file in `~/.config/doom/themes` (or whatever your Doom Emacs) config
directory is. Then enable it adding this to your configuration:#+begin_src emacs-lisp
(setq doom-theme 'doom-kyoto-night)
#+end_srcAlthough make sure Emacs *sees* your theme, as missing theme error might be
confusing.And that's it! Happy emacsing!