add kitty config
This commit is contained in:
commit
3b31536178
2 changed files with 51 additions and 0 deletions
8
.config/kitty/kitty.conf
Normal file
8
.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
map ctrl+c copy_to_clipboard
|
||||||
|
map ctrl+v paste_from_clipboard
|
||||||
|
map ctrl+shift+c send_text all \x03
|
||||||
|
map ctrl+x show_scrollback
|
||||||
|
font_size 16.0
|
||||||
|
touch_scroll_multiplier 5.0
|
||||||
|
scrollback_pager fish -c 'nvim -u NORC -c "map q :qa!<CR>" -c "terminal cat "<(cat)" - " -c "map i <Nop>" -c "set clipboard+=unnamedplus nonumber nolist showtabline=0 foldcolumn=0" -c "call cursor(CURSOR_LINE, CURSOR_COLUMN)"'
|
||||||
|
include ./nord.conf
|
43
.config/kitty/nord.conf
Normal file
43
.config/kitty/nord.conf
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
# Nord Colorscheme for Kitty
|
||||||
|
# Based on:
|
||||||
|
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
|
||||||
|
# - https://github.com/arcticicestudio/nord-hyper
|
||||||
|
|
||||||
|
foreground #D8DEE9
|
||||||
|
background #2E3440
|
||||||
|
selection_foreground #000000
|
||||||
|
selection_background #FFFACD
|
||||||
|
url_color #0087BD
|
||||||
|
cursor #81A1C1
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #3B4252
|
||||||
|
color8 #4C566A
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #BF616A
|
||||||
|
color9 #BF616A
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #A3BE8C
|
||||||
|
color10 #A3BE8C
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #EBCB8B
|
||||||
|
color11 #EBCB8B
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #81A1C1
|
||||||
|
color12 #81A1C1
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #B48EAD
|
||||||
|
color13 #B48EAD
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #88C0D0
|
||||||
|
color14 #8FBCBB
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #E5E9F0
|
||||||
|
color15 #ECEFF4
|
Loading…
Reference in a new issue