From 7107c192e05693774b38414e097304866fde9795 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 16 Sep 2019 18:14:52 -0600 Subject: [PATCH] Added colorschemes for the kitty terminal --- colorschemes/kitty/AdventureTime.conf | 21 +++++++++++++++++++++ colorschemes/kitty/AlienBlood.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Argonaut.conf | 21 +++++++++++++++++++++ colorschemes/kitty/CrayonPonyFish.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Flatland.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Floraverse.conf | 21 +++++++++++++++++++++ colorschemes/kitty/FunForrest.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Grape.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Harper.conf | 21 +++++++++++++++++++++ colorschemes/kitty/IC_Green_PPL.conf | 21 +++++++++++++++++++++ colorschemes/kitty/IC_Orange_PPL.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Jellybeans.conf | 21 +++++++++++++++++++++ colorschemes/kitty/MonaLisa.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Royal.conf | 21 +++++++++++++++++++++ colorschemes/kitty/SeaShells.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Shaman.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Slate.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Sundried.conf | 21 +++++++++++++++++++++ colorschemes/kitty/The_Hulk.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Tomorrow_Night_Blue.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Ubuntu.conf | 21 +++++++++++++++++++++ colorschemes/kitty/Urple.conf | 21 +++++++++++++++++++++ colorschemes/kitty/WildCherry.conf | 21 +++++++++++++++++++++ colorschemes/kitty/WrynAutumn.conf | 21 +++++++++++++++++++++ colorschemes/kitty/ayu.conf | 21 +++++++++++++++++++++ 25 files changed, 525 insertions(+) create mode 100644 colorschemes/kitty/AdventureTime.conf create mode 100644 colorschemes/kitty/AlienBlood.conf create mode 100644 colorschemes/kitty/Argonaut.conf create mode 100644 colorschemes/kitty/CrayonPonyFish.conf create mode 100644 colorschemes/kitty/Flatland.conf create mode 100644 colorschemes/kitty/Floraverse.conf create mode 100644 colorschemes/kitty/FunForrest.conf create mode 100644 colorschemes/kitty/Grape.conf create mode 100644 colorschemes/kitty/Harper.conf create mode 100644 colorschemes/kitty/IC_Green_PPL.conf create mode 100644 colorschemes/kitty/IC_Orange_PPL.conf create mode 100644 colorschemes/kitty/Jellybeans.conf create mode 100644 colorschemes/kitty/MonaLisa.conf create mode 100644 colorschemes/kitty/Royal.conf create mode 100644 colorschemes/kitty/SeaShells.conf create mode 100644 colorschemes/kitty/Shaman.conf create mode 100644 colorschemes/kitty/Slate.conf create mode 100644 colorschemes/kitty/Sundried.conf create mode 100644 colorschemes/kitty/The_Hulk.conf create mode 100644 colorschemes/kitty/Tomorrow_Night_Blue.conf create mode 100644 colorschemes/kitty/Ubuntu.conf create mode 100644 colorschemes/kitty/Urple.conf create mode 100644 colorschemes/kitty/WildCherry.conf create mode 100644 colorschemes/kitty/WrynAutumn.conf create mode 100644 colorschemes/kitty/ayu.conf diff --git a/colorschemes/kitty/AdventureTime.conf b/colorschemes/kitty/AdventureTime.conf new file mode 100644 index 0000000..e523a1a --- /dev/null +++ b/colorschemes/kitty/AdventureTime.conf @@ -0,0 +1,21 @@ +background #1e1c44 +foreground #f8dbc0 +cursor #eebf37 +selection_background #6f6a4e +color0 #050404 +color8 #4e7bbf +color1 #bc0013 +color9 #fc5e59 +color2 #49b117 +color10 #9dff6e +color3 #e6741d +color11 #efc11a +color4 #0f49c6 +color12 #1896c6 +color5 #665992 +color13 #9a5952 +color6 #6fa497 +color14 #c8f9f3 +color7 #f8dbc0 +color15 #f5f4fb +selection_foreground #1e1c44 diff --git a/colorschemes/kitty/AlienBlood.conf b/colorschemes/kitty/AlienBlood.conf new file mode 100644 index 0000000..453ea80 --- /dev/null +++ b/colorschemes/kitty/AlienBlood.conf @@ -0,0 +1,21 @@ +background #0f160f +foreground #637d75 +cursor #73f990 +selection_background #1d4025 +color0 #112615 +color8 #3c4711 +color1 #7f2b26 +color9 #df8008 +color2 #2f7e25 +color10 #18e000 +color3 #707f23 +color11 #bde000 +color4 #2f697f +color12 #00a9df +color5 #47577e +color13 #0058df +color6 #317f76 +color14 #00dfc3 +color7 #647d75 +color15 #73f990 +selection_foreground #0f160f diff --git a/colorschemes/kitty/Argonaut.conf b/colorschemes/kitty/Argonaut.conf new file mode 100644 index 0000000..058186e --- /dev/null +++ b/colorschemes/kitty/Argonaut.conf @@ -0,0 +1,21 @@ +background #0d0f18 +foreground #fffaf3 +cursor #ff0017 +selection_background #002a3a +color0 #222222 +color8 #444444 +color1 #ff000f +color9 #ff273f +color2 #8ce00a +color10 #abe05a +color3 #ffb900 +color11 #ffd141 +color4 #008df8 +color12 #0092ff +color5 #6c43a5 +color13 #9a5feb +color6 #00d7eb +color14 #67ffef +color7 #ffffff +color15 #ffffff +selection_foreground #0d0f18 diff --git a/colorschemes/kitty/CrayonPonyFish.conf b/colorschemes/kitty/CrayonPonyFish.conf new file mode 100644 index 0000000..068fab3 --- /dev/null +++ b/colorschemes/kitty/CrayonPonyFish.conf @@ -0,0 +1,21 @@ +background #140607 +foreground #685259 +cursor #685259 +selection_background #2a1a1c +color0 #2a1a1c +color8 #3c2a2e +color1 #90002a +color9 #c5245c +color2 #579523 +color10 #8dff56 +color3 #aa301b +color11 #c7371d +color4 #8b87af +color12 #cfc9ff +color5 #682e50 +color13 #fb6cb9 +color6 #e8a766 +color14 #ffceae +color7 #685259 +color15 #af949d +selection_foreground #140607 diff --git a/colorschemes/kitty/Flatland.conf b/colorschemes/kitty/Flatland.conf new file mode 100644 index 0000000..637b72d --- /dev/null +++ b/colorschemes/kitty/Flatland.conf @@ -0,0 +1,21 @@ +background #1c1e20 +foreground #b8daee +cursor #708183 +selection_background #2a2a24 +color0 #1c1d19 +color8 #1c1d19 +color1 #f18238 +color9 #d12a24 +color2 #9ed264 +color10 #a7d32c +color3 #f3ef6d +color11 #ff8948 +color4 #4f96be +color12 #61b8d0 +color5 #695abb +color13 #695abb +color6 #d53864 +color14 #d53864 +color7 #fefffe +color15 #fefffe +selection_foreground #1c1e20 diff --git a/colorschemes/kitty/Floraverse.conf b/colorschemes/kitty/Floraverse.conf new file mode 100644 index 0000000..6e6a06c --- /dev/null +++ b/colorschemes/kitty/Floraverse.conf @@ -0,0 +1,21 @@ +background #0e0c15 +foreground #dbd0b9 +cursor #bbbbbb +selection_background #f3e0b8 +color0 #08002e +color8 #331d4c +color1 #64002c +color9 #cf2062 +color2 #5d731a +color10 #b3ce58 +color3 #cd751c +color11 #fac357 +color4 #1d6da1 +color12 #40a4cf +color5 #b7077e +color13 #f02aae +color6 #42a38c +color14 #62caa8 +color7 #f3e0b8 +color15 #fff5db +selection_foreground #0e0c15 diff --git a/colorschemes/kitty/FunForrest.conf b/colorschemes/kitty/FunForrest.conf new file mode 100644 index 0000000..df8f4ee --- /dev/null +++ b/colorschemes/kitty/FunForrest.conf @@ -0,0 +1,21 @@ +background #241200 +foreground #ddc165 +cursor #e5591c +selection_background #e5591c +color0 #000000 +color8 #7e6954 +color1 #d5252b +color9 #e4591b +color2 #909b00 +color10 #bfc659 +color3 #bd8a13 +color11 #ffca1b +color4 #4698a2 +color12 #7cc9ce +color5 #8c4231 +color13 #d16349 +color6 #d98112 +color14 #e6a96b +color7 #ddc165 +color15 #ffe9a3 +selection_foreground #241200 diff --git a/colorschemes/kitty/Grape.conf b/colorschemes/kitty/Grape.conf new file mode 100644 index 0000000..38b8a18 --- /dev/null +++ b/colorschemes/kitty/Grape.conf @@ -0,0 +1,21 @@ +background #161423 +foreground #9e9ea0 +cursor #a188f7 +selection_background #483d70 +color0 #2d283e +color8 #58506a +color1 #ec2160 +color9 #f0719a +color2 #1fa91b +color10 #52a95d +color3 #8ddc1f +color11 #b2dc87 +color4 #487cf4 +color12 #a9bbeb +color5 #8c35c8 +color13 #ac81c1 +color6 #3added +color14 #9ce3ea +color7 #9e9ea0 +color15 #a188f7 +selection_foreground #161423 diff --git a/colorschemes/kitty/Harper.conf b/colorschemes/kitty/Harper.conf new file mode 100644 index 0000000..2579aac --- /dev/null +++ b/colorschemes/kitty/Harper.conf @@ -0,0 +1,21 @@ +background #000000 +foreground #a7a39c +cursor #a7a39c +selection_background #5a5753 +color0 #000000 +color8 #716d69 +color1 #f7b63e +color9 #f7b63e +color2 #7fb5e1 +color10 #7fb5e1 +color3 #d6da24 +color11 #d6da24 +color4 #489d48 +color12 #489d48 +color5 #b295c5 +color13 #b295c5 +color6 #f4bed6 +color14 #f4bed6 +color7 #a7a39c +color15 #fefbe9 +selection_foreground #000000 diff --git a/colorschemes/kitty/IC_Green_PPL.conf b/colorschemes/kitty/IC_Green_PPL.conf new file mode 100644 index 0000000..35587dd --- /dev/null +++ b/colorschemes/kitty/IC_Green_PPL.conf @@ -0,0 +1,21 @@ +background #3a3c3e +foreground #d9eed2 +cursor #41ff58 +selection_background #2a9b34 +color0 #1e1e1e +color8 #03260f +color1 #fb0029 +color9 #a6ff3e +color2 #329b24 +color10 #9fff6d +color3 #649a25 +color11 #d1ff6d +color4 #149b45 +color12 #72ffb5 +color5 #53b82b +color13 #50ff3d +color6 #2bb767 +color14 #22ff71 +color7 #dffeee +color15 #daeed0 +selection_foreground #3a3c3e diff --git a/colorschemes/kitty/IC_Orange_PPL.conf b/colorschemes/kitty/IC_Orange_PPL.conf new file mode 100644 index 0000000..b8dead8 --- /dev/null +++ b/colorschemes/kitty/IC_Orange_PPL.conf @@ -0,0 +1,21 @@ +background #262626 +foreground #ffcb83 +cursor #fb521c +selection_background #c03f1f +color0 #000000 +color8 #6a4e29 +color1 #c03900 +color9 #ff8b67 +color2 #a3a900 +color10 #f6ff3f +color3 #caae00 +color11 #ffe36e +color4 #bd6c00 +color12 #ffbd54 +color5 #fb5d00 +color13 #fc874f +color6 #f79400 +color14 #c59752 +color7 #ffc88a +color15 #f9f9fe +selection_foreground #262626 diff --git a/colorschemes/kitty/Jellybeans.conf b/colorschemes/kitty/Jellybeans.conf new file mode 100644 index 0000000..bac5fb7 --- /dev/null +++ b/colorschemes/kitty/Jellybeans.conf @@ -0,0 +1,21 @@ +background #111111 +foreground #dedede +cursor #ffa460 +selection_background #464d91 +color0 #919191 +color8 #bdbdbd +color1 #e17373 +color9 #ffa0a0 +color2 #94b978 +color10 #bddeab +color3 #ffb97b +color11 #ffdba0 +color4 #96bddb +color12 #b1d7f6 +color5 #e1c0fa +color13 #fbdaff +color6 #00988e +color14 #19b2a7 +color7 #dedede +color15 #ffffff +selection_foreground #111111 diff --git a/colorschemes/kitty/MonaLisa.conf b/colorschemes/kitty/MonaLisa.conf new file mode 100644 index 0000000..3b1602d --- /dev/null +++ b/colorschemes/kitty/MonaLisa.conf @@ -0,0 +1,21 @@ +background #110b0d +foreground #f6d56a +cursor #c36c32 +selection_background #f6d56a +color0 #341a0d +color8 #874227 +color1 #9b281b +color9 #ff4230 +color2 #626132 +color10 #b3b163 +color3 #c26e27 +color11 #ff9565 +color4 #515b5c +color12 #9eb2b3 +color5 #9b1d29 +color13 #ff5b6a +color6 #588056 +color14 #89cc8e +color7 #f6d75c +color15 #ffe597 +selection_foreground #110b0d diff --git a/colorschemes/kitty/Royal.conf b/colorschemes/kitty/Royal.conf new file mode 100644 index 0000000..0ebd236 --- /dev/null +++ b/colorschemes/kitty/Royal.conf @@ -0,0 +1,21 @@ +background #100814 +foreground #504868 +cursor #514965 +selection_background #1e1d2a +color0 #241f2a +color8 #312d3c +color1 #90274b +color9 #d4346c +color2 #23801c +color10 #2cd845 +color3 #b49d27 +color11 #fde83a +color4 #6480af +color12 #8fb9f9 +color5 #664d96 +color13 #a479e2 +color6 #8aaabd +color14 #abd3eb +color7 #514965 +color15 #9d8bbd +selection_foreground #100814 diff --git a/colorschemes/kitty/SeaShells.conf b/colorschemes/kitty/SeaShells.conf new file mode 100644 index 0000000..60a2968 --- /dev/null +++ b/colorschemes/kitty/SeaShells.conf @@ -0,0 +1,21 @@ +background #08131a +foreground #deb88d +cursor #fba02f +selection_background #1e4862 +color0 #17384c +color8 #424b52 +color1 #d05023 +color9 #d38677 +color2 #027b9b +color10 #618c98 +color3 #fba02f +color11 #fdd29e +color4 #1d4850 +color12 #1abcdd +color5 #68d3f0 +color13 #bbe3ee +color6 #50a3b5 +color14 #86abb3 +color7 #deb88d +color15 #fee3cd +selection_foreground #08131a diff --git a/colorschemes/kitty/Shaman.conf b/colorschemes/kitty/Shaman.conf new file mode 100644 index 0000000..a316711 --- /dev/null +++ b/colorschemes/kitty/Shaman.conf @@ -0,0 +1,21 @@ +background #001014 +foreground #405555 +cursor #49fcd5 +selection_background #415554 +color0 #012026 +color8 #374350 +color1 #b12f2c +color9 #ff4242 +color2 #00a940 +color10 #2aea5e +color3 #5d8aa9 +color11 #8dd3fd +color4 #449985 +color12 #61d4b9 +color5 #00599c +color13 #1298ff +color6 #5c7e19 +color14 #98cf28 +color7 #405554 +color15 #58fad6 +selection_foreground #001014 diff --git a/colorschemes/kitty/Slate.conf b/colorschemes/kitty/Slate.conf new file mode 100644 index 0000000..650e4ab --- /dev/null +++ b/colorschemes/kitty/Slate.conf @@ -0,0 +1,21 @@ +background #212121 +foreground #34b0d2 +cursor #87d2c3 +selection_background #0f3754 +color0 #212121 +color8 #ffffff +color1 #e1a7bf +color9 #ffccd8 +color2 #80d778 +color10 #bdffa8 +color3 #c4c9bf +color11 #d0cbc9 +color4 #254a49 +color12 #79afd2 +color5 #a380d3 +color13 #c4a7d8 +color6 #14ab9c +color14 #8bdee0 +color7 #02c4e0 +color15 #e0e0e0 +selection_foreground #212121 diff --git a/colorschemes/kitty/Sundried.conf b/colorschemes/kitty/Sundried.conf new file mode 100644 index 0000000..d5ff99d --- /dev/null +++ b/colorschemes/kitty/Sundried.conf @@ -0,0 +1,21 @@ +background #1a1818 +foreground #c8c8c8 +cursor #fffefe +selection_background #302b2a +color0 #302b2a +color8 #4d4d47 +color1 #a6463d +color9 #aa000c +color2 #577644 +color10 #128c20 +color3 #9c5f2a +color11 #fc6a20 +color4 #485a98 +color12 #7898f7 +color5 #854551 +color13 #fc89a0 +color6 #9c814e +color14 #fad384 +color7 #c8c8c8 +color15 #fffefe +selection_foreground #1a1818 diff --git a/colorschemes/kitty/The_Hulk.conf b/colorschemes/kitty/The_Hulk.conf new file mode 100644 index 0000000..81bd962 --- /dev/null +++ b/colorschemes/kitty/The_Hulk.conf @@ -0,0 +1,21 @@ +background #1b1d1e +foreground #b4b4b4 +cursor #15b61a +selection_background #4d4f4c +color0 #1b1d1e +color8 #505354 +color1 #259d1a +color9 #8dff2a +color2 #13ce2f +color10 #48ff76 +color3 #62e456 +color11 #3afe15 +color4 #2424f4 +color12 #4f6a95 +color5 #641e73 +color13 #72579d +color6 #378ca9 +color14 #3f85a5 +color7 #d8d8d0 +color15 #e5e5e0 +selection_foreground #1b1d1e diff --git a/colorschemes/kitty/Tomorrow_Night_Blue.conf b/colorschemes/kitty/Tomorrow_Night_Blue.conf new file mode 100644 index 0000000..b32cbfd --- /dev/null +++ b/colorschemes/kitty/Tomorrow_Night_Blue.conf @@ -0,0 +1,21 @@ +background #002450 +foreground #fffefe +cursor #fffefe +selection_background #003e8e +color0 #000000 +color8 #000000 +color1 #ff9ca3 +color9 #ff9ca3 +color2 #d0f0a8 +color10 #d0f0a8 +color3 #ffedac +color11 #ffedac +color4 #badaff +color12 #badaff +color5 #ebbaff +color13 #ebbaff +color6 #99ffff +color14 #99ffff +color7 #fffefe +color15 #fffefe +selection_foreground #002450 diff --git a/colorschemes/kitty/Ubuntu.conf b/colorschemes/kitty/Ubuntu.conf new file mode 100644 index 0000000..96e9d09 --- /dev/null +++ b/colorschemes/kitty/Ubuntu.conf @@ -0,0 +1,21 @@ +background #300a24 +foreground #eeeeec +cursor #bbbbbb +selection_background #b4d5ff +color0 #2e3436 +color8 #555753 +color1 #cc0000 +color9 #ef2929 +color2 #4e9a06 +color10 #8ae234 +color3 #c4a000 +color11 #fce94f +color4 #3465a4 +color12 #729fcf +color5 #75507b +color13 #ad7fa8 +color6 #06989a +color14 #34e2e2 +color7 #d3d7cf +color15 #eeeeec +selection_foreground #300a24 diff --git a/colorschemes/kitty/Urple.conf b/colorschemes/kitty/Urple.conf new file mode 100644 index 0000000..a29dcad --- /dev/null +++ b/colorschemes/kitty/Urple.conf @@ -0,0 +1,21 @@ +background #1b1b23 +foreground #86799a +cursor #a062ea +selection_background #a062ea +color0 #000000 +color8 #5c3125 +color1 #af425b +color9 #ff6387 +color2 #37a315 +color10 #28e51f +color3 #ac5b41 +color11 #f08061 +color4 #554d9a +color12 #8579ed +color5 #6c3ba1 +color13 #a05dee +color6 #808080 +color14 #eaeaea +color7 #87799c +color15 #bfa3ff +selection_foreground #1b1b23 diff --git a/colorschemes/kitty/WildCherry.conf b/colorschemes/kitty/WildCherry.conf new file mode 100644 index 0000000..a4bfa47 --- /dev/null +++ b/colorschemes/kitty/WildCherry.conf @@ -0,0 +1,21 @@ +background #1f1626 +foreground #d9faff +cursor #dd00ff +selection_background #002731 +color0 #000506 +color8 #009cc9 +color1 #d94085 +color9 #da6bab +color2 #2ab250 +color10 #f4dba5 +color3 #ffd06e +color11 #eac066 +color4 #873bdb +color12 #2f8bb9 +color5 #ececec +color13 #ae636b +color6 #c1b8b6 +color14 #ff919d +color7 #fff8dd +color15 #e4838d +selection_foreground #1f1626 diff --git a/colorschemes/kitty/WrynAutumn.conf b/colorschemes/kitty/WrynAutumn.conf new file mode 100644 index 0000000..6c039aa --- /dev/null +++ b/colorschemes/kitty/WrynAutumn.conf @@ -0,0 +1,21 @@ +background #0A0603 +foreground #F4E2C8 +cursor #e5591c +selection_background #e5591c +color0 #000000 +color8 #b3f7ad +color1 #d5252b +color9 #D33449 +color2 #58DD5A +color10 #83E613 +color3 #bd8a13 +color11 #ffca1b +color4 #ffd900 +color12 #ffbc00 +color5 #7B0467 +color13 #B400BC +color6 #d98112 +color14 #FF9E3C +color7 #875FCA +color15 #F9FFDE +selection_foreground #1B0024 diff --git a/colorschemes/kitty/ayu.conf b/colorschemes/kitty/ayu.conf new file mode 100644 index 0000000..8030263 --- /dev/null +++ b/colorschemes/kitty/ayu.conf @@ -0,0 +1,21 @@ +background #0e1419 +foreground #e5e1cf +cursor #f19618 +selection_background #243340 +color0 #000000 +color8 #323232 +color1 #ff3333 +color9 #ff6565 +color2 #b8cc52 +color10 #e9fe83 +color3 #e6c446 +color11 #fff778 +color4 #36a3d9 +color12 #68d4ff +color5 #f07078 +color13 #ffa3aa +color6 #95e5cb +color14 #c7fffc +color7 #ffffff +color15 #ffffff +selection_foreground #0e1419