v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-17 16:20:33 -07:00
This commit is contained in:
eeeXun 2022-10-23 22:21:20 +08:00
parent 2a3474f471
commit e313d326f3

View File

@ -5,8 +5,8 @@ import (
)
var (
themesName = []string{"Gruvbox", "Nord"}
Transparent tcell.Color = tcell.ColorDefault
themesName = []string{"Gruvbox", "Nord"}
Themes = map[string]map[string]tcell.Color{
"Gruvbox": {
"bg": tcell.NewHexColor(0x282828),