Skip to content

Instantly share code, notes, and snippets.

@hazelweakly
Created February 27, 2019 18:21
Show Gist options
  • Save hazelweakly/17177d6894fb3e1e530938efebeee62c to your computer and use it in GitHub Desktop.
Save hazelweakly/17177d6894fb3e1e530938efebeee62c to your computer and use it in GitHub Desktop.
Kitty conf
font_family Fira Code
bold_font auto
italic_font auto
bold_italic_font auto
font_size 10.0
cursor #cccccc
cursor_text_color #111111
cursor_shape beam
cursor_blink_interval 0
cursor_stop_blinking_after 0
scrollback_lines 200000
wheel_scroll_multiplier 3.0
open_url_modifiers ctrl
rectangle_select_modifiers ctrl+alt
select_by_word_characters :@-./_~?&=%+#
repaint_delay 5
input_delay 1
sync_to_monitor no
enable_audio_bell no
visual_bell_duration 0.0
window_alert_on_bell no
bell_on_tab no
remember_window_size no
tab_bar_edge top
tab_bar_style separator
tab_separator " |"
foreground #dddddd
background #1d1f21
color0 #282c34
color1 #cc6666
color2 #87bd68
color3 #dfaf8f
color4 #81a2be
color5 #dc8cc3
color6 #72a0a8
color7 #dcdccc
color8 #709080
color9 #dca3a3
color10 #c3bf9f
color11 #f0dfaf
color12 #94bff3
selection_foreground #000000
selection_background #FFFACD
term xterm-256color
x11_hide_window_decorations yes
map shift+page_up scroll_page_up
map shift+page_down scroll_page_down
map ctrl+l combine : clear_terminal scroll active : send_text normal,application \x0c
map kitty_mod+enter new_window_with_cwd
map ctrl+page_up previous_tab
map ctrl+page_down next_tab
map kitty_mod+page_up move_tab_backward
map kitty_mod+page_down move_tab_forward
map kitty_mod+t new_tab_with_cwd
map f11 toggle_fullscreen
@mfcarneiro
Copy link

Awesome styling!

Thanks for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment