This commit is contained in:
Matthew Swanson 2025-02-03 23:39:51 -08:00
parent 5059c74507
commit e4ae47ea70
4 changed files with 725 additions and 1 deletions

View file

@ -888,7 +888,7 @@ require('lazy').setup({
-- Load the colorscheme here.
-- 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 'blue'
vim.cmd.colorscheme 'my-blue'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'