92 lines
2.0 KiB
Plaintext
92 lines
2.0 KiB
Plaintext
##################################
|
|
############# FONTS ##############
|
|
##################################
|
|
|
|
font_family NotoSansMono Nerd Font
|
|
italic_font NotoSansMono Nerd Font
|
|
bold_font NotoSansMono Nerd Font
|
|
bold_italic_font NotoSansMono Nerd Font
|
|
|
|
font_size 12.0
|
|
|
|
#foreground #FFFFFF
|
|
#background #060609
|
|
|
|
#selection_foreground #000000
|
|
#selection_background #dddddd
|
|
|
|
adjust_line_height 110%
|
|
|
|
##################################
|
|
############# CURSOR #############
|
|
##################################
|
|
|
|
cursor #FFFFFF
|
|
cursor_shape beam
|
|
shell_integration no-cursor
|
|
select_by_word_characters : @-./_~?&=%+#
|
|
repaint_delay 10
|
|
term xterm-kitty
|
|
open_url_with default
|
|
scrollback_lines 10000
|
|
cursor_blink_interval 0
|
|
|
|
|
|
##################################
|
|
############# BORDER #############
|
|
##################################
|
|
|
|
window_border_width 8
|
|
window_margin_width 8
|
|
active_border_color #ffffff
|
|
inactive_border_color #cccccc
|
|
background_opacity 0.90
|
|
# window settings
|
|
remember_window_size no
|
|
initial_window_width 135c
|
|
initial_window_height 35c
|
|
|
|
##################################
|
|
############# COLORS #############
|
|
##################################
|
|
background #0c1115
|
|
background #000000
|
|
foreground #ffffff
|
|
cursor #6c6c6c
|
|
selection_background #bd2523
|
|
color0 #2e343c
|
|
color8 #404a55
|
|
color1 #bd0f2f
|
|
color9 #bd0f2f
|
|
color2 #35a770
|
|
color10 #49e998
|
|
color3 #fb9435
|
|
color11 #fddf6e
|
|
color4 #1f5872
|
|
color12 #2a8bc1
|
|
color5 #bd2523
|
|
color13 #ea4727
|
|
color6 #778397
|
|
color14 #a0b6d3
|
|
color7 #ffffff
|
|
color15 #ffffff
|
|
selection_foreground #0c1115
|
|
|
|
|
|
|
|
##################################
|
|
########## KEY BINDINGS ##########
|
|
##################################
|
|
|
|
map ctrl+l clear_log_notice
|
|
|
|
map shift+up scroll_line_up
|
|
map shift+down scroll_line_down
|
|
map shift+page_up scroll_page_up
|
|
map shift+page_down scroll_page_down
|
|
map ctrl+shift+home scroll_home
|
|
map ctrl+shift+end scroll_end
|
|
|
|
map ctrl+equal increase_font_size
|
|
map ctrl+minus decrease_font_size
|