• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiónc23a6391bb1a026697ddf19a6d97570d2f805b8c (tree)
Tiempo2023-04-28 15:48:12
Autorbadcoff33 <none@none>
Commiterbadcoff33

Log Message

update

Cambiar Resumen

Diferencia incremental

--- a/colors/80s.vim
+++ b/colors/80s.vim
@@ -42,7 +42,7 @@ execute "hi Italic" Attr("italic")
4242 execute "hi LineNr" Fg(s:silver4) Attr("bold")
4343 execute "hi MatchParen" Fg(s:blue) Bg("bg") Attr("underline,bold")
4444 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")
4646 execute "hi Pmenu" Fg(s:white) Bg(s:silver3)
4747 execute "hi PmenuSel" Fg(s:white) Bg(s:blue) Attr("bold")
4848 execute "hi PmenuThumb" Fg(s:silver2) Bg(s:silver7)
--- a/colors/twotone.vim
+++ b/colors/twotone.vim
@@ -89,7 +89,7 @@ execute "hi Special" Fg(s:blue)
8989 execute "hi SpecialKey" Fg(s:blue)
9090 execute "hi Statement" Fg(s:red) Attr("bold")
9191 execute "hi StorageClass" Fg(s:red)
92-execute "hi String" Fg(s:silver2)
92+execute "hi String" Fg(s:silver5)
9393 execute "hi Structure" Fg(s:red) Attr("NONE")
9494 execute "hi Title" Fg(s:black) Attr("bold")
9595 execute "hi Todo" Fg(s:blue) Bg("bg") Attr("bold,italic")