From d2f0030b8c2a14048b7187f5e7a561ff6940b527 Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Mon, 6 May 2019 20:07:50 +0100 Subject: Initial commit --- LICENSE | 21 +++++++++++++++++++++ README.md | 3 +++ horizon-dark.yaml | 18 ++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 horizon-dark.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..196f13a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# base16-horizon-scheme +A scheme using the colours of the Horizon VSCode theme (https://github.com/jolaleye/horizon-theme-vscode) by Jonathan Olaleye + diff --git a/horizon-dark.yaml b/horizon-dark.yaml new file mode 100644 index 0000000..4d62410 --- /dev/null +++ b/horizon-dark.yaml @@ -0,0 +1,18 @@ +scheme: "Horizon Dark" +author: "Michaël Ball (http://github.com/michael-ball/)" +base00: "1C1E26" +base01: "232530" +base02: "2E303E" +base03: "2E303E" +base04: "CED1D0" +base05: "D5D8DA" +base06: "DCDFE4" +base07: "E3E6EE" +base08: "F43E5C" +base09: "F09483" +base0A: "FAC29A" +base0B: "FAB795" +base0C: "25B0BC" +base0D: "E95678" +base0E: "B877DB" +base0F: "FAC39A" -- cgit v1.2.3