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, 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

🎨 + 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: