-
Notifications
You must be signed in to change notification settings - Fork 80
What colorscheme was used in the README? #526
Answered
by
MeanderingProgrammer
rafaeljacov
asked this question in
Q&A
-
:)
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
MeanderingProgrammer
Sep 18, 2025
tokyonight, specifically the night style:
require('tokyonight').setup({ style = 'night' }) vim.cmd.colorscheme('tokyonight')
Replies: 1 comment 1 reply
-
tokyonight, specifically the night style:
require('tokyonight').setup({ style = 'night' }) vim.cmd.colorscheme('tokyonight')
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
thanks!
Beta Was this translation helpful? Give feedback.
All reactions
Answer selected by
rafaeljacov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment