🎨 Update

This commit is contained in:
Smirnov Olexandr 2020-11-25 20:53:55 +02:00
parent 07805d44aa
commit 0d2b7d6ba3
28 changed files with 668 additions and 225 deletions

View file

@ -2,61 +2,43 @@
#kitty_mod ctrl+shift
clear_all_shortcuts no
#: Font
# Font
font_family Jetbrains Mono
bold_font auto
italic_font auto
bold_italic_font auto
font_size 12.0
adjust_line_height 0
adjust_column_width 0
disable_ligatures never
font_features none
box_drawing_scale 0.001, 1, 1.5, 2
#: Cursor
# Cursor
cursor #dfdfdf
cursor_text_color #7d7d7d
#cursor_shape block
cursor_shape beam
cursor_beam_thickness 1.5
cursor_underline_thickness 2.0
cursor_blink_interval 0
cursor_stop_blinking_after 15.0
#: Bell
# Bell
enable_audio_bell no
visual_bell_duration 0.0
window_alert_on_bell no
command_on_bell none
bell_on_tab no
#: Scrollback (History)
# Scrollback (History)
scrollback_lines 500
scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER
scrollback_pager_history_size 0
wheel_scroll_multiplier 5.0
touch_scroll_multiplier 1.0
#: Mouse
# Mouse
mouse_hide_wait 2.5
url_color #4ecdc4
url_style curly
@ -72,17 +54,13 @@ click_interval -1.0
focus_follows_mouse yes
pointer_shape_when_grabbed arrow
#: Perfomance
# Perfomance
repaint_delay 10
input_delay 3
sync_to_monitor yes
command_on_bell none
#: Window
# Window
remember_window_size yes
initial_window_width 640
initial_window_height 480
@ -106,9 +84,7 @@ resize_debounce_time 0.1
resize_draw_strategy static
resize_in_steps no
#: Tabs
# Tabs
tab_bar_edge bottom
tab_bar_margin_width 0.0
tab_bar_style powerline
@ -117,6 +93,7 @@ tab_switch_strategy previous
tab_fade 0.25 0.5 0.75 1
tab_separator "┇"
tab_title_template "{title}"
tab_bar_background none
active_tab_title_template none
active_tab_foreground #dfdfdf
@ -126,13 +103,10 @@ inactive_tab_foreground #dfdfdf
inactive_tab_background #292f36
inactive_tab_font_style normal
tab_bar_background none
#: Theming
# Theming
foreground #dfdfdf
background_opacity 0.85
#background_opacity 0.85
background_opacity 1
background_image none
background_image_layout tiled
background_image_linear no
@ -142,16 +116,12 @@ dim_opacity 0.75
selection_foreground #edebd7
selection_background #073642
#: Keyboard Shortcuts
#: #: Clipboard
# Keyboard Shortcuts
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+v paste_from_clipboard
map shift+insert paste_from_selection
map kitty_mod+o pass_selection_to_program
#: #: Scroll
map shift+up scroll_line_up
map shift+down scroll_line_down
map shift+page_up scroll_page_up
@ -159,17 +129,8 @@ map shift+page_down scroll_page_down
map shift+home scroll_home
map shift+end scroll_end
map ctrl+shift+h show_scrollback
#: #: Window
map ctrl+F9 new_os_window
map alt+] next_window
map alt+[ previous_window
map alt+f move_window_forward
map alt+b move_window_backward
map alt+` move_window_to_top
map alt+r start_resizing_window
#: #: Tab
map ctrl+shift+l next_tab
map ctrl+shift+h previous_tab
map ctrl+shift+t new_tab
@ -186,48 +147,34 @@ map alt+8 eighth_window
map alt+9 ninth_window
map alt+0 tenth_window
#: #: Font Size
# Font Size
map alt+equal change_font_size all +2.0
map alt+minus change_font_size all -2.0
map alt+ctrl+backspace change_font_size all 0
#:#: Other
# Other
map f11 toggle_fullscreen
map ctrl+shift+f10 toggle_maximized
map ctrl+shift+u kitten unicode_input
map ctrl+shift+f2 edit_config_file
#map kitty_mod+escape kitty_shell window
map kitty_mod+delete clear_terminal reset active
selection_background #073642
background #002B36
foreground #d2dae2
selection_background #002731
selection_foreground #edebd7
foreground #d2dae2
#background #1e272e
background #002B36
cursorColor #d2dae2
color0 #1e272e
color8 #485460
color1 #ff3f34
color9 #ff5e57
color2 #05c46b
color10 #0be881
color3 #ffa801
color11 #ffc048
color4 #3c40c6
color12 #575fcf
color5 #f53b57
color13 #ef5777
color6 #0fbcf9
color14 #4bcffa
color7 #808e9b
color15 #d2dae2
color0 #002731
color8 #001e26
color1 #d01b24
color9 #bd3612
color2 #728905
color10 #465a61
color3 #a57705
color11 #52676f
color4 #2075c7
color12 #708183
color5 #c61b6e
color13 #5856b9
color6 #259185
color14 #81908f
color7 #e9e2cb
color15 #fcf4dc