more visible visual selection
This commit is contained in:
@@ -19,7 +19,7 @@ return {
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#222423", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#3A3E3D", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
|
||||
@@ -19,7 +19,7 @@ return {
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#B1EA90", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#ADE48C", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
|
||||
@@ -19,7 +19,7 @@ return {
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#D2DFE7", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#CBD9E3", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
|
||||
@@ -19,7 +19,7 @@ return {
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#242627", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#3D4042", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
|
||||
@@ -19,7 +19,7 @@ return {
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#262626", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#404040", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
|
||||
@@ -19,7 +19,7 @@ return {
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#DDDDDD", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#D7D7D7", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
|
||||
@@ -91,7 +91,7 @@ local function generate(p, opt)
|
||||
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
|
||||
VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows
|
||||
|
||||
Visual { bg = p.fg.de(18).lightness(Normal.bg.l + 6) }, -- Visual mode selection
|
||||
Visual { bg = p.fg.de(18).lightness(Normal.bg.l + 18) }, -- Visual mode selection
|
||||
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
|
||||
|
||||
NonText { fg = Normal.bg.li(26) }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
|
||||
|
||||
@@ -91,7 +91,7 @@ local function generate(p, opt)
|
||||
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
|
||||
VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows
|
||||
|
||||
Visual { bg = p.fg.lightness(Normal.bg.l - 6) }, -- Visual mode selection
|
||||
Visual { bg = p.fg.lightness(Normal.bg.l - 8) }, -- Visual mode selection
|
||||
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
|
||||
|
||||
NonText { fg = Normal.bg.da(22) }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
|
||||
|
||||
Reference in New Issue
Block a user