Skip to content

Commit a896837

Browse files
committed
set colorscheme to tokyonight
1 parent 7c81014 commit a896837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ require('lazy').setup({
855855
-- Load the colorscheme here.
856856
-- Like many other themes, this one has different styles, and you could load
857857
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
858-
-- vim.cmd.colorscheme 'tokyonight-night'
858+
vim.cmd.colorscheme 'tokyonight-night'
859859

860860
-- You can configure highlights by doing something like:
861861
vim.cmd.hi 'Comment gui=none'

lua/custom/plugins/colorschemes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ return {
9999

100100
vim.cmd.colorscheme 'rose-pine'
101101
end,
102-
enabled = true,
102+
enabled = false,
103103
},
104104

105105
{

0 commit comments

Comments
 (0)