-
-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tokyo-night storm and moon #827
Comments
+1 |
Can we please also add Day? (Or Light as it's known in VSCode.) Light mode users do exist. |
I can work on this if possible. I can add the Storm and Light variants. However, I probably won't do the Moon variant as it doesn't seem to be a variant that is listed on the official repo. |
@foster-hangdaan The While
|
For any |
I'll add the Moon variant to #835 when time permits in order to close this issue in one shot. |
if possible, an even better option would be to probably tweak all themes according to the neovim theme since ngl those themes look really beautiful |
Yeah, this what I also had in mind. |
Shirtposting aside, if we're adopting NVim's tweaks can we please also have italic comments and keywords? Italics are criminally underrepresented in DOOM, and they fit TokyoNight so well. |
The Moon variant has been added to #835. Unless there are any issues, I think the PR is good to go as-is. I will take the opportunity to add minor tweaks here and there while the PR is still open.
I'm not sure how to go about this while keeping everyone happy. Maybe we need variants of the variants? 🤷 I myself prefer the syntax highlighting and colors of the VSCode version.
This can certainly be added but at the price of making the theme more opinionated. Both the original and the Nvim port have italicized comments. In any case, you can always customize individual font faces by editing (custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(font-lock-comment-face ((t (:family "MonaspiceRn NFM"))))
'(font-lock-doc-face ((t (:inherit font-lock-comment-face :family "MonaspiceXe NFM"))))
'(which-key-docstring-face ((t (:inherit which-key-note-face :family "MonaspiceXe NFM"))))) |
Describe your request
as the title says, if possible please add tokyo night storm and moon variants as well
Resources
https://github.com/folke/tokyonight.nvim
The text was updated successfully, but these errors were encountered: