update overall sand contrast
This commit is contained in:
@@ -45,8 +45,8 @@
|
|||||||
local lush = require "lush"
|
local lush = require "lush"
|
||||||
local hsluv = lush.hsluv
|
local hsluv = lush.hsluv
|
||||||
|
|
||||||
local sand = hsluv(39, 12, 90)
|
local sand = hsluv(39, 12, 94)
|
||||||
local stone = hsluv(230, 30, 24)
|
local stone = hsluv(230, 30, 22)
|
||||||
local leaf = hsluv(103, 72, 46)
|
local leaf = hsluv(103, 72, 46)
|
||||||
local water = hsluv(236, 84, 40)
|
local water = hsluv(236, 84, 40)
|
||||||
local rose = hsluv(5, 76, 46)
|
local rose = hsluv(5, 76, 46)
|
||||||
@@ -102,7 +102,7 @@ local theme = lush(function()
|
|||||||
-- MsgSeparator { }, -- Separator for scrolled messages, `msgsep` flag of 'display'
|
-- MsgSeparator { }, -- Separator for scrolled messages, `msgsep` flag of 'display'
|
||||||
MoreMsg { fg = leaf, gui = "bold" }, -- |more-prompt|
|
MoreMsg { fg = leaf, gui = "bold" }, -- |more-prompt|
|
||||||
NormalFloat { bg = sand.da(8) }, -- Normal text in floating windows.
|
NormalFloat { bg = sand.da(8) }, -- Normal text in floating windows.
|
||||||
FloatBorder { fg = sand.da(20) }, -- Normal text in floating windows.
|
FloatBorder { fg = sand.da(50) }, -- Normal text in floating windows.
|
||||||
-- NormalNC { }, -- normal text in non-current windows
|
-- NormalNC { }, -- normal text in non-current windows
|
||||||
Pmenu { bg = sand.da(10) }, -- Popup menu: normal item.
|
Pmenu { bg = sand.da(10) }, -- Popup menu: normal item.
|
||||||
PmenuSel { bg = sand.da(20) }, -- Popup menu: selected item.
|
PmenuSel { bg = sand.da(20) }, -- Popup menu: selected item.
|
||||||
@@ -276,6 +276,10 @@ local theme = lush(function()
|
|||||||
GitSignsDelete { bg = SignColumn.bg, fg = rose }, -- Any URI like a link or email.
|
GitSignsDelete { bg = SignColumn.bg, fg = rose }, -- Any URI like a link or email.
|
||||||
|
|
||||||
IndentBlanklineChar { fg = sand.da(10).de(20) },
|
IndentBlanklineChar { fg = sand.da(10).de(20) },
|
||||||
|
|
||||||
|
TelescopeSelection { PmenuSel },
|
||||||
|
TelescopePreviewLine { PmenuSel },
|
||||||
|
TelescopeBorder { FloatBorder }
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
-- stylua: ignore end
|
-- stylua: ignore end
|
||||||
|
|||||||
Reference in New Issue
Block a user