From 3c7fb8fdadb321282b02330d1f7e5cd7d993bdbd Mon Sep 17 00:00:00 2001 From: Bruno Opsenica Date: Sun, 30 Sep 2018 22:35:37 -0400 Subject: [PATCH] Add darkside theme by Dayle Rees --- Color-schemes.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Color-schemes.md b/Color-schemes.md index d3d695d..b3d44a0 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -1058,3 +1058,35 @@ colors: white: '0xeeeeec' ``` +## [Darkside](https://github.com/daylerees/colour-schemes) + +```yaml +# Colors (Darkside) +colors: + primary: + background: "0x222324" + foreground: "0xBABABA" + + # Normal colors + normal: + black: "0x000000" + red: "0xE8341C" + green: "0x68C256" + yellow: "0xF2D42C" + blue: "0x1C98E8" + magenta: "0x8E69C9" + cyan: "0x1C98E8" + white: "0xBABABA" + + # Bright colors + bright: + black: "0x666666" + red: "0xE05A4F" + green: "0x77B869" + yellow: "0xEFD64B" + blue: "0x387CD3" + magenta: "0x957BBE" + cyan: "0x3D97E2" + white: "0xBABABA" +``` +