├── LICENSE ├── README.md └── colors ├── sonokai-andromeda.conf ├── sonokai-atlantis.conf ├── sonokai-maia.conf └── sonokai-shusia.conf /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Amelia Clarke 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # sonokai-kitty 2 | 3 | A port of [@sainnhe](https://github.com/sainnhe)'s [Sonokai](https://github.com/sainnhe/sonokai) theme for Kitty. 4 | -------------------------------------------------------------------------------- /colors/sonokai-andromeda.conf: -------------------------------------------------------------------------------- 1 | background #2b2d3a 2 | foreground #e1e3e4 3 | 4 | selection_background #3a3e4e 5 | selection_foreground #e1e3e4 6 | 7 | cursor #e1e3e4 8 | cursor_text_color background 9 | 10 | active_tab_background #2b2d37 11 | active_tab_foreground #e1e3e4 12 | active_tab_font_style bold 13 | inactive_tab_background #2b2d37 14 | inactive_tab_foreground #e1e3e4 15 | inactive_tab_font_style normal 16 | 17 | # Black 18 | color0 #181a1c 19 | color8 #7e8294 20 | 21 | # Red 22 | color1 #fb617e 23 | color9 #fb617e 24 | 25 | # Green 26 | color2 #9ed06c 27 | color10 #9ed06c 28 | 29 | # Yellow 30 | color3 #f0c362 31 | color11 #f0c362 32 | 33 | # Blue 34 | color4 #6dcae8 35 | color12 #6dcae8 36 | 37 | # Magenta 38 | color5 #bb97ee 39 | color13 #bb97ee 40 | 41 | # Cyan 42 | color6 #f89860 43 | color7 #f89860 44 | 45 | # White 46 | color7 #e1e3e4 47 | color15 #e1e3e4 48 | -------------------------------------------------------------------------------- /colors/sonokai-atlantis.conf: -------------------------------------------------------------------------------- 1 | background #2a2f38 2 | foreground #e1e3e4 3 | 4 | selection_background #3d4455 5 | selection_foreground #e1e3e4 6 | 7 | cursor #e1e3e4 8 | cursor_text_color background 9 | 10 | active_tab_background #2a2f38 11 | active_tab_foreground #e1e3e4 12 | active_tab_font_style bold 13 | inactive_tab_background #2a2f38 14 | inactive_tab_foreground #e1e3e4 15 | inactive_tab_font_style normal 16 | 17 | # Black 18 | color0 #181a1c 19 | color8 #828a9a 20 | 21 | # Red 22 | color1 #ff6578 23 | color9 #ff6578 24 | 25 | # Green 26 | color2 #9dd274 27 | color10 #9dd274 28 | 29 | # Yellow 30 | color3 #eacb64 31 | color11 #eacb64 32 | 33 | # Blue 34 | color4 #72cce8 35 | color12 #72cce8 36 | 37 | # Magenta 38 | color5 #ba9cf3 39 | color13 #ba9cf3 40 | 41 | # Cyan 42 | color6 #f69c5e 43 | color7 #f69c5e 44 | 45 | # White 46 | color7 #e1e3e4 47 | color15 #e1e3e4 48 | -------------------------------------------------------------------------------- /colors/sonokai-maia.conf: -------------------------------------------------------------------------------- 1 | background #273136 2 | foreground #e1e2e3 3 | 4 | selection_background #3a444b 5 | selection_foreground #e1e2e3 6 | 7 | cursor #e1e2e3 8 | cursor_text_color background 9 | 10 | active_tab_background #273136 11 | active_tab_foreground #e1e2e3 12 | active_tab_font_style bold 13 | inactive_tab_background #273136 14 | inactive_tab_foreground #e1e2e3 15 | inactive_tab_font_style normal 16 | 17 | # Black 18 | color0 #1c1e1f 19 | color8 #82878b 20 | 21 | # Red 22 | color1 #f76c7c 23 | color9 #f76c7c 24 | 25 | # Green 26 | color2 #9cd57b 27 | color10 #9cd57b 28 | 29 | # Yellow 30 | color3 #e3d367 31 | color11 #e3d367 32 | 33 | # Blue 34 | color4 #78cee9 35 | color12 #78cee9 36 | 37 | # Magenta 38 | color5 #baa0f8 39 | color13 #baa0f8 40 | 41 | # Cyan 42 | color6 #f3a96a 43 | color7 #f3a96a 44 | 45 | # White 46 | color7 #e1e2e3 47 | color15 #e1e2e3 48 | -------------------------------------------------------------------------------- /colors/sonokai-shusia.conf: -------------------------------------------------------------------------------- 1 | background #2d2a2e 2 | foreground #e3e1e4 3 | 4 | selection_background #423f46 5 | selection_foreground #e3e1e4 6 | 7 | cursor #e3e1e4 8 | cursor_text_color background 9 | 10 | active_tab_background #2d2a2e 11 | active_tab_foreground #e3e1e4 12 | active_tab_font_style bold 13 | inactive_tab_background #2d2a2e 14 | inactive_tab_foreground #e3e1e4 15 | inactive_tab_font_style normal 16 | 17 | # Black 18 | color0 #1a181a 19 | color8 #848089 20 | 21 | # Red 22 | color1 #f85e84 23 | color9 #f85e84 24 | 25 | # Green 26 | color2 #9ecd6f 27 | color10 #9ecd6f 28 | 29 | # Yellow 30 | color3 #e5c463 31 | color11 #e5c463 32 | 33 | # Blue 34 | color4 #7accd7 35 | color12 #7accd7 36 | 37 | # Magenta 38 | color5 #ab9df2 39 | color13 #ab9df2 40 | 41 | # Cyan 42 | color6 #ef9062 43 | color7 #ef9062 44 | 45 | # White 46 | color7 #e3e1e4 47 | color15 #e3e1e4 48 | --------------------------------------------------------------------------------