From 09a6b375f5c176052b357ae87b5117b2ff857fb2 Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Tue, 8 Jun 2021 17:38:23 +0100 Subject: Initial commit --- LICENSE | 21 +++++++++++++++++++++ README.md | 2 ++ tokyo-night-dark.yaml | 18 ++++++++++++++++++ tokyo-night-light.yaml | 18 ++++++++++++++++++ tokyo-night-terminal-dark.yaml | 18 ++++++++++++++++++ tokyo-night-terminal-light.yaml | 18 ++++++++++++++++++ 6 files changed, 95 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 tokyo-night-dark.yaml create mode 100644 tokyo-night-light.yaml create mode 100644 tokyo-night-terminal-dark.yaml create mode 100644 tokyo-night-terminal-light.yaml 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" -- cgit v1.2.3