(Chore): go fmt changes

This commit is contained in:
2025-11-25 21:19:13 +00:00
parent 85e1e8a724
commit fb7efc9434

View File

@@ -80,7 +80,7 @@ func DetectTheme() Theme {
return Light()
}
return Darcula()
return Darcula()
}
// hasLightBackground attempts to detect if the terminal has a light background
@@ -289,4 +289,4 @@ func CreateExampleTheme() error {
}
return os.WriteFile(examplePath, data, 0o644)
}
}