mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
update lualine, visual, search, telescope
This commit is contained in:
parent
636cb7bf34
commit
2e41fa1738
|
|
@ -6,7 +6,7 @@ local darken = colortool.darken
|
|||
local M = {
|
||||
normal = {
|
||||
a = { fg = darken(colors.blue), bg = colors.blue, gui = 'bold' },
|
||||
b = { fg = darken(colors.content), bg = colors.content },
|
||||
b = { fg = colors.bg_alt, bg = colors.content },
|
||||
c = { fg = colors.content, bg = solarized:is_transparent(colors.bg_alt) },
|
||||
z = { fg = darken(colors.primary), bg = colors.blue },
|
||||
},
|
||||
|
|
|
|||
|
|
@ -36,11 +36,11 @@ solarized.highlights = {
|
|||
TabLine = { fg = colors.fg, bg = colors.bg_alt, sp = colors.fg },
|
||||
TabLineSel = { fg = colors.secondary, bg = colors.bg_alt_invert, sp = colors.fg, reverse = true },
|
||||
TabLineFill = { fg = colors.fg, bg = colors.bg_alt, sp = colors.fg },
|
||||
Search = { fg = colors.yellow, reverse = true },
|
||||
IncSearch = { fg = colors.orange },
|
||||
CurSearch = { link = 'IncSearch' },
|
||||
Visual = { fg = colors.secondary, bg = colors.bg, reverse = true, bold = true },
|
||||
VisualNOS = { bg = colors.bg_alt, reverse = true, bold = true },
|
||||
VisualNOS = { reverse = true },
|
||||
Search = { link = 'VisualNOS' },
|
||||
IncSearch = { link = 'Visual' },
|
||||
CurSearch = { link = 'IncSearch' },
|
||||
Folded = { fg = colors.fg, bg = colors.bg_alt, sp = colors.bg },
|
||||
FoldColumn = { fg = colors.fg, bg = colors.bg_alt },
|
||||
ColorColumn = { bg = colors.bg_alt },
|
||||
|
|
@ -423,8 +423,8 @@ solarized.highlights = {
|
|||
TelescopePreviewTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopeResultsTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopePromptTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopeSelection = { fg = colors.yellow },
|
||||
TelescopeMatching = { fg = colors.yellow, reverse = true },
|
||||
TelescopeSelection = { link = 'Visual' },
|
||||
TelescopeMatching = { link = 'VisualNOS' },
|
||||
|
||||
-- DASHBOARD
|
||||
DashboardHeader = { fg = colors.primary },
|
||||
|
|
|
|||
|
|
@ -33,11 +33,11 @@ solarized.highlights = {
|
|||
TabLine = { fg = colors.fg, bg = colors.bg_alt, sp = colors.fg },
|
||||
TabLineSel = { fg = colors.secondary, bg = colors.bg_alt_invert, sp = colors.fg, reverse = true },
|
||||
TabLineFill = { fg = colors.fg, bg = colors.bg_alt, sp = colors.fg },
|
||||
Search = { fg = colors.yellow, reverse = true },
|
||||
IncSearch = { fg = colors.orange },
|
||||
CurSearch = { link = 'IncSearch' },
|
||||
Visual = { fg = colors.secondary, bg = colors.bg, reverse = true, bold = true },
|
||||
VisualNOS = { bg = colors.bg_alt, reverse = true, bold = true },
|
||||
VisualNOS = { reverse = true },
|
||||
Search = { link = 'VisualNOS' },
|
||||
IncSearch = { link = 'Visual' },
|
||||
CurSearch = { link = 'IncSearch' },
|
||||
Folded = { fg = colors.fg, bg = colors.bg_alt, sp = colors.bg },
|
||||
FoldColumn = { fg = colors.fg, bg = colors.bg_alt },
|
||||
ColorColumn = { bg = colors.bg_alt },
|
||||
|
|
@ -303,8 +303,8 @@ solarized.highlights = {
|
|||
TelescopePreviewTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopeResultsTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopePromptTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopeSelection = { fg = colors.yellow },
|
||||
TelescopeMatching = { fg = colors.yellow, reverse = true },
|
||||
TelescopeSelection = { link = 'Visual' },
|
||||
TelescopeMatching = { link = 'VisualNOS' },
|
||||
|
||||
-- Dashboard
|
||||
DashboardHeader = { fg = colors.primary },
|
||||
|
|
|
|||
|
|
@ -36,11 +36,11 @@ solarized.highlights = {
|
|||
TabLine = { fg = colors.fg, bg = colors.bg_alt, sp = colors.fg },
|
||||
TabLineSel = { fg = colors.secondary, bg = colors.bg_alt_invert, sp = colors.fg, reverse = true },
|
||||
TabLineFill = { fg = colors.fg, bg = colors.bg_alt, sp = colors.fg },
|
||||
Search = { fg = colors.yellow, reverse = true },
|
||||
IncSearch = { fg = colors.orange },
|
||||
Visual = { fg = colors.cyan, bg = blend(colors.cyan, colors.bg, 0.15) },
|
||||
VisualNOS = { reverse = true },
|
||||
Search = { link = 'VisualNOS' },
|
||||
IncSearch = { link = 'Visual' },
|
||||
CurSearch = { link = 'IncSearch' },
|
||||
Visual = { fg = colors.secondary, bg = colors.bg, reverse = true, bold = true },
|
||||
VisualNOS = { bg = colors.bg_alt, reverse = true, bold = true },
|
||||
Folded = { fg = colors.fg, bg = colors.bg_alt, sp = colors.bg },
|
||||
FoldColumn = { fg = colors.fg, bg = colors.bg_alt },
|
||||
ColorColumn = { bg = colors.bg_alt },
|
||||
|
|
@ -423,8 +423,8 @@ solarized.highlights = {
|
|||
TelescopePreviewTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopeResultsTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopePromptTitle = { fg = colors.bg, bg = colors.blue },
|
||||
TelescopeSelection = { fg = colors.yellow },
|
||||
TelescopeMatching = { fg = colors.yellow, reverse = true },
|
||||
TelescopeSelection = { link = 'Visual' },
|
||||
TelescopeMatching = { link = 'VisualNOS' },
|
||||
|
||||
-- DASHBOARD
|
||||
DashboardHeader = { fg = colors.primary },
|
||||
|
|
|
|||
Loading…
Reference in a new issue