mirror of
https://github.com/ishan9299/modus-theme-vim.git
synced 2026-09-10 06:36:15 -04:00
fix the yellow comments color code
This commit is contained in:
parent
33b9833973
commit
841d1bd61f
|
|
@ -157,7 +157,7 @@ function M.setup()
|
|||
fg_window_divider_outer = {"#585858",88},
|
||||
fg_unfocused = {"#56576d",87},
|
||||
fg_docstring = {"#2a486a",48},
|
||||
fg_comment_yellow = {"#5f4400",89},
|
||||
fg_comment_yellow = {"#749319",208},
|
||||
bg_header = {"#e5e5e5",230},
|
||||
fg_header = {"#2a2a2a",42},
|
||||
bg_whitespace = {"#f5efef",245},
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ function M.setup()
|
|||
fg_window_divider_outer = {"#969696",151},
|
||||
fg_unfocused = {"#93959b",148},
|
||||
fg_docstring = {"#b0d6f5",184},
|
||||
fg_comment_yellow = {"#cab98f",199},
|
||||
fg_comment_yellow = {"#d0a070",210},
|
||||
bg_header = {"#212121",33},
|
||||
fg_header = {"#dddddd",222},
|
||||
bg_whitespace = {"#101424",17},
|
||||
|
|
|
|||
Loading…
Reference in a new issue