Skip to content

Commit db3b3b2

Browse files
committed
colorscheme sonokai
1 parent a896837 commit db3b3b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ return {
4444
lazy = false,
4545
priority = 1000,
4646
config = function()
47-
vim.g.sonokai_style = 'shusia'
47+
-- vim.g.sonokai_style = 'shusia'
4848
vim.cmd.colorscheme 'sonokai'
4949
end,
50-
enabled = false,
50+
enabled = true,
5151
},
5252

5353
{

0 commit comments

Comments
 (0)