update color tab names (#49)

* change color names and values

* migrations

* update tab colors in fe

* set to default instead of null

* minor server fixes
This commit is contained in:
Red J Adaya
2023-10-28 13:14:20 -07:00
committed by GitHub
parent 9804dcb14c
commit e0cd8516b8
8 changed files with 30 additions and 16 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ const (
KwArgLang = "lang"
)
var ColorNames = []string{"black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "orange"}
var ColorNames = []string{"yellow", "blue", "pink", "magenta", "cyan", "violet", "orange", "green", "red", "white"}
var RemoteColorNames = []string{"red", "green", "yellow", "blue", "magenta", "cyan", "white", "orange"}
var RemoteSetArgs = []string{"alias", "connectmode", "key", "password", "autoinstall", "color"}