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: 5 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T12:55:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T21:07:54.436Z (over 1 year 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 palette
This 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_src
Although make sure Emacs *sees* your theme, as missing theme error might be
confusing.
And that's it! Happy emacsing!