Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a port for kitty #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
11 changes: 11 additions & 0 deletions ports/kitty/README.md
Original file line number Diff line number Diff line change
@@ -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.
38 changes: 38 additions & 0 deletions ports/kitty/ferra.conf
Original file line number Diff line number Diff line change
@@ -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