From b17e23a69e3a42ac6fff77043c09b623cda7e91a Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 23 Jan 2022 17:10:59 -0800 Subject: [PATCH 1/3] added sdras night owl themes --- .../schemes/Light Owl | 44 +++++++++++++++++++ .../schemes/Night Owl | 44 +++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 tabby-community-color-schemes/schemes/Light Owl create mode 100644 tabby-community-color-schemes/schemes/Night Owl diff --git a/tabby-community-color-schemes/schemes/Light Owl b/tabby-community-color-schemes/schemes/Light Owl new file mode 100644 index 00000000..24b01c06 --- /dev/null +++ b/tabby-community-color-schemes/schemes/Light Owl @@ -0,0 +1,44 @@ +! +! Light Owl +! https://github.com/sdras/night-owl-vscode-theme +! +*.foreground: #403f53 +*.background: #fbfbfb +*.cursorColor: #90a7b2 +! +! Black +*.color0: #403f53 +*.color8: #403f53 +! +! Red +*.color1: #de3d3b +*.color9: #de3d3b +! +! Green +*.color2: #08916a +*.color10: #08916a +! +! Yellow +*.color3: #e0af02 +*.color11: #daaa01 +! +! Blue +*.color4: #288ed7 +*.color12: #288ed7 +! +! Magenta +*.color5: #d6438a +*.color13: #d6438a +! +! Cyan +*.color6: #2aa298 +*.color14: #2aa298 +! +! White +*.color7: #f0f0f0 +*.color15: #979797 +! +! Bold, Italic, Underline +!*.colorBD: +!*.colorIT: +!*.colorUL: diff --git a/tabby-community-color-schemes/schemes/Night Owl b/tabby-community-color-schemes/schemes/Night Owl new file mode 100644 index 00000000..65a17938 --- /dev/null +++ b/tabby-community-color-schemes/schemes/Night Owl @@ -0,0 +1,44 @@ +! +! Night Owl +! https://github.com/sdras/night-owl-vscode-theme +! +*.foreground: #d6deeb +*.background: #011627 +*.cursorColor: #80a4c2 +! +! Black +*.color0: #011627 +*.color8: #969696 +! +! Red +*.color1: #ef5350 +*.color9: #ef5350 +! +! Green +*.color2: #22da6e +*.color10: #22da6e +! +! Yellow +*.color3: #addb67 +*.color11: #ffeb95 +! +! Blue +*.color4: #82aaff +*.color12: #82aaff +! +! Magenta +*.color5: #c792ea +*.color13: #c792ea +! +! Cyan +*.color6: #21c7a8 +*.color14: #7fdbca +! +! White +*.color7: #ffffff +*.color15: #ffffff +! +! Bold, Italic, Underline +!*.colorBD: +!*.colorIT: +!*.colorUL: From 9b305026f75fe2cc05dab1906de4371c811cf54e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:15:40 +0000 Subject: [PATCH 2/3] docs: update README.md [skip ci] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index df481c3d..053f1637 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
boonkerz

💻 🌍
Milo Ivir

🌍 + +
JasonCubic

🎨 + From 8751b9831f38a4595d320e93b5075a0c366fb5f9 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:15:41 +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 956fcc78..869ebe7a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -578,6 +578,15 @@ "contributions": [ "translation" ] + }, + { + "login": "JasonCubic", + "name": "JasonCubic", + "avatar_url": "https://avatars.githubusercontent.com/u/8921015?v=4", + "profile": "https://github.com/JasonCubic", + "contributions": [ + "design" + ] } ], "contributorsPerLine": 7,