mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
New version: created v3
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
local utils = require "default_theme.utils"
|
||||
|
||||
local lsp = {
|
||||
DiagnosticError = utils.parse_diagnostic_style { fg = C.red_1 },
|
||||
DiagnosticHint = utils.parse_diagnostic_style { fg = C.yellow_1 },
|
||||
DiagnosticInfo = utils.parse_diagnostic_style { fg = C.white_2 },
|
||||
DiagnosticWarn = utils.parse_diagnostic_style { fg = C.orange_1 },
|
||||
DiagnosticInformation = { fg = C.yellow, bold = true },
|
||||
DiagnosticTruncateLine = { fg = C.white_1, bold = true },
|
||||
DiagnosticUnderlineError = { sp = C.red_2, undercurl = true },
|
||||
DiagnosticUnderlineHint = { sp = C.red_2, undercurl = true },
|
||||
DiagnosticUnderlineInfo = { sp = C.red_2, undercurl = true },
|
||||
DiagnosticUnderlineWarn = { sp = C.red_2, undercurl = true },
|
||||
LspDiagnosticsFloatingError = { fg = C.red_1 },
|
||||
LspDiagnosticsFloatingHint = { fg = C.yellow_1 },
|
||||
LspDiagnosticsFloatingInfor = { fg = C.white_2 },
|
||||
LspDiagnosticsFloatingWarn = { fg = C.orange_1 },
|
||||
LspFloatWinBorder = { fg = C.white_1 },
|
||||
LspFloatWinNormal = { fg = C.fg, bg = C.black_1 },
|
||||
LspReferenceRead = { fg = C.none, bg = C.grey_5 },
|
||||
LspReferenceText = { fg = C.none, bg = C.grey_5 },
|
||||
LspReferenceWrite = { fg = C.none, bg = C.grey_5 },
|
||||
ProviderTruncateLine = { fg = C.white_1 },
|
||||
}
|
||||
|
||||
return lsp
|
||||
Reference in New Issue
Block a user