code formatting

This commit is contained in:
Micah Effiong 2023-11-19 13:09:18 +01:00
parent a8da4f2575
commit 5411e0fccb
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ return {
vim.cmd.colorscheme 'onedark'
end,
require('onedark').setup {
style = 'deep',
style = 'darker',
toggle_style_key = '<leader>ts', -- keybind to toggle theme style. Leave it nil to disable it, or set it to a string, for example "<leader>ts"
toggle_style_list = { 'dark', 'darker', 'cool', 'deep', 'warm', 'warmer', 'light' },
}