Skip to content
Snippets Groups Projects
Verified Commit d7511734 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: finally found the correct way to modify highlight groups

parent 719a4b5b
No related branches found
No related tags found
1 merge request!1feat: v2 config fully working, setting it as the default from now on
......@@ -5,8 +5,8 @@ return {
priority = 1000,
config = function()
require('rose-pine').setup({
variant = "moon", -- auto, main, moon, or dawn
dark_variant = "main", -- main, moon, or dawn
variant = "auto", -- auto, main, moon, or dawn
dark_variant = "moon", -- main, moon, or dawn
dim_inactive_windows = false,
extend_background_behind_borders = false,
......@@ -55,6 +55,16 @@ return {
-- VertSplit = { fg = "muted", bg = "muted" },
Normal = { bg = 'none' },
NormalFloat = { bg = 'none' },
FloatBorder = {
bg = 'none',
fg = 'iris'
},
TelescopeBorder = {
fg = 'iris'
},
Visual = { reverse = true },
ColorColumn = { bg = 'rose' },
-- Blend colours against the "base" background
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment