1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 08:57:46 +00:00

Don't use slug

This commit is contained in:
RGBCube 2023-11-27 15:45:46 +03:00
parent 2ba30f4256
commit 8af3fc6e28
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ theme: with theme.withHashtag; ''
<key>name</key> <key>name</key>
<string>Base16 ${theme.name}</string> <string>Base16 ${theme.name}</string>
<key>semanticClass</key> <key>semanticClass</key>
<string>theme.base16.${theme.slug}</string> <string>theme.base16.generated</string>
<key>colorSpaceName</key> <key>colorSpaceName</key>
<string>sRGB</string> <string>sRGB</string>
<key>gutterSettings</key> <key>gutterSettings</key>