Skip to content

Commit 5baf8c2

Browse files
committed
change theme to tokyo night
1 parent cf1598a commit 5baf8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ require('lazy').setup({
788788
-- Load the colorscheme here.
789789
-- Like many other themes, this one has different styles, and you could load
790790
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
791-
vim.cmd.colorscheme 'tokyonight-night'
791+
vim.cmd.colorscheme 'tokyonight-storm'
792792

793793
-- You can configure highlights by doing something like:
794794
vim.cmd.hi 'Comment gui=none'
@@ -889,7 +889,7 @@ require('lazy').setup({
889889
--
890890
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
891891
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
892-
-- { import = 'custom.plugins' },
892+
{ import = 'custom.plugins' },
893893
}, {
894894
ui = {
895895
-- If you are using a Nerd Font: set icons to an empty table which will use the

0 commit comments

Comments
 (0)