change color theme for tokyo

This commit is contained in:
OscarSen 2025-02-04 01:18:59 -05:00
parent afca0914f4
commit 8ee0301719
6 changed files with 603 additions and 20 deletions

View file

@ -4,6 +4,9 @@ return {
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
opts = {
indent = { char = '' },
scope = { show_start = false },
},
},
}