aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2021-06-08 17:38:23 +0100
committerMichaël Ball <git@michaelball.name>2021-06-08 17:38:23 +0100
commit09a6b375f5c176052b357ae87b5117b2ff857fb2 (patch)
treeb8af6ed9c044898dc7762ed8b5bd93c38873726f
Initial commit
-rw-r--r--LICENSE21
-rw-r--r--README.md2
-rw-r--r--tokyo-night-dark.yaml18
-rw-r--r--tokyo-night-light.yaml18
-rw-r--r--tokyo-night-terminal-dark.yaml18
-rw-r--r--tokyo-night-terminal-light.yaml18
6 files changed, 95 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..478f575
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# base16-tokyo-night-scheme
+A scheme using the colours of the Tokyo Night VSCode theme (https://github.com/enkia/tokyo-night-vscode-theme) by enkia
diff --git a/tokyo-night-dark.yaml b/tokyo-night-dark.yaml
new file mode 100644
index 0000000..917d6c4
--- /dev/null
+++ b/tokyo-night-dark.yaml
@@ -0,0 +1,18 @@
+scheme: "Tokyo Night Dark"
+author: "Michaël Ball"
+base00: "1A1B26"
+base01: "16161E"
+base02: "515C7E"
+base03: "444B6A"
+base04: "787C99"
+base05: "A9B1D6"
+base06: "CBCCD1"
+base07: "D5D6DB"
+base08: "C0CAF5"
+base09: "A9B1D6"
+base0A: "B7C5D3"
+base0B: "9ECE6A"
+base0C: "B4F9F8"
+base0D: "2AC3DE"
+base0E: "BB9AF7"
+base0F: "BB9AF7"
diff --git a/tokyo-night-light.yaml b/tokyo-night-light.yaml
new file mode 100644
index 0000000..12a31b6
--- /dev/null
+++ b/tokyo-night-light.yaml
@@ -0,0 +1,18 @@
+scheme: "Tokyo Night Light"
+author: "Michaël Ball"
+base00: "D5D6DB"
+base01: "CBCCD1"
+base02: "D56DDB"
+base03: "9699A3"
+base04: "4C505E"
+base05: "343B59"
+base06: "1A1B26"
+base07: "1A1B26"
+base08: "C0CAF5"
+base09: "A9B1D6"
+base0A: "B7C5D3"
+base0B: "9ECE6A"
+base0C: "B4F9F8"
+base0D: "2AC3DE"
+base0E: "BB9AF7"
+base0F: "BB9AF7"
diff --git a/tokyo-night-terminal-dark.yaml b/tokyo-night-terminal-dark.yaml
new file mode 100644
index 0000000..da9889f
--- /dev/null
+++ b/tokyo-night-terminal-dark.yaml
@@ -0,0 +1,18 @@
+scheme: "Tokyo Night Dark"
+author: "Michaël Ball"
+base00: "16161E"
+base01: "1A1B26"
+base02: "515C7E"
+base03: "444B6A"
+base04: "787C99"
+base05: "787C99"
+base06: "CBCCD1"
+base07: "D5D6DB"
+base08: "F7768E"
+base09: "FF9E64"
+base0A: "E0AF68"
+base0B: "41A6B5"
+base0C: "7DCFFF"
+base0D: "7AA2F7"
+base0E: "BB9AF7"
+base0F: "D18616"
diff --git a/tokyo-night-terminal-light.yaml b/tokyo-night-terminal-light.yaml
new file mode 100644
index 0000000..b556ee7
--- /dev/null
+++ b/tokyo-night-terminal-light.yaml
@@ -0,0 +1,18 @@
+scheme: "Tokyo Night Light"
+author: "Michaël Ball"
+base00: "D5D6DB"
+base01: "CBCCD1"
+base02: "D56DDB"
+base03: "9699A3"
+base04: "4C505E"
+base05: "4C505E"
+base06: "1A1B26"
+base07: "1A1B26"
+base08: "F7768E"
+base09: "FF9E64"
+base0A: "E0AF68"
+base0B: "41A6B5"
+base0C: "7DCFFF"
+base0D: "7AA2F7"
+base0E: "BB9AF7"
+base0F: "D18616"