diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-10-10 16:42:31 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-10-10 16:42:31 -0400 |
commit | 1b3322156d8d0fd87185148a49fd13bad8ab539a (patch) | |
tree | 9fce8b8433362260aba7fe980481d2b6ba41322e | |
parent | 8b1dcff1a0b8bfa91eca3e5d11178b4262dbf1bf (diff) | |
download | lite-xl-colors-1b3322156d8d0fd87185148a49fd13bad8ab539a.tar.gz lite-xl-colors-1b3322156d8d0fd87185148a49fd13bad8ab539a.zip |
Made things underscores.
-rw-r--r-- | manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 5713ea0..2e313da 100644 --- a/manifest.json +++ b/manifest.json @@ -113,9 +113,9 @@ "version" : "0.1" }, { - "id" : "flexoki-dark", + "id" : "flexoki_dark", "mod_version" : "3.0.0", - "name" : "flexoki-dark", + "name" : "flexoki_dark", "path" : "colors/flexoki_dark.lua", "tags" : [ "dark" @@ -124,9 +124,9 @@ "version" : "0.1" }, { - "id" : "flexoki-light", + "id" : "flexoki_light", "mod_version" : "3.0.0", - "name" : "flexoki-light", + "name" : "flexoki_light", "path" : "colors/flexoki_light.lua", "tags" : [ "light" |