Add kitty config
Signed-off-by: Tobias Schneider <git@cynt4k.dev>
This commit is contained in:
parent
d5e96fcf46
commit
d909255a7a
3 changed files with 95 additions and 0 deletions
3
kitty/kitty.conf
Normal file
3
kitty/kitty.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
include ./nord.conf
|
||||
|
||||
map crtl+alt+v paste_from_buffer a1
|
||||
49
kitty/kitty_old.conf
Normal file
49
kitty/kitty_old.conf
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
font_family Fira Code
|
||||
italic_font auto
|
||||
bold_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
window_padding_width 20
|
||||
|
||||
# special
|
||||
foreground #F8F8F2
|
||||
foreground_bold #6E46A4
|
||||
cursor #c0c5ce
|
||||
# background #282A36
|
||||
background #282C34
|
||||
background_opacity 0.95
|
||||
|
||||
# black
|
||||
color0 #262626
|
||||
color8 #7A7A7A
|
||||
|
||||
# red
|
||||
color1 #E356A7
|
||||
color9 #FF79C6
|
||||
|
||||
# green
|
||||
color2 #42E66C
|
||||
color10 #50FA7B
|
||||
|
||||
# yellow
|
||||
color3 #E4F34A
|
||||
color11 #F1FA8C
|
||||
|
||||
# blue
|
||||
color4 #9B6BDF
|
||||
color12 #BD93F9
|
||||
|
||||
# magenta
|
||||
color5 #E64747
|
||||
color13 #FF5555
|
||||
|
||||
# cyan
|
||||
color6 #75D7EC
|
||||
color14 #8BE9FD
|
||||
|
||||
# white
|
||||
color7 #EFA554
|
||||
color15 #FFB86C
|
||||
|
||||
|
||||
map crtl+alt+v paste_from_buffer a1
|
||||
43
kitty/nord.conf
Normal file
43
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