diff options
Diffstat (limited to '.vim/lua/colors.lua')
| -rw-r--r-- | .vim/lua/colors.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/lua/colors.lua b/.vim/lua/colors.lua index a80fc9c..0f3b47b 100644 --- a/.vim/lua/colors.lua +++ b/.vim/lua/colors.lua @@ -303,6 +303,8 @@ return lush(function() StartifyFooter { fg = hsl(p.dim.white) }, -- }}} + AlphaFortune { Comment }, + -- Plugin configs END }}} -- Config specific |