more colors
This commit is contained in:
@@ -50,8 +50,8 @@ local stone = hsluv(215, 22, 8)
|
|||||||
local leaf = hsluv(103, 70, 46)
|
local leaf = hsluv(103, 70, 46)
|
||||||
local water = hsluv(236, 84, 49)
|
local water = hsluv(236, 84, 49)
|
||||||
local rose = hsluv(5, 76, 46)
|
local rose = hsluv(5, 76, 46)
|
||||||
local wood = hsluv(28, 100, 40)
|
local wood = hsluv(28, 80, 40)
|
||||||
local orchid = hsluv(292, 61, 49)
|
local orchid = hsluv(292, 40, 49)
|
||||||
|
|
||||||
local theme = lush(function()
|
local theme = lush(function()
|
||||||
return {
|
return {
|
||||||
@@ -87,19 +87,19 @@ local theme = lush(function()
|
|||||||
CursorColumn { CursorLine }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
|
CursorColumn { CursorLine }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
|
||||||
Directory { gui = "bold" }, -- directory names (and other special names in listings)
|
Directory { gui = "bold" }, -- directory names (and other special names in listings)
|
||||||
DiffAdd { bg = leaf, fg = sand }, -- diff mode: Added line |diff.txt|
|
DiffAdd { bg = leaf, fg = sand }, -- diff mode: Added line |diff.txt|
|
||||||
DiffChange { bg = water, fg = sand.lighten(20) }, -- diff mode: Changed line |diff.txt|
|
DiffChange { bg = water.lighten(16), fg = sand.lighten(20) }, -- diff mode: Changed line |diff.txt|
|
||||||
DiffDelete { bg = rose, fg = sand.lighten(20) }, -- diff mode: Deleted line |diff.txt|
|
DiffDelete { bg = rose, fg = sand.lighten(20) }, -- diff mode: Deleted line |diff.txt|
|
||||||
DiffText { bg = water.lighten(16), fg = sand.lighten(20) }, -- diff mode: Changed text within a changed line |diff.txt|
|
DiffText { bg = water, fg = sand.lighten(20) }, -- diff mode: Changed text within a changed line |diff.txt|
|
||||||
-- TermCursor { }, -- cursor in a focused terminal
|
-- TermCursor { }, -- cursor in a focused terminal
|
||||||
-- TermCursorNC { }, -- cursor in an unfocused terminal
|
-- TermCursorNC { }, -- cursor in an unfocused terminal
|
||||||
VertSplit { bg = sand.darken(18) }, -- the column separating vertically split windows
|
VertSplit { bg = sand.darken(18) }, -- the column separating vertically split windows
|
||||||
-- Folded { }, -- line used for closed folds
|
LineNr { bg = sand.darken(6), fg = stone.lighten(42) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
|
||||||
-- FoldColumn { }, -- 'foldcolumn'
|
SignColumn { LineNr }, -- column where |signs| are displayed
|
||||||
SignColumn { bg = sand.darken(6), fg = stone.lighten(42) }, -- column where |signs| are displayed
|
FoldColumn { LineNr, gui="bold" }, -- 'foldcolumn'
|
||||||
|
Folded { bg = sand.darken(20), fg = sand.darken(60) }, -- line used for closed folds
|
||||||
|
CursorLineNr { LineNr, fg = stone.darken(50), gui = "bold" }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line.
|
||||||
-- IncSearch { }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
|
-- IncSearch { }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
|
||||||
-- Substitute { }, -- |:substitute| replacement text highlighting
|
-- Substitute { }, -- |:substitute| replacement text highlighting
|
||||||
LineNr { SignColumn }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
|
|
||||||
CursorLineNr { LineNr, fg = stone.darken(50), gui = "bold" }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line.
|
|
||||||
MatchParen {}, -- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
|
MatchParen {}, -- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
|
||||||
-- ModeMsg { }, -- 'showmode' message (e.g., "-- INSERT -- ")
|
-- ModeMsg { }, -- 'showmode' message (e.g., "-- INSERT -- ")
|
||||||
-- MsgArea { }, -- Area for messages and cmdline
|
-- MsgArea { }, -- Area for messages and cmdline
|
||||||
@@ -198,10 +198,10 @@ local theme = lush(function()
|
|||||||
-- LspDiagnosticsVirtualTextInformation { }, -- Used for "Information" diagnostic virtual text
|
-- LspDiagnosticsVirtualTextInformation { }, -- Used for "Information" diagnostic virtual text
|
||||||
-- LspDiagnosticsVirtualTextHint { }, -- Used for "Hint" diagnostic virtual text
|
-- LspDiagnosticsVirtualTextHint { }, -- Used for "Hint" diagnostic virtual text
|
||||||
|
|
||||||
LspDiagnosticsUnderlineError { LspDiagnosticsDefaultError, gui="undercurl" }, -- Used to underline "Error" diagnostics
|
LspDiagnosticsUnderlineError { LspDiagnosticsDefaultError, gui = "undercurl" }, -- Used to underline "Error" diagnostics
|
||||||
LspDiagnosticsUnderlineWarning { LspDiagnosticsDefaultWarning, gui="undercurl" }, -- Used to underline "Warning" diagnostics
|
LspDiagnosticsUnderlineWarning { LspDiagnosticsDefaultWarning, gui = "undercurl" }, -- Used to underline "Warning" diagnostics
|
||||||
LspDiagnosticsUnderlineInformation { LspDiagnosticsDefaultInformation, gui="undercurl" }, -- Used to underline "Information" diagnostics
|
LspDiagnosticsUnderlineInformation { LspDiagnosticsDefaultInformation, gui = "undercurl" }, -- Used to underline "Information" diagnostics
|
||||||
LspDiagnosticsUnderlineHint { LspDiagnosticsDefaultHint, gui="undercurl" }, -- Used to underline "Hint" diagnostics
|
LspDiagnosticsUnderlineHint { LspDiagnosticsDefaultHint, gui = "undercurl" }, -- Used to underline "Hint" diagnostics
|
||||||
|
|
||||||
-- LspDiagnosticsFloatingError { }, -- Used to color "Error" diagnostic messages in diagnostics float
|
-- LspDiagnosticsFloatingError { }, -- Used to color "Error" diagnostic messages in diagnostics float
|
||||||
-- LspDiagnosticsFloatingWarning { }, -- Used to color "Warning" diagnostic messages in diagnostics float
|
-- LspDiagnosticsFloatingWarning { }, -- Used to color "Warning" diagnostic messages in diagnostics float
|
||||||
|
|||||||
Reference in New Issue
Block a user