Fixed broken colors and documentation comments italics

This commit is contained in:
2023-12-10 10:29:58 +01:00
parent b4d05200d3
commit c6d24242e5
3 changed files with 17 additions and 14 deletions

View File

@@ -33,8 +33,8 @@ return function(config)
float = {
title = palette.green,
title2 = palette.aqua,
border = palette.fg_gradiant[2],
text = palette.fg_gradiant[1],
border = palette.fg_gradiant[3],
text = palette.fg_gradiant[2],
scroll = palette.blue,
},
winbar = {
@@ -55,7 +55,7 @@ return function(config)
palette.other = {
conceal = palette.bg_gradiant[3],
hard_bg = palette.harder_bg,
bg_active = palette.bg_gradiant[1],
bg_active = palette.softer_bg,
-- Special HL group to find what a group maps to
error_hl = { fg = "#000000", bg = "#FF00FF" },