From 4e8227dc9cae573fedcb791009a9fe281f91cb9f Mon Sep 17 00:00:00 2001 From: obelisk79 Date: Fri, 19 Apr 2024 20:44:21 -0400 Subject: [PATCH] Adding OpenThemes Adding OpenTheme addon. Refactored and combining sister themes OpenDark and OpenLight. --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index e6b59db..9e0ccf3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -325,6 +325,10 @@ path = OpenDark url = https://github.com/obelisk79/OpenDark branch = main +[submodule "OpenTheme"] + path = OpenTheme + url = https://github.com/obelisk79/OpenTheme + branch = main [submodule "OpticsWorkbench"] path = OpticsWorkbench url = https://github.com/chbergmann/OpticsWorkbench