You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploading as a blank issue rather than a bug report because the problem could be on my side... But here goes.
Absolutely love these colors (:colorscheme pastelnight)!
However, when I use extras/sublime/pastelnight_default.tmTheme as a theme with bat (which respects the same .tmTheme convention as Sublime Text), the colors appear completely different:
For transparency, to get bat to recognize the theme, I co-opted this tool (specifically this script, overriding the URL to tokyonight.nvim with the URL to pastelnight.nvim), then ran bat some_file.lua --theme pastelnight_default.
I am quite inexperienced with these themes. Have I misunderstood how things should work? My desire was to use the same colors between bat and Neovim. Any advice appreciated.
The text was updated successfully, but these errors were encountered:
@cohml, the extras code and templates for this theme were directly forked from tokyonight.nvim because folke did an excellent job with that. I then manually adapted the templates to Pastelnight.
However, I can see that the Sublime Text template is not fully updated. My apologies for not checking that.
I’m currently working on a side project that will be released this month, so I don’t have the time to correct this issue right now.
If you’d like to submit a PR with the updated code, I’d greatly appreciate it. If not, I’ll submit one when I have time.
Uploading as a blank issue rather than a bug report because the problem could be on my side... But here goes.
Absolutely love these colors (
:colorscheme pastelnight
)!However, when I use
extras/sublime/pastelnight_default.tmTheme
as a theme withbat
(which respects the same.tmTheme
convention as Sublime Text), the colors appear completely different:For transparency, to get
bat
to recognize the theme, I co-opted this tool (specifically this script, overriding the URL totokyonight.nvim
with the URL topastelnight.nvim
), then ranbat some_file.lua --theme pastelnight_default
.I am quite inexperienced with these themes. Have I misunderstood how things should work? My desire was to use the same colors between
bat
and Neovim. Any advice appreciated.The text was updated successfully, but these errors were encountered: