summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-08 20:02:50 +0100
committerjao <jao@gnu.org>2022-06-08 20:02:50 +0100
commitbc29610283291b7f99a23a7f589814a4d9a30115 (patch)
tree8b93eccd49c7dadc3b8ef3dc02702bb293b461e6 /data
parentdd8415b33c2277aae1d2fdcb10d771cd8e30d77b (diff)
downloadelibs-bc29610283291b7f99a23a7f589814a4d9a30115.tar.gz
elibs-bc29610283291b7f99a23a7f589814a4d9a30115.tar.bz2
kitty.conf
Diffstat (limited to 'data')
-rw-r--r--data/kitty.conf100
1 files changed, 100 insertions, 0 deletions
diff --git a/data/kitty.conf b/data/kitty.conf
new file mode 100644
index 0000000..0b9584b
--- /dev/null
+++ b/data/kitty.conf
@@ -0,0 +1,100 @@
+# font_family Iosevka Comfy Fixed
+# font_size 10
+
+font_size 9
+font_family Fira Code Regular
+disable_ligatures always
+
+map ctrl+enter send_text all \x1b[27;5;13~
+map ctrl+. send_text all \x1b[27;5;46~
+map ctrl+; send_text all \x1b[27;5;59~
+map ctrl+' send_text all \x1b[27;5;39~
+map ctrl+( send_text all \x1b[27;5;40~
+map ctrl+) send_text all \x1b[27;5;41~
+
+map f1 send_text all \x1b[11~
+map f2 send_text all \x1b[12~
+map f3 send_text all \x1b[13~
+map f4 send_text all \x1b[14~
+
+map up send_text all \x1b[A
+map down send_text all \x1b[B
+map right send_text all \x1b[C
+map left send_text all \x1b[D
+
+
+box_drawing_scale 0.1, 0.5, 1, 1
+
+cursor orangered2
+cursor_shape block
+cursor_blink_interval 0
+cursor_stop_blinking_after 15.0
+
+# scrollback_lines 2000
+scrollback_lines 0
+scrollback_pager less +G -R
+wheel_scroll_multiplier 5.0
+
+url_color #0087BD
+url_style curl
+detect_urls no
+
+copy_on_select yes
+
+select_by_word_characters :@-./_~?&=%+#
+
+click_interval 0.5
+mouse_hide_wait 1.0
+
+focus_follows_mouse no
+
+input_delay 3
+sync_to_monitor yes
+
+visual_bell_duration 0.2
+window_alert_on_bell yes
+enable_audio_bell no
+
+remember_window_size no
+initial_window_width 640
+initial_window_height 400
+
+enabled_layouts *
+window_border_width 1
+window_margin_width 1
+window_padding_width 2
+active_border_color #00ff00
+inactive_border_color #cccccc
+inactive_text_alpha 1.0
+
+foreground #000000
+background #ffffff
+background_opacity 0.9
+
+selection_background #efebe7
+selection_foreground #101010
+
+# *color0: rgb:21/36/4b
+color0 grey5
+color8 grey5
+# red
+color1 OrangeRed1
+color9 OrangeRed2
+# green
+color2 DarkSeaGreen4
+color10 DarkSeaGreen3
+# yellow
+color3 lightgoldenrod3
+color11 lightyellow4
+# blue
+color4 steelblue4
+color12 steelblue3
+# magenta
+color5 lightpink2
+color13 lightpink3
+# cyan
+color6 cyan4
+color14 cyan4
+# white
+color7 white
+color15 white