mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-08 21:37:58 -05:00
Add Config and command-line parameters for rounded-corners
This commit is contained in:
@@ -36,6 +36,8 @@ type Colors struct {
|
||||
PlaylistNav Color `mapstructure:"playlist_nav"`
|
||||
Nav Color `mapstructure:"nav"`
|
||||
ContextMenu Color `mapstructure:"context_menu"`
|
||||
BorderFocus Color `mapstructure:"border_focus"`
|
||||
Border Color `mapstructure:"border"`
|
||||
|
||||
Null Color
|
||||
}
|
||||
@@ -153,6 +155,16 @@ func NewColors() *Colors {
|
||||
Bold: true,
|
||||
Italic: false,
|
||||
},
|
||||
BorderFocus: Color{
|
||||
Fg: "white",
|
||||
Bold: false,
|
||||
Italic: false,
|
||||
},
|
||||
Border: Color{
|
||||
Fg: "grey",
|
||||
Bold: false,
|
||||
Italic: false,
|
||||
},
|
||||
Null: Color{
|
||||
Fg: "white",
|
||||
Bold: true,
|
||||
|
||||
Reference in New Issue
Block a user