Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 867 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 867 Bytes

tokyo-theme.el

Tokyo Night style theme for Emacs 24+

screenshot

This theme is based off of folke/tokyonight.nvim, if you want to give any credit, direct it there!

Installing

(straight-use-package
 '(perltidy
   :type git
   :host github
   :repo "rawleyfowler/tokyo-theme.el"
   :branch "main"))

Contributing

All contributions are welcome. I am not a very good Emacs Lisp programmer so any changes are welcome :)

License

This project is licensed under the Apache 2.0 License, the same as folke/tokyonight.nvim, all copyright regarding the colors of the scheme are reserved to folke/tokyonight.nvim, while the remaining code is licensed to Rawley Fowler & contributors.