diff options
author | Michaël Ball <michael.ball@gmail.com> | 2019-03-11 11:05:26 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2019-03-11 11:05:26 +0000 |
commit | 8ae967d94f576208b0c88bf4d24bb60d561c39e3 (patch) | |
tree | dd43866d9d798b50a3bf1210b03dcb46875796f8 | |
parent | 2f6739559193271024b342f45c1da1974245428b (diff) |
Add scheme
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | synth-midnight-dark.yaml | 18 |
2 files changed, 20 insertions, 1 deletions
@@ -1,2 +1,3 @@ # base16-synth-midnight-scheme -Synthwave schemes +A scheme inspired by the album cover for "Nocturnal" by The Midnight. + diff --git a/synth-midnight-dark.yaml b/synth-midnight-dark.yaml new file mode 100644 index 0000000..d428c71 --- /dev/null +++ b/synth-midnight-dark.yaml @@ -0,0 +1,18 @@ +scheme: "Synth Midnight Dark" +author: "Michaël Ball (http://github.com/michael-ball/)" +base00: "040404" +base01: "141414" +base02: "242424" +base03: "61507A" +base04: "BFBBBF" +base05: "DFDBDF" +base06: "EFEBEF" +base07: "FFFBFF" +base08: "b53b50" +base09: "e4600e" +base0A: "dae84d" +base0B: "06ea61" +base0C: "7cede9" +base0D: "0286c4" +base0E: "ea5ce2" +base0F: "9d4d0e" |