Using tokyonight-moon colorscheme

This commit is contained in:
Mohammad Moosazadeh 2024-06-01 16:35:01 -04:00
parent df0c090a6e
commit 9cebfcd464
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ require('lazy').setup({
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'tokyonight-night'
vim.cmd.colorscheme 'tokyonight-moon'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'