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

feat: modified window border colour

parent 223da988
No related branches found
No related tags found
No related merge requests found
......@@ -57,15 +57,15 @@ return {
NormalFloat = { bg = 'none' },
FloatBorder = {
bg = 'none',
fg = 'iris'
},
TelescopeBorder = {
fg = 'iris'
fg = 'foam'
},
-- TelescopeNormal = { bg = 'none' },
TelescopeBorder = { fg = 'foam' },
Visual = { reverse = true },
ColorColumn = { bg = 'rose' },
ColorColumn = { bg = 'muted' },
-- Blend colours against the "base" background
CursorLine = { bg = 'foam', blend = 10 },
......
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