port module Ports exposing (darkMode, setDarkMode) port setDarkMode : Maybe Bool -> Cmd msg port darkMode : (Bool -> msg) -> Sub msg