diff --git a/README.md b/README.md index f30821bd..e795557f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kickstart.nvim + ## Installation diff --git a/init.lua b/init.lua index 18eacb28..78b529c1 100644 --- a/init.lua +++ b/init.lua @@ -917,7 +917,9 @@ require('lazy').setup({ -- 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 'solarized-osaka' + -- vim.cmd.colorscheme 'solarized-osaka' + vim.opt.termguicolors = true + vim.cmd.colorscheme 'murphy' -- You can configure highlights by doing something like: vim.cmd.hi 'Comment gui=none'