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:
Chris Waldon
2020-12-05 22:03:28 -05:00
committed by Elias Naur
parent a87a520ae8
commit acc3f704e4
7 changed files with 9 additions and 10 deletions
+1 -2
View File
@@ -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 {