This commit is contained in:
2025-07-29 14:12:04 +03:00
parent f60b9832ba
commit b24f8a2b86
5 changed files with 53 additions and 4 deletions

View File

@@ -45,6 +45,8 @@ in {
then "indigo"
else if (hasPrefix "nord" theme)
then "nordic"
else if (hasPrefix "oxocarbon" theme)
then "green"
else if (hasPrefix "s" theme)
then "teal"
else null;