From bb7db9c0bebc6b6d0ce1fa120cde1cf38254b4e1 Mon Sep 17 00:00:00 2001 From: Zorin FOSS <132728893+ZorinFoss@users.noreply.github.com> Date: Sat, 10 Aug 2024 08:57:39 +0300 Subject: [PATCH 1/4] Update .gitmodules --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index 1cffd9c241..0c67113585 100644 --- a/.gitmodules +++ b/.gitmodules @@ -614,6 +614,10 @@ path = extensions/odin url = https://github.com/clseibold/zed-odin +[submodule "extensions/one-dark-pro-plus"] + path = extensions/one-dark-pro-plus + url = https://github.com/ZorinFoss/zed-one-dark-pro-plus + [submodule "extensions/one-dark-extended"] path = extensions/one-dark-extended url = https://github.com/uonick/zed-one-dark-extended From d40f69d190e95b4be6b3eb74a3f0ade71d0d3776 Mon Sep 17 00:00:00 2001 From: Zorin FOSS <132728893+ZorinFoss@users.noreply.github.com> Date: Sat, 10 Aug 2024 08:59:51 +0300 Subject: [PATCH 2/4] Add one-dark-pro-plus to extensions.toml --- extensions.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions.toml b/extensions.toml index 0278492350..bd5015a669 100644 --- a/extensions.toml +++ b/extensions.toml @@ -690,6 +690,10 @@ version = "0.1.0" submodule = "extensions/odin" version = "0.1.0" +[one-dark-extended] +submodule = "extensions/one-dark-pro-plus" +version = "0.0.1" + [one-dark-extended] submodule = "extensions/one-dark-extended" version = "0.0.1" From 9c52aeb8d1ded774c27ef30b734c6ccee085a81c Mon Sep 17 00:00:00 2001 From: ZorinFoss <132728893+ZorinFoss@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:03:38 +0300 Subject: [PATCH 3/4] Update submodule references and extension configuration - Rename the submodule entry from "one-dark-extended" to "one-dark-pro-plus" in the extensions.toml file to reflect the updated repository name. - Add a new line at the end of the .gitmodules file to ensure proper formatting and compatibility with git submodule tools. --- .gitmodules | 1 + extensions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0c67113585..9e79289928 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1001,3 +1001,4 @@ [submodule "extensions/zedwaita"] path = extensions/zedwaita url = https://github.com/someone13574/zed-adwaita-theme.git + diff --git a/extensions.toml b/extensions.toml index bd5015a669..9ee8b4921f 100644 --- a/extensions.toml +++ b/extensions.toml @@ -690,7 +690,7 @@ version = "0.1.0" submodule = "extensions/odin" version = "0.1.0" -[one-dark-extended] +[one-dark-pro-plus] submodule = "extensions/one-dark-pro-plus" version = "0.0.1" From 6db04a46d96e14d6b950096e6c5765c0718466fb Mon Sep 17 00:00:00 2001 From: ZorinFoss <132728893+ZorinFoss@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:08:16 +0300 Subject: [PATCH 4/4] Update submodule URL and add new submodule commit Correct the URL for the 'one-dark-pro-plus' submodule to point to the correct repository and add a new commit reference for the submodule, ensuring the project uses the latest version of the 'one-dark-pro-plus' extension. --- .gitmodules | 2 +- extensions/one-dark-pro-plus | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 extensions/one-dark-pro-plus diff --git a/.gitmodules b/.gitmodules index 9e79289928..c6c4d5b55d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -616,7 +616,7 @@ [submodule "extensions/one-dark-pro-plus"] path = extensions/one-dark-pro-plus - url = https://github.com/ZorinFoss/zed-one-dark-pro-plus + url = https://github.com/ZorinFoss/one-dark-pro-plus [submodule "extensions/one-dark-extended"] path = extensions/one-dark-extended diff --git a/extensions/one-dark-pro-plus b/extensions/one-dark-pro-plus new file mode 160000 index 0000000000..0aa380e303 --- /dev/null +++ b/extensions/one-dark-pro-plus @@ -0,0 +1 @@ +Subproject commit 0aa380e3031f84134f5d9f842e008e61ab77dbe3