update colorscheme

This commit is contained in:
Stuart Stephens 2026-01-23 15:56:35 -05:00
parent 3c7069839e
commit 35c5929bff
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# kickstart.nvim
## Installation

View File

@ -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'