mirror of
				https://github.com/tiyn/tccs.nvim.git
				synced 2025-10-31 11:11:22 +01:00 
			
		
		
		
	changed markdown colors
This commit is contained in:
		| @@ -288,7 +288,7 @@ theme.set_highlights = function(opts) | ||||
|  | ||||
|   -- markup | ||||
|   hl(0, '@text', { fg = c.fg }) -- Legacy | ||||
|   hl(0, '@markup.strong', { fg = c.fg, bold = true }) | ||||
|   hl(0, '@markup.strong', { fg = c.bold, bold = true }) | ||||
|   hl(0, '@markup.italic', { fg = c.fg, italic = true }) | ||||
|   hl(0, '@markup.underline', { fg = c.fg, bg = 'NONE' }) | ||||
|   hl(0, '@markup.strikethrough', { fg = c.fg, strikethrough = true }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user