Misterio77 / nix-colors

Modules and schemes to make theming with Nix awesome.
GNU General Public License v3.0
465 stars 38 forks source link

Fix warning when using textMateThemeFromScheme from lib-contrib #51

Open mateusauler opened 3 months ago

mateusauler commented 3 months ago

When using the textMateThemeFromScheme function from lib-contrib, a warning is generated:

trace: Obsolete option `colorScheme.colors' is used. It was renamed to `colorScheme.palette'.

This PR fixes this issue.