From 3c6653a77b8951672ea169d175db154495a981fe Mon Sep 17 00:00:00 2001 From: r Date: Sun, 12 Jan 2020 17:16:57 +0000 Subject: Add dark mode --- renderer/model.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'renderer/model.go') diff --git a/renderer/model.go b/renderer/model.go index 102ce55..64b9946 100644 --- a/renderer/model.go +++ b/renderer/model.go @@ -10,6 +10,7 @@ type HeaderData struct { NotificationCount int CustomCSS string FluorideMode bool + DarkMode bool } type NavbarData struct { @@ -58,6 +59,7 @@ type NotificationData struct { Notifications []*mastodon.Notification HasNext bool NextLink string + DarkMode bool } type UserData struct { @@ -66,6 +68,7 @@ type UserData struct { Statuses []*mastodon.Status HasNext bool NextLink string + DarkMode bool } type AboutData struct { -- cgit v1.2.3