aaronrancsik
aaronrancsik
Hello, I wonder is it possible to make a blacklist instead? I want to specify the sites where forced dark mode is working. Thanks a lot!
@The-Compiler It was my first idea too. I will give a try. Thanks!
I'm also interested :)
So after a bit of google I found this: https://stackoverflow.com/questions/25991232/lua-tables-assigning-values-to-key-in-tables I was able to overwrite like this: ``` group_overrides = { ['@constant'] = { fg=c.vscBlue, bg = 'NONE' }, }...