🎨 Style(colorschemes): allow auto-dark-mode toggle but disable it by default

This commit is contained in:
2025-02-17 18:58:07 -05:00
parent 59acf6175c
commit e1a00ac2da
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -142,4 +142,10 @@ return {
-- event = 'BufReadPre',
-- opts = require('data.types').hightlight_colors,
-- },
{ -- Auto Dark Mode
'f-person/auto-dark-mode.nvim',
lazy = true,
opts = require('data.types').auto_dark_mode,
cond = require('data.cond').auto_dark_mode,
},
}