Finish port of themes kitten to Go

This commit is contained in:
Kovid Goyal
2023-03-14 20:24:21 +05:30
parent 0c20a4d980
commit 0805330b77
5 changed files with 116 additions and 53 deletions

View File

@@ -6,11 +6,13 @@ import (
"fmt"
"kitty/tools/themes"
"kitty/tools/tty"
"kitty/tools/utils"
"kitty/tools/wcswidth"
)
var _ = fmt.Print
var DebugPrintln = tty.DebugPrintln
type ThemesList struct {
themes, all_themes *themes.Themes