1
Fork 0

Add Kitty configuration.

This commit is contained in:
Bauke 2022-05-12 12:34:41 +02:00
parent 3b9771f994
commit 7946b69d40
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 85 additions and 0 deletions

17
.config/kitty/kitty.conf Normal file
View File

@ -0,0 +1,17 @@
# https://sw.kovidgoyal.net/kitty/
include love-dark.conf
background_opacity 0.85
font_family Hasklig
font_size 14.0
map ctrl+up neighboring_window up
map ctrl+right neighboring_window right
map ctrl+down neighboring_window down
map ctrl+left neighboring_window left
map ctrl+shift+enter new_window_with_cwd
enabled_layouts tall,stack

View File

@ -0,0 +1,68 @@
# The Love Theme for Kitty
# Version: 0.1.1
# https://love.holllo.cc
# Documentation:
# https://sw.kovidgoyal.net/kitty/conf.html#color-scheme
# Main Colors
foreground #F2EFFF
background #1F1731
selection_foreground #1F1731
selection_background #F2EFFF
# Accent Colors
color0 #2A2041
color8 #2A2041
color1 #F99FB1
color9 #F99FB1
color2 #96C839
color10 #96C839
color3 #FAA56C
color11 #FAA56C
color4 #D5A6F8
color12 #D5A6F8
color5 #F99ADD
color13 #F99ADD
color6 #41C8E5
color14 #41C8E5
color7 #F2EFFF
color15 #F2EFFF
# Cursor
cursor #F2EFFF
# Tabs
tab_fade 1
active_tab_foreground #1F1731
active_tab_background #F2EFFF
active_tab_font_style bold
inactive_tab_foreground #F2EFFF
inactive_tab_background #2A2041
inactive_tab_font_style normal
# URLs
url_color #41C8E5
url_style curly
# Windows
active_border_color #41C8E5
bell_border_color #F99FB1
inactive_border_color #2A2041