Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LukasJoswiak/etch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Joswiak <lukas@lukasjoswiak.com>2020-05-15 09:48:11 +0300
committerLukas Joswiak <lukas@lukasjoswiak.com>2020-05-15 09:48:11 +0300
commit3e882d86e63cc8f6517ca2b382e92d675b549628 (patch)
tree220fee56ad6eb6b065e4f9d4d20c52adaa8b7b00 /theme.toml
Initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..ea55293
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "Etch"
+license = "MIT"
+licenselink = "https://github.com/LukasJoswiak/etch/blob/master/LICENSE"
+description = ""
+homepage = "http://example.com/"
+tags = ["simple", "clean", "fast", "responsive", "dark mode"]
+features = ["fast", "syntax highlighting", "dark mode"]
+min_version = "0.41"
+
+[author]
+ name = "Lukas Joswiak"
+ homepage = "https://lukasjoswiak.com"