mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: a gazilion rendering improvements
This commit is contained in:
parent
00ff59f385
commit
a11fc5a0e0
5 changed files with 292 additions and 51 deletions
|
@ -1,11 +1,14 @@
|
|||
local M = {}
|
||||
|
||||
M.colors = {
|
||||
Error = "Error",
|
||||
Error = "ErrorMsg",
|
||||
H1 = "Title",
|
||||
H2 = "Title",
|
||||
H2 = "Bold",
|
||||
Muted = "Comment",
|
||||
Normal = "NormalFloat",
|
||||
Commit = "@variable.builtin",
|
||||
Key = "@comment",
|
||||
Value = "@string",
|
||||
ProgressDone = {
|
||||
bold = true,
|
||||
default = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue