clean 🫠
This commit is contained in:
parent
d3435e53a4
commit
d16174b447
9565 changed files with 0 additions and 1315422 deletions
|
@ -1,138 +0,0 @@
|
|||
# Colors
|
||||
#include themes/otis-forest.conf
|
||||
#include themes/tomorrow-dark.conf
|
||||
#include themes/cherry-blossom.conf
|
||||
include themes/matcha-sea.conf
|
||||
|
||||
# Fonts
|
||||
font_family JetBrainsMono Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_size 14.0
|
||||
|
||||
adjust_line_height 0
|
||||
adjust_column_width 0
|
||||
box_drawing_scale 0.001, 1, 1.5, 2
|
||||
|
||||
# Cursor
|
||||
cursor_shape underline
|
||||
cursor_blink_interval 0
|
||||
cursor_stop_blinking_after 15.0
|
||||
|
||||
# Scrollback
|
||||
scrollback_lines 10000
|
||||
scrollback_pager /usr/bin/less
|
||||
wheel_scroll_multiplier 5.0
|
||||
|
||||
# URLs
|
||||
url_style double
|
||||
open_url_modifiers ctrl+shift
|
||||
open_url_with firefox
|
||||
copy_on_select yes
|
||||
|
||||
# Selection
|
||||
rectangle_select_modifiers ctrl+shift
|
||||
select_by_word_characters :@-./_~?&=%+#
|
||||
|
||||
# Mouse
|
||||
click_interval 0.5
|
||||
mouse_hide_wait 0
|
||||
focus_follows_mouse no
|
||||
|
||||
# Performance
|
||||
repaint_delay 20
|
||||
input_delay 2
|
||||
sync_to_monitor no
|
||||
|
||||
# Bell
|
||||
visual_bell_duration 0.0
|
||||
enable_audio_bell no
|
||||
|
||||
# Window
|
||||
remember_window_size no
|
||||
initial_window_width 700
|
||||
initial_window_height 400
|
||||
window_border_width 0
|
||||
window_margin_width 0
|
||||
window_padding_width 20
|
||||
inactive_text_alpha 1.0
|
||||
background_opacity 0.80
|
||||
|
||||
# Layouts
|
||||
enabled_layouts *
|
||||
|
||||
# Tabs
|
||||
tab_bar_edge bottom
|
||||
tab_separator " ┇"
|
||||
active_tab_font_style bold
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Shell
|
||||
shell .
|
||||
close_on_child_death no
|
||||
allow_remote_control yes
|
||||
term xterm-256color
|
||||
|
||||
# Keys
|
||||
map ctrl+shift+v paste_from_clipboard
|
||||
map ctrl+shift+s paste_from_selection
|
||||
map ctrl+shift+c copy_to_clipboard
|
||||
map shift+insert paste_from_selection
|
||||
|
||||
map ctrl+shift+up scroll_line_up
|
||||
map ctrl+shift+down scroll_line_down
|
||||
map ctrl+shift+k scroll_line_up
|
||||
map ctrl+shift+j scroll_line_down
|
||||
map ctrl+shift+page_up scroll_page_up
|
||||
map ctrl+shift+page_down scroll_page_down
|
||||
map ctrl+shift+home scroll_home
|
||||
map ctrl+shift+end scroll_end
|
||||
map ctrl+shift+h show_scrollback
|
||||
|
||||
map ctrl+shift+enter new_window
|
||||
map ctrl+shift+n new_os_window
|
||||
map ctrl+shift+w close_window
|
||||
map ctrl+shift+] next_window
|
||||
map ctrl+shift+[ previous_window
|
||||
map ctrl+shift+f move_window_forward
|
||||
map ctrl+shift+b move_window_backward
|
||||
map ctrl+shift+` move_window_to_top
|
||||
map ctrl+shift+1 first_window
|
||||
map ctrl+shift+2 second_window
|
||||
map ctrl+shift+3 third_window
|
||||
map ctrl+shift+4 fourth_window
|
||||
map ctrl+shift+5 fifth_window
|
||||
map ctrl+shift+6 sixth_window
|
||||
map ctrl+shift+7 seventh_window
|
||||
map ctrl+shift+8 eighth_window
|
||||
map ctrl+shift+9 ninth_window
|
||||
map ctrl+shift+0 tenth_window
|
||||
|
||||
map ctrl+shift+right next_tab
|
||||
map ctrl+shift+left previous_tab
|
||||
map ctrl+shift+t new_tab
|
||||
map ctrl+shift+q close_tab
|
||||
map ctrl+shift+l next_layout
|
||||
map ctrl+shift+. move_tab_forward
|
||||
map ctrl+shift+, move_tab_backward
|
||||
map ctrl+shift+alt+t set_tab_title
|
||||
|
||||
# Decrease font size :
|
||||
map ctrl+minus change_font_size all -2.0
|
||||
map ctrl+kp_subtract change_font_size all -2.0
|
||||
map cmd+minus change_font_size all -2.0
|
||||
map shift+cmd+minus change_font_size all -2.0
|
||||
|
||||
# Increase font size :
|
||||
map ctrl+equal change_font_size all +2.0
|
||||
map ctrl+plus change_font_size all +2.0
|
||||
map ctrl+kp_add change_font_size all +2.0
|
||||
map cmd+plus change_font_size all +2.0
|
||||
map cmd+equal change_font_size all +2.0
|
||||
map shift+cmd+equal change_font_size all +2.0
|
||||
|
||||
# Reset font size :
|
||||
map kitty_mod+backspace change_font_size all 0
|
||||
map cmd+0 change_font_size all 0
|
||||
map ctrl+f6 set_font_size 16.0
|
|
@ -1,54 +0,0 @@
|
|||
background #131718
|
||||
foreground #c5c8c9
|
||||
|
||||
cursor #d7d7d7
|
||||
|
||||
# Normal colors :
|
||||
color0 #131718
|
||||
color1 #DD4B6A
|
||||
color2 #87c7a1
|
||||
color3 #de8f78
|
||||
color4 #6791c9
|
||||
color5 #bc83e3
|
||||
color6 #70b9cc
|
||||
color7 #c4c4c4
|
||||
|
||||
# Bright colors :
|
||||
color8 #313E42
|
||||
color9 #ee6a70
|
||||
color10 #96d6b0
|
||||
color11 #ffb29b
|
||||
color12 #7ba5dd
|
||||
color13 #cb92f2
|
||||
color14 #7fc8db
|
||||
color15 #cccccc
|
||||
|
||||
|
||||
# The foreground for selections
|
||||
selection_foreground #c5c8c6
|
||||
# The background for selections
|
||||
selection_background #d7d7d7
|
||||
|
||||
# Emacs terminal background
|
||||
color17 #323F4E
|
||||
# Emacs terminal modeline
|
||||
color23 #3D4C5F
|
||||
|
||||
# The color for the border of the active window
|
||||
active_border_color #F1FA8C
|
||||
|
||||
# The color for the border of inactive windows
|
||||
inactive_border_color #56687E
|
||||
|
||||
url_color #6498EF
|
||||
|
||||
active_tab_foreground #F8F8F2
|
||||
active_tab_background #24D1E7
|
||||
inactive_tab_foreground #F8F8F2
|
||||
inactive_tab_background #3D4C5F
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #282a36
|
||||
active_tab_background #f8f8f2
|
||||
inactive_tab_foreground #282a36
|
||||
inactive_tab_background #6d878d
|
|
@ -1,54 +0,0 @@
|
|||
background #131718
|
||||
foreground #c5c8c9
|
||||
|
||||
cursor #d7d7d7
|
||||
|
||||
# Normal colors :
|
||||
color0 #131718
|
||||
color1 #df5b61
|
||||
color2 #87c7a1
|
||||
color3 #de8f78
|
||||
color4 #6791c9
|
||||
color5 #bc83e3
|
||||
color6 #70b9cc
|
||||
color7 #c4c4c4
|
||||
|
||||
# Bright colors :
|
||||
color8 #313E42
|
||||
color9 #ee6a70
|
||||
color10 #96d6b0
|
||||
color11 #ffb29b
|
||||
color12 #7ba5dd
|
||||
color13 #cb92f2
|
||||
color14 #7fc8db
|
||||
color15 #cccccc
|
||||
|
||||
|
||||
# The foreground for selections
|
||||
selection_foreground #c5c8c6
|
||||
# The background for selections
|
||||
selection_background #d7d7d7
|
||||
|
||||
# Emacs terminal background
|
||||
color17 #323F4E
|
||||
# Emacs terminal modeline
|
||||
color23 #3D4C5F
|
||||
|
||||
# The color for the border of the active window
|
||||
active_border_color #F1FA8C
|
||||
|
||||
# The color for the border of inactive windows
|
||||
inactive_border_color #56687E
|
||||
|
||||
url_color #6498EF
|
||||
|
||||
active_tab_foreground #F8F8F2
|
||||
active_tab_background #24D1E7
|
||||
inactive_tab_foreground #F8F8F2
|
||||
inactive_tab_background #3D4C5F
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #282a36
|
||||
active_tab_background #f8f8f2
|
||||
inactive_tab_foreground #282a36
|
||||
inactive_tab_background #6d878d
|
|
@ -1,54 +0,0 @@
|
|||
background #1B2224
|
||||
foreground #c5c8c9
|
||||
|
||||
cursor #d7d7d7
|
||||
|
||||
# Normal colors :
|
||||
color0 #131718
|
||||
color1 #DD4B6A
|
||||
color2 #87c7a1
|
||||
color3 #de8f78
|
||||
color4 #6791c9
|
||||
color5 #bc83e3
|
||||
color6 #70b9cc
|
||||
color7 #c4c4c4
|
||||
|
||||
# Bright colors :
|
||||
color8 #313E42
|
||||
color9 #ee6a70
|
||||
color10 #96d6b0
|
||||
color11 #ffb29b
|
||||
color12 #7ba5dd
|
||||
color13 #cb92f2
|
||||
color14 #7fc8db
|
||||
color15 #cccccc
|
||||
|
||||
|
||||
# The foreground for selections
|
||||
selection_foreground #c5c8c6
|
||||
# The background for selections
|
||||
selection_background #d7d7d7
|
||||
|
||||
# Emacs terminal background
|
||||
color17 #323F4E
|
||||
# Emacs terminal modeline
|
||||
color23 #3D4C5F
|
||||
|
||||
# The color for the border of the active window
|
||||
active_border_color #F1FA8C
|
||||
|
||||
# The color for the border of inactive windows
|
||||
inactive_border_color #56687E
|
||||
|
||||
url_color #6498EF
|
||||
|
||||
active_tab_foreground #F8F8F2
|
||||
active_tab_background #24D1E7
|
||||
inactive_tab_foreground #F8F8F2
|
||||
inactive_tab_background #3D4C5F
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #282a36
|
||||
active_tab_background #f8f8f2
|
||||
inactive_tab_foreground #282a36
|
||||
inactive_tab_background #6d878d
|
|
@ -1,54 +0,0 @@
|
|||
background #1A2026
|
||||
foreground #c5c8c6
|
||||
|
||||
cursor #d7d7d7
|
||||
|
||||
# Normal colors :
|
||||
color0 #222222
|
||||
color1 #e84f4f
|
||||
color2 #b7ce42
|
||||
color3 #fea63c
|
||||
color4 #66aabb
|
||||
color5 #b668c7
|
||||
color6 #6d878d
|
||||
color7 #dddddd
|
||||
|
||||
# Bright colors :
|
||||
color8 #666666
|
||||
color9 #d23d3d
|
||||
color10 #bde077
|
||||
color11 #ffe863
|
||||
color12 #aaccbb
|
||||
color13 #e16a98
|
||||
color14 #42717b
|
||||
color15 #cccccc
|
||||
|
||||
|
||||
# The foreground for selections
|
||||
selection_foreground #c5c8c6
|
||||
# The background for selections
|
||||
selection_background #d7d7d7
|
||||
|
||||
# Emacs terminal background
|
||||
color17 #323F4E
|
||||
# Emacs terminal modeline
|
||||
color23 #3D4C5F
|
||||
|
||||
# The color for the border of the active window
|
||||
active_border_color #F1FA8C
|
||||
|
||||
# The color for the border of inactive windows
|
||||
inactive_border_color #56687E
|
||||
|
||||
url_color #6498EF
|
||||
|
||||
active_tab_foreground #F8F8F2
|
||||
active_tab_background #24D1E7
|
||||
inactive_tab_foreground #F8F8F2
|
||||
inactive_tab_background #3D4C5F
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #282a36
|
||||
active_tab_background #f8f8f2
|
||||
inactive_tab_foreground #282a36
|
||||
inactive_tab_background #6d878d
|
|
@ -1,49 +0,0 @@
|
|||
background #1d1f21
|
||||
foreground #c5c8c6
|
||||
|
||||
cursor #d7d7d7
|
||||
|
||||
# Normal colors :
|
||||
color0 #282a2e
|
||||
color1 #a54242
|
||||
color2 #8c9440
|
||||
color3 #de935f
|
||||
color4 #5f819d
|
||||
color5 #85678f
|
||||
color6 #5e8d87
|
||||
color7 #707880
|
||||
|
||||
# Bright colors :
|
||||
color8 #373b41
|
||||
color9 #cc6666
|
||||
color10 #b5bd68
|
||||
color11 #f0c674
|
||||
color12 #81a2be
|
||||
color13 #b294bb
|
||||
color14 #8abeb7
|
||||
color15 #c5c8c6
|
||||
|
||||
|
||||
# The foreground for selections
|
||||
selection_foreground #c5c8c6
|
||||
# The background for selections
|
||||
selection_background #3e4451
|
||||
|
||||
# Emacs terminal background
|
||||
color17 #323F4E
|
||||
# Emacs terminal modeline
|
||||
color23 #3D4C5F
|
||||
|
||||
# The color for the border of the active window
|
||||
active_border_color #F1FA8C
|
||||
|
||||
# The color for the border of inactive windows
|
||||
inactive_border_color #56687E
|
||||
|
||||
url_color #6498EF
|
||||
|
||||
active_tab_foreground #F8F8F2
|
||||
active_tab_background #24D1E7
|
||||
inactive_tab_foreground #F8F8F2
|
||||
inactive_tab_background #3D4C5F
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue