aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2021-05-28 17:06:18 +0100
committerMichaël Ball <git@michaelball.name>2021-05-28 17:06:18 +0100
commit3b1e1fd8450a30c22223a1fd92bdaad5bfd553f8 (patch)
tree098423cb70df1b57e4a3506ecbe58070748a59a8
Initial commit
-rw-r--r--LICENSE21
-rw-r--r--README.md2
-rw-r--r--tokyo-city-dark.yaml18
-rw-r--r--tokyo-city-light.yaml18
-rw-r--r--tokyo-city-terminal-dark.yaml18
-rw-r--r--tokyo-city-terminal-light.yaml18
6 files changed, 95 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..b33cdd1
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2019 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..5dc70e1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# base16-tokyo-city-scheme
+A scheme using the colours of the Tokyo City VSCode theme (https://github.com/huytd/vscode-tokyo-city) by huytd
diff --git a/tokyo-city-dark.yaml b/tokyo-city-dark.yaml
new file mode 100644
index 0000000..fdbfd8c
--- /dev/null
+++ b/tokyo-city-dark.yaml
@@ -0,0 +1,18 @@
+scheme: "Tokyo City Dark"
+author: "Michaël Ball"
+base00: "171D23"
+base01: "1D252C"
+base02: "28323A"
+base03: "526270"
+base04: "B7C5D3"
+base05: "D8E2EC"
+base06: "F6F6F8"
+base07: "FBFBFD"
+base08: "F7768E"
+base09: "FF9E64"
+base0A: "B7C5D3"
+base0B: "9ECE6A"
+base0C: "89DDFF"
+base0D: "7AA2F7"
+base0E: "BB9AF7"
+base0F: "BB9AF7"
diff --git a/tokyo-city-light.yaml b/tokyo-city-light.yaml
new file mode 100644
index 0000000..479ca40
--- /dev/null
+++ b/tokyo-city-light.yaml
@@ -0,0 +1,18 @@
+scheme: "Tokyo City Light"
+author: "Michaël Ball"
+base00: "FBFBFD"
+base01: "F6F6F8"
+base02: "EDEFF6"
+base03: "9699A3"
+base04: "4c505e"
+base05: "343B59"
+base06: "1D252C"
+base07: "171D23"
+base08: "F7768E"
+base09: "FF9E64"
+base0A: "B7C5D3"
+base0B: "9ECE6A"
+base0C: "89DDFF"
+base0D: "7AA2F7"
+base0E: "BB9AF7"
+base0F: "BB9AF7"
diff --git a/tokyo-city-terminal-dark.yaml b/tokyo-city-terminal-dark.yaml
new file mode 100644
index 0000000..3ef94ba
--- /dev/null
+++ b/tokyo-city-terminal-dark.yaml
@@ -0,0 +1,18 @@
+scheme: "Tokyo City Terminal Dark"
+author: "Michaël Ball"
+base00: "171D23"
+base01: "1D252C"
+base02: "28323A"
+base03: "526270"
+base04: "B7C5D3"
+base05: "D8E2EC"
+base06: "F6F6F8"
+base07: "FBFBFD"
+base08: "D95468"
+base09: "FF9E64"
+base0A: "EBBF83"
+base0B: "8BD49C"
+base0C: "70E1E8"
+base0D: "539AFC"
+base0E: "B62D65"
+base0F: "D18616"
diff --git a/tokyo-city-terminal-light.yaml b/tokyo-city-terminal-light.yaml
new file mode 100644
index 0000000..db46f7f
--- /dev/null
+++ b/tokyo-city-terminal-light.yaml
@@ -0,0 +1,18 @@
+scheme: "Tokyo City Terminal Light"
+author: "Michaël Ball"
+base00: "FBFBFD"
+base01: "F6F6F8"
+base02: "D8E2EC"
+base03: "B7C5D3"
+base04: "526270"
+base05: "28323A"
+base06: "1D252C"
+base07: "171D23"
+base08: "D95468"
+base09: "FF9E64"
+base0A: "EBBF83"
+base0B: "8BD49C"
+base0C: "70E1E8"
+base0D: "539AFC"
+base0E: "B62D65"
+base0F: "D18616"