From 3fcd65d6d23978923315847254ed17bd69e64894 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 22 May 2023 22:07:55 +0200 Subject: [PATCH] Use os1 as light theme --- packages.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages.el b/packages.el index eebd761..b9c72c1 100644 --- a/packages.el +++ b/packages.el @@ -28,3 +28,5 @@ (package! org-capture-ref :recipe (:host github :repo "yantar92/org-capture-ref")) ;; Arduino development (package! platformio-mode) +;; Light theme +(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))