Kassio Borges
Kassio Borges
@WhoIsSethDaniel thanks for adding that!
@winkee01, did you find a solution? I just ran in the same error on my setup 😞 .
It seems that the light theme is not very used, so this wasn't noticed for a while. :/
I thought this could be due to my wezterm config, but I think I'm using the right themes: ```lua if wezterm.gui.get_appearance():find('Dark') then config.color_scheme = 'tokyonight_night' else config.color_scheme = 'tokyonight_day' end...
Hacky solution: ```lua require('tokyonight').setup({ style = 'storm', light_style = 'day', on_colors = function(colors) local bg_dark = colors.bg local bg = colors.bg_sidebar colors.bg = bg colors.bg_sidebar = bg_dark end }) ```...
Another idea, that I'm not sure if better or worse, but lua supports functions with multiple returns, so maybe we could do something like: ```lua function foo() return 1, 2,...
Sorry about the delay on review it. Thank's for the feature! :heart:
Could you check if this still happening with master version!? I'll close it for now, but feel free to reopen it if necessary.
Sorry, but I don't contribute for this project anymore. I hope the new contributors can help you. :smile:
@matryer, any updates on this? I'm facing a similar problem.