(Chore): go fmt changes
This commit is contained in:
@@ -80,7 +80,7 @@ func DetectTheme() Theme {
|
|||||||
return Light()
|
return Light()
|
||||||
}
|
}
|
||||||
|
|
||||||
return Darcula()
|
return Darcula()
|
||||||
}
|
}
|
||||||
|
|
||||||
// hasLightBackground attempts to detect if the terminal has a light background
|
// hasLightBackground attempts to detect if the terminal has a light background
|
||||||
@@ -289,4 +289,4 @@ func CreateExampleTheme() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return os.WriteFile(examplePath, data, 0o644)
|
return os.WriteFile(examplePath, data, 0o644)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user