From b17e23a69e3a42ac6fff77043c09b623cda7e91a Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 23 Jan 2022 17:10:59 -0800 Subject: [PATCH] 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: