This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/kitty.conf

49 lines
746 B
Plaintext
Raw Normal View History

2020-06-21 00:07:53 +02:00
# {{@@ header() @@}}
2020-06-20 18:58:49 +02:00
font_family {{@@ font.mono @@}}
2019-10-21 05:35:03 +02:00
font_size 12
#colors
2020-06-20 18:58:49 +02:00
cursor {{@@ color.accent @@}}
background {{@@ color.bg @@}}
foreground {{@@ color.txt @@}}
2020-06-16 21:58:16 +02:00
background_opacity 0.98
2019-10-21 05:35:03 +02:00
# black
color0 #555555
color8 #888888
# red
color1 #9c3528
color9 #cc5757
# green
color2 #61bc3b
color10 #86df5d
# yellow
color3 #f3b43a
color11 #fdd75a
# blue
color4 #0d68a8
color12 #0f75bd
# magenta
color5 #744560
color13 #9e5e83
# cyan
color6 #288e9c
color14 #37c3d6
# white
color7 #a2a2a2
color15 #f9f9f9
2019-12-09 19:25:42 +01:00
scrollback_pager nvim -c "set ft=man noreadonly modifiable" -
# scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER
2020-06-22 01:28:39 +02:00
2020-06-24 05:34:06 +02:00
map control+shift+0 change_font_size all 0
2020-06-22 01:28:39 +02:00
update_check_interval 0