summaryrefslogtreecommitdiff
path: root/pkg/model/settings.go
blob: 9da655b51afccad0b34a3e9fc23bb7ec94151edd (plain)
1
2
3
4
5
6
7
package model

type SettingsContextKey struct{}

type Settings struct {
	LightMode bool `json:"light_mode"`
}