You can leverage the existing sunrise-sunset function to determine if it is day on night and change your theme accordingly. (defun daytime? () (sunrise-sunset) (let ((range (mapcar 'car (butlast (solar-sunrise-sunset…
You can leverage the existing sunrise-sunset function to determine if it is day on night and change your theme accordingly. (defun daytime? () (sunrise-sunset) (let ((range (mapcar 'car (butlast (solar-sunrise-sunset…