aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2021-11-17 18:07:42 +0000
committerMichaël Ball <git@michaelball.name>2021-11-17 18:07:42 +0000
commit5fb7232dbda1b300644a0a37f7eea04a0a60a9aa (patch)
tree3ee8d21bf800e1a80960b044837fe217ade656f9
Initial commit
-rw-r--r--LICENSE21
-rw-r--r--README.md7
-rw-r--r--templates/config.yaml3
-rw-r--r--templates/default.mustache23
4 files changed, 54 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..623579d
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021 Michaël Ball
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3368376
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# Usage
+
+Add the content from the relevant theme file in the `colors` dir to your foot.ini config (normally found in your default config dir, eg. `~/.config/foot/foot.ini`) in the [colors] section.
+
+## Issues & patches
+
+To raise an issue or submit a patch, please email git@michaelball.name.
diff --git a/templates/config.yaml b/templates/config.yaml
new file mode 100644
index 0000000..071a57b
--- /dev/null
+++ b/templates/config.yaml
@@ -0,0 +1,3 @@
+default:
+ extension:
+ output: colors
diff --git a/templates/default.mustache b/templates/default.mustache
new file mode 100644
index 0000000..124e5b6
--- /dev/null
+++ b/templates/default.mustache
@@ -0,0 +1,23 @@
+# Base16 foot template by Michaël Ball (https://git.michaelball.name)
+# {{scheme-name }} by {{scheme-author }}
+#
+# Copy this into the [colors] section of your foot.ini config
+foreground={{base05-hex}}
+background={{base00-hex}}
+regular0={{base00-hex}}
+regular1={{base08-hex}}
+regular2={{base0B-hex}}
+regular3={{base0A-hex}}
+regular4={{base0D-hex}}
+regular5={{base0E-hex}}
+regular6={{base0C-hex}}
+regular7={{base05-hex}}
+bright0={{base03-hex}}
+bright1={{base08-hex}}
+bright2={{base0B-hex}}
+bright3={{base0A-hex}}
+bright4={{base0D-hex}}
+bright5={{base0E-hex}}
+bright6={{base0C-hex}}
+selection-foreground={{base05-hex}}
+selection-background={{base02-hex}}