Merge pull request #21 from vihu/master

Fix yellow comment color for modus-operandi
This commit is contained in:
ishan9299 2022-02-15 10:26:18 +05:30 committed by GitHub
commit 5349a71c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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