current setup table: ```lua { { colorscheme = "default", name = "Default" }, { colorscheme = "tokyodark", name = "Dark" }, { colorscheme = "tokyonight-day", name = "Day" }, { colorscheme = "tokyonight-night", name = "Night" } } ``` now as we can see, the table has 4 themes but see this now: https://github.com/user-attachments/assets/9e4d9e40-311a-4870-a5b3-0d019b5a8939 so idk whats happening, and yeah, if im using the api to set the theme, it should update in the `Themery` UI which shows the theme i set with the `UI`
current setup table:
{ { colorscheme = "default", name = "Default" }, { colorscheme = "tokyodark", name = "Dark" }, { colorscheme = "tokyonight-day", name = "Day" }, { colorscheme = "tokyonight-night", name = "Night" } }now as we can see, the table has 4 themes but see this now:
recording_2025-01-23_18.17.04.mp4
so idk whats happening, and yeah, if im using the api to set the theme, it should update in the
ThemeryUI which shows the theme i set with theUI