fix the yellow comments color code

This commit is contained in:
ishan 2021-05-10 11:51:28 +05:30
parent 33b9833973
commit 841d1bd61f
2 changed files with 2 additions and 2 deletions

View file

@ -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},

View file

@ -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},