An open API service indexing awesome lists of open source software.

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.

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!