From 4d694b6154cbb0dc64a01ec8a5675a4a36fe26f4 Mon Sep 17 00:00:00 2001 From: ArtemisYo Date: Fri, 18 Oct 2024 10:44:14 +0200 Subject: [PATCH] Added a port for kitty --- README.md | 1 + ports/kitty/README.md | 11 +++++++++++ ports/kitty/ferra.conf | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 ports/kitty/README.md create mode 100644 ports/kitty/ferra.conf diff --git a/README.md b/README.md index fde888d..654516d 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Ferra is a visually appealing theme that is inspired by the vibrant colors of [K - [Alacritty](./ports/alacritty) - [Firefox](./ports/firefox) - [Zed](./ports/zed) +- [Kitty](./ports/kitty) # License Ferra is released under the [MIT License](https://github.com/casperstorm/ferra/raw/main/LICENSE.md). diff --git a/ports/kitty/README.md b/ports/kitty/README.md new file mode 100644 index 0000000..1bdbef3 --- /dev/null +++ b/ports/kitty/README.md @@ -0,0 +1,11 @@ +# Ferra for Kitty +This ports Ferra to [Kitty](https://github.com/kovidgoyal/kitty) + +## Installing manually +You can download and put the `ferra.conf` file into your Kitty's config's directory +and then import it in your config: +```conf +include ferra.conf +``` + +Alternatively you can copy the contents of `ferra.conf` into your config directly. diff --git a/ports/kitty/ferra.conf b/ports/kitty/ferra.conf new file mode 100644 index 0000000..1275452 --- /dev/null +++ b/ports/kitty/ferra.conf @@ -0,0 +1,38 @@ +# vim:ft=kitty + +## name: ferra +## author: casperstorm +## license: MIT +## blurb: Ferra is a visually appealing theme that is inspired by the vibrant colors of Kanagawa and the warm tones of Gruvbox. + +foreground #FECDB2 +background #2B292D +# set to reverse video +selection_foreground none +selection_background none +cursor none +url_color #D1D1E0 +active_tab_foreground #FECDB2 +active_tab_background #383539 +inactive_tab_foreground #6F5D63 +inactive_tab_background #383539 +active_border_color #FECDB2 +inactive_border_color #6F5D63 +bell_border_color #E06B75 + +color0 #2B292D +color8 #2B292D +color1 #E06B75 +color9 #E06B75 +color2 #B1B695 +color10 #B1B695 +color3 #F5D76E +color11 #F5D76E +color4 #FFA07A +color12 #FFA07A +color5 #F6B6C9 +color13 #F6B6C9 +color6 #D1D1E0 +color14 #D1D1E0 +color7 #FECDB2 +color15 #FECDB2