Allow for optional external viewer args
In order to pass in options like `--new-window` to an external viewer like `firefox`, optional args can now be defined in configuration. See config-example.yaml for an example.
This commit is contained in:
8
cui/colours.go
Normal file
8
cui/colours.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cui
|
||||
|
||||
import "github.com/jroimartin/gocui"
|
||||
|
||||
const (
|
||||
selectionBgColor = gocui.ColorWhite
|
||||
selectionFgColor = gocui.ColorBlack
|
||||
)
|
Reference in New Issue
Block a user