Revisión | c23a6391bb1a026697ddf19a6d97570d2f805b8c (tree) |
---|---|
Tiempo | 2023-04-28 15:48:12 |
Autor | badcoff33 <none@none> |
Commiter | badcoff33 |
update
@@ -42,7 +42,7 @@ execute "hi Italic" Attr("italic") | ||
42 | 42 | execute "hi LineNr" Fg(s:silver4) Attr("bold") |
43 | 43 | execute "hi MatchParen" Fg(s:blue) Bg("bg") Attr("underline,bold") |
44 | 44 | execute "hi NonText" Fg(s:silver6) Bg("bg") |
45 | -execute "hi Normal" Fg(s:silver9) Bg(s:black) Attr("NONE") | |
45 | +execute "hi Normal" Fg(s:silver7) Bg(s:black) Attr("NONE") | |
46 | 46 | execute "hi Pmenu" Fg(s:white) Bg(s:silver3) |
47 | 47 | execute "hi PmenuSel" Fg(s:white) Bg(s:blue) Attr("bold") |
48 | 48 | execute "hi PmenuThumb" Fg(s:silver2) Bg(s:silver7) |
@@ -89,7 +89,7 @@ execute "hi Special" Fg(s:blue) | ||
89 | 89 | execute "hi SpecialKey" Fg(s:blue) |
90 | 90 | execute "hi Statement" Fg(s:red) Attr("bold") |
91 | 91 | execute "hi StorageClass" Fg(s:red) |
92 | -execute "hi String" Fg(s:silver2) | |
92 | +execute "hi String" Fg(s:silver5) | |
93 | 93 | execute "hi Structure" Fg(s:red) Attr("NONE") |
94 | 94 | execute "hi Title" Fg(s:black) Attr("bold") |
95 | 95 | execute "hi Todo" Fg(s:blue) Bg("bg") Attr("bold,italic") |