github-nvim-theme icon indicating copy to clipboard operation
github-nvim-theme copied to clipboard

Override color for selected variant only

Open JoseConseco opened this issue 3 years ago • 0 comments

Hi, I just noticed that when I use color override - eg colors = {bg = "#f5f5f5"}, Then all github-nivm themes will use this white color (obviously I do not want to use white for dark themes). It would be great if we coul override color only for selected theme. Something like

colors = {
   github_light = { bg=  white, comment=xyz },
   github_dark = { ... }
}

JoseConseco avatar Apr 03 '22 19:04 JoseConseco