-
-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Description
Hello, I have a setup such as:
require("rose-pine").setup({
--- @usage 'main' | 'moon'
dark_variant = "moon",
bold_vert_split = false,
dim_nc_background = false,
disable_background = false,
disable_float_background = false,
disable_italics = false,
})However, the main dark variant is the one being applied, regardless of the fact I'm specifying the moon variant on the config.
Furthermore, I tried disabling italics with disable_italics = false but this also does not work, which makes me think none of the config is being loaded.
If it helps, you can find my whole config here; you may want to look at lua/plugins/init.lua for packer config and the list of plugins, and lua/plugins/configs/colorschemes/rose-pine/init.lua for this plugin's config.
Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels