https://github.com/mabdh/tokyonight-spacemacs
🌇 Tokyonight Color Scheme for Spacemacs
https://github.com/mabdh/tokyonight-spacemacs
emacs spacemacs speacemacs-theme tokyonight
Last synced: 3 months ago
JSON representation
🌇 Tokyonight Color Scheme for Spacemacs
- Host: GitHub
- URL: https://github.com/mabdh/tokyonight-spacemacs
- Owner: mabdh
- Created: 2021-07-10T14:11:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T07:06:29.000Z (over 3 years ago)
- Last Synced: 2025-01-21T15:27:32.434Z (5 months ago)
- Topics: emacs, spacemacs, speacemacs-theme, tokyonight
- Homepage:
- Size: 712 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tokyonight-spacemacs
Tokyonight Color Scheme for Spacemacs inspired by [folke/tokyonight.nvim](https://github.com/folke/tokyonight.nvim)

```
(custom-set-variables
'(spacemacs-theme-custom-colors
'((base . "#c0caf5")
(border . "#3d59a1")
(bg1 . "#1a1b26")
(cblk . "#1abc9c")
(cblk-bg . "#1a1b26")
(cblk-ln-bg . "#3346c7")
(cursor . "#a9b1d6")
(const . "#ff9e64")
(comment . "#565f89")
(comment-bg . "#1a1b26")
(err . "#db4b4b")
(func . "#7aa2f7")
(head1 . "#bb9af7")
(head2 . "#7aa2f7")
(head3-bg . "#ffffff")
(highlight . "#3b4261")
(lnum . "#3b4261")
(keyword . "#bb9af7")
(mat . "#ff9e64")
(meta . "#86dc2f")
(str . "#9ece6a")
(suc . "#73daca")
(type . "#f1fa8c")
(var . "#bb9af7")
(war . "#e0af68"))))
```## How To Install
Add above expression to `dotspacemacs/user-init`.