mirror of
https://github.com/eeeXun/GTT.git
synced 2025-05-18 00:30:40 -07:00
format
This commit is contained in:
parent
2a3474f471
commit
e313d326f3
2
color.go
2
color.go
@ -5,8 +5,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
themesName = []string{"Gruvbox", "Nord"}
|
|
||||||
Transparent tcell.Color = tcell.ColorDefault
|
Transparent tcell.Color = tcell.ColorDefault
|
||||||
|
themesName = []string{"Gruvbox", "Nord"}
|
||||||
Themes = map[string]map[string]tcell.Color{
|
Themes = map[string]map[string]tcell.Color{
|
||||||
"Gruvbox": {
|
"Gruvbox": {
|
||||||
"bg": tcell.NewHexColor(0x282828),
|
"bg": tcell.NewHexColor(0x282828),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user