mirror of
https://github.com/ishan9299/modus-theme-vim.git
synced 2026-09-10 06:36:15 -04:00
Merge pull request #21 from vihu/master
Fix yellow comment color for modus-operandi
This commit is contained in:
commit
5349a71c16
|
|
@ -156,7 +156,7 @@ local colors = {
|
|||
fg_window_divider_outer = {"#585858",88},
|
||||
fg_unfocused = {"#56576d",87},
|
||||
fg_docstring = {"#2a486a",48},
|
||||
fg_comment_yellow = {"#749319",208},
|
||||
fg_comment_yellow = {"#977c3b",208},
|
||||
bg_header = {"#e5e5e5",230},
|
||||
fg_header = {"#2a2a2a",42},
|
||||
bg_whitespace = {"#f5efef",245},
|
||||
|
|
|
|||
Loading…
Reference in a new issue