Add kitty
This commit is contained in:
parent
03ee5d5b52
commit
507da2571c
3 changed files with 33 additions and 0 deletions
2
src/Kitty/README.md
Normal file
2
src/Kitty/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Kitty
|
||||
Install to `~/.config/kitty/`.
|
8
src/Kitty/kitty.conf
Normal file
8
src/Kitty/kitty.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
font_family Fira Code
|
||||
font_size 12
|
||||
include ./theme.conf
|
||||
|
||||
map ctrl+f2 detach_window
|
||||
map ctrl+f3 detach_window new-tab
|
||||
map ctrl+shift+t new_tab_with_cwd
|
||||
map ctrl+shift+enter new_window_with_cwd
|
23
src/Kitty/theme.conf
Normal file
23
src/Kitty/theme.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Theme ported from the Mac Terminal application.
|
||||
|
||||
background #79241d
|
||||
foreground #d6c8a7
|
||||
cursor #ffffff
|
||||
selection_background #a4a390
|
||||
color0 #000000
|
||||
color8 #545454
|
||||
color1 #ff3e00
|
||||
color9 #ba0000
|
||||
color2 #00ba00
|
||||
color10 #00ba00
|
||||
color3 #e6af00
|
||||
color11 #e6af00
|
||||
color4 #0071ff
|
||||
color12 #0071ae
|
||||
color5 #ba00ba
|
||||
color13 #ff54ff
|
||||
color6 #00baba
|
||||
color14 #54ffff
|
||||
color7 #bababa
|
||||
color15 #ffffff
|
||||
selection_foreground #79241d
|
Loading…
Reference in a new issue