mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 16:35:36 +00:00
example/{kitchen,tabs,gophers}: update to use material.Palette
Update gioui.org/cmd while here. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
This commit is contained in:
@@ -72,8 +72,7 @@ type (
|
||||
|
||||
func init() {
|
||||
theme = material.NewTheme(gofont.Collection())
|
||||
theme.Color.Text = rgb(0x333333)
|
||||
theme.Color.Hint = rgb(0xbbbbbb)
|
||||
theme.Palette.Fg = rgb(0x333333)
|
||||
}
|
||||
|
||||
func newUI(fetchCommits func(string)) *UI {
|
||||
|
||||
Reference in New Issue
Block a user