aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorsmezzy <yagamiztc123@gmail.com>2024-02-27 00:30:09 -0300
committerGitHub <noreply@github.com>2024-02-27 04:30:09 +0100
commit110f08e0c639ade10c0f9793de4249593f6da2d0 (patch)
treecbd863e7c15ec71d4e19cc133832036d1592b8d1 /manifest.json
parentad3b0530fddee83d392226881b31a524173e53a6 (diff)
downloadlite-xl-colors-110f08e0c639ade10c0f9793de4249593f6da2d0.tar.gz
lite-xl-colors-110f08e0c639ade10c0f9793de4249593f6da2d0.zip
add the focus text editor theme (#34)
* add the focus text editor theme * sorted manifest.json and changed filename * changed theme name * fuck forgot the comma
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json33
1 files changed, 22 insertions, 11 deletions
diff --git a/manifest.json b/manifest.json
index 05db282..c93c637 100644
--- a/manifest.json
+++ b/manifest.json
@@ -36,6 +36,17 @@
]
},
{
+ "id" : "bearded-theme-vivid-black",
+ "mod_version" : "3.0.0",
+ "name" : "Bearded Theme Vivid Black",
+ "path" : "colors/bearded-theme-vivid-black.lua",
+ "tags" : [
+ "dark"
+ ],
+ "type" : "color",
+ "version" : "0.1"
+ },
+ {
"id" : "betelgeuse",
"mod_version" : "3.0.0",
"name" : "betelgeuse",
@@ -179,6 +190,17 @@
"version" : "0.1"
},
{
+ "id" : "focus",
+ "mod_version" : "3.0.0",
+ "name" : "focus",
+ "path" : "colors/focus.lua",
+ "tags" : [
+ "dark"
+ ],
+ "type" : "color",
+ "version" : "0.1"
+ },
+ {
"id" : "github",
"mod_version" : "3.0.0",
"name" : "github",
@@ -507,17 +529,6 @@
],
"type" : "color",
"version" : "0.1"
- },
- {
- "id" : "bearded-theme-vivid-black",
- "mod_version" : "3.0.0",
- "name" : "Bearded Theme Vivid Black",
- "path" : "colors/bearded-theme-vivid-black.lua",
- "tags" : [
- "dark"
- ],
- "type" : "color",
- "version" : "0.1"
}
]
}