mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-02-04 10:43:18 +00:00
Astronvim config from kabinspace/AstroNvim_user
This commit is contained in:
12
default_theme/highlights.lua
Normal file
12
default_theme/highlights.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
-- Modify the color palette for the default theme
|
||||
return function(hl)
|
||||
local C = require "default_theme.colors"
|
||||
|
||||
hl.Normal = { fg = C.fg, bg = C.bg }
|
||||
hl.DiagnosticError.bold = true
|
||||
hl.DiagnosticHint.bold = true
|
||||
hl.DiagnosticInfo.bold = true
|
||||
hl.DiagnosticWarn.bold = true
|
||||
|
||||
return hl
|
||||
end
|
||||
Reference in New Issue
Block a user