Skip to content

Commit 5f6ee7e

Browse files
committed
Add light theme for highly reflective screens
1 parent 298ba3b commit 5f6ee7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lua/plugins/colorschemes.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ return {
22
{ -- lua/plugins/rose-pine.lua
33
'rose-pine/neovim',
44
opts = {
5-
dark_variant = 'main', -- main, moon, or dawn
5+
variant = 'dawn', -- auto, main, moon, or dawn (light)
6+
dark_variant = 'main', -- main, moon, or dawn (light)
67
},
78
name = 'rose-pine',
89
priority = 1000, -- Make sure to load this before all the other start plugins.

0 commit comments

Comments
 (0)