From 123d8ceb5f12d06ba0562777b3deb6ff6ab94b85 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Mon, 22 Feb 2021 09:34:36 +0100 Subject: [PATCH 1/3] Add Nord theme --- terminus-community-color-schemes/schemes/Nord | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 terminus-community-color-schemes/schemes/Nord diff --git a/terminus-community-color-schemes/schemes/Nord b/terminus-community-color-schemes/schemes/Nord new file mode 100644 index 00000000..47f02d9e --- /dev/null +++ b/terminus-community-color-schemes/schemes/Nord @@ -0,0 +1,42 @@ +! +! +*.foreground: #d8dee9 +*.background: #2e3440 +*.cursorColor: #d8dee9 +! +! Black +*.color0: #3b4252 +*.color8: #373e4d +! +! Red +*.color1: #bf616a +*.color9: #94545d +! +! Green +*.color2: #a3be8c +*.color10: #809575 +! +! Yellow +*.color3: #ebcb8b +*.color11: #b29e75 +! +! Blue +*.color4: #81a1c1 +*.color12: #68809a +! +! Magenta +*.color5: #b48ead +*.color13: #8c738c +! +! Cyan +*.color6: #88c0d0 +*.color14: #6d96a5 +! +! White +*.color7: #e5e9f0 +*.color15: #aeb3bb +! +! Bold, Italic, Underline +*.colorBD: #a5abb6 +!*.colorIT: +!*.colorUL: From a28e25e96ac9099a3c68e820048ad8468d086ba6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 09:58:07 +0000 Subject: [PATCH 2/3] docs: update README.md [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbdbbfb0..3cfa8028 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Takuro Onoda

💻
frauhottelmann

💻 +
Piotr Patalong

🎨 From a096a691cca82f6dd3be396742c38a4c5abebc36 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 09:58:08 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 36c564ac..ada04e08 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -343,6 +343,15 @@ "contributions": [ "code" ] + }, + { + "login": "VectorKappa", + "name": "Piotr Patalong", + "avatar_url": "https://avatars.githubusercontent.com/u/29167842?v=4", + "profile": "http://patalong.pl", + "contributions": [ + "design" + ] } ], "contributorsPerLine": 7,