NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.7k stars 235 forks source link

Comment are not green with dark mode theme #180

Open TheEpicFace007 opened 2 years ago

TheEpicFace007 commented 2 years ago

I am expecting to have the comment to be wrote in green when I use the dark theme of paper color however it is isn't green. What should I do?

image

Here is my theme config:

set t_Co=256
set background=dark
colorscheme PaperColor
let g:lightline = { 'colorscheme': 'PaperColor' }