--- background choices ------------------------------------------------ BackgroundColor is one fill option in the background picker. Hex "" means transparent — the terminal/tmux background shows through (the default).
| 152 | // BackgroundColor is one fill option in the background picker. Hex "" means |
| 153 | // transparent — the terminal/tmux background shows through (the default). |
| 154 | type BackgroundColor struct { |
| 155 | Name string |
| 156 | Hex string |
| 157 | } |
| 158 | |
| 159 | // BackgroundColors — the fill colors offered in the background menu, in |
| 160 | // order. "terminal" keeps today's transparency; the rest are the background |
nothing calls this directly
no outgoing calls
no test coverage detected