8 lines
160 B
Go
8 lines
160 B
Go
package theme
|
|
|
|
// RegisterAll is retained as a no-op for compatibility while Chroma-based
|
|
// theme loading is removed.
|
|
func RegisterAll() error {
|
|
return nil
|
|
}
|