mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Attempt to offer linux transparency
Add 'transparent' as a color option Default to 'transparent' Make sure to set color to appropriate things, so transparency is achieved
This commit is contained in:
@@ -401,6 +401,7 @@ var colors = map[string]tcell.Color{
|
||||
"teal": tcell.ColorTeal,
|
||||
"thistle": tcell.ColorThistle,
|
||||
"tomato": tcell.ColorTomato,
|
||||
"transparent": tcell.ColorDefault,
|
||||
"turquoise": tcell.ColorTurquoise,
|
||||
"violet": tcell.ColorViolet,
|
||||
"wheat": tcell.ColorWheat,
|
||||
|
||||
Reference in New Issue
Block a user