diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-09-17 15:34:31 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-09-17 15:35:55 -0400 |
commit | 5f7a391fd1efff6fad4bc507acc38e82c90276b6 (patch) | |
tree | 7fb3f26c13f47ea0fb3c5de77e7aa2883478dfc3 /manifest.json | |
parent | 5bc91eaa6dc45019a98dc27b98923e446b767c28 (diff) | |
download | lite-xl-colors-5f7a391fd1efff6fad4bc507acc38e82c90276b6.tar.gz lite-xl-colors-5f7a391fd1efff6fad4bc507acc38e82c90276b6.zip |
Added in auto-generation and ran for the first time.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index ff98624..bfb83c1 100644 --- a/manifest.json +++ b/manifest.json @@ -14,6 +14,7 @@ { "id": "ayu-dark", "remote": "https://github.com/juliardi/lite-xl-ayu-theme.git:33a514527d4870480554771c273e667eb6418873", + "type": "color", "tags": [ "dark" ] @@ -21,6 +22,7 @@ { "id": "ayu-light", "remote": "https://github.com/juliardi/lite-xl-ayu-theme.git:33a514527d4870480554771c273e667eb6418873", + "type": "color", "tags": [ "light" ] @@ -28,6 +30,7 @@ { "id": "ayu-mirage", "remote": "https://github.com/juliardi/lite-xl-ayu-theme.git:33a514527d4870480554771c273e667eb6418873", + "type": "color", "tags": [ "dark" ] |