RasmusLindroth / tut

TUI for Mastodon with vim inspired keys
https://tut.anv.nu
MIT License
446 stars 29 forks source link

Theme doesn't change via config #254

Closed Ashdemai closed 1 year ago

Ashdemai commented 1 year ago

After the recent update it changed back to the default theme. I tried changing it back with the new config.toml but it does nothing. Tried messing with naming, changing the default.toml in the themes/ folder, but nothing changes.

RasmusLindroth commented 1 year ago

You'll have to change the extension from ini to toml. And all colors must be surrounded by quotation marks as of toml.

Like this text="#ffffff"

And in config.toml you shouldn't include the file extension.

It should work as others have gotten it to work. If you still have a problem you can post me your config and your theme and I'll have a look :)

Ashdemai commented 1 year ago

Yeah the quotation marks weren't added in my conversion.