From 3b1e1fd8450a30c22223a1fd92bdaad5bfd553f8 Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Fri, 28 May 2021 17:06:18 +0100 Subject: Initial commit --- LICENSE | 21 +++++++++++++++++++++ README.md | 2 ++ tokyo-city-dark.yaml | 18 ++++++++++++++++++ tokyo-city-light.yaml | 18 ++++++++++++++++++ tokyo-city-terminal-dark.yaml | 18 ++++++++++++++++++ tokyo-city-terminal-light.yaml | 18 ++++++++++++++++++ 6 files changed, 95 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 tokyo-city-dark.yaml create mode 100644 tokyo-city-light.yaml create mode 100644 tokyo-city-terminal-dark.yaml create mode 100644 tokyo-city-terminal-light.yaml 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" -- cgit v1.2.3