1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-06 23:07:33 +00:00
dotfiles/.config/kitty/kitty.conf

130 lines
2.6 KiB
Plaintext
Raw Normal View History

# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
2021-12-05 18:59:14 +00:00
2021-12-06 12:06:24 +00:00
font_family Roboto Mono Regular
bold_font Roboto Mono Bold
italic_font Roboto Mono Italic
bold_italic_font Roboto Mono Bold Italic
2021-12-05 18:59:14 +00:00
font_size 9
2022-01-04 15:49:08 +00:00
font_features none
# symbol_map U+E007-U+F8E8 Font Awesome 6 Brands
# symbol_map U+F022 Font Awesome 6 Free
2021-12-05 18:59:14 +00:00
#: }}}
2021-12-05 18:59:14 +00:00
#: Cursor {{{
2021-12-05 18:59:14 +00:00
cursor_shape underline
cursor_beam_thickness 1.0
cursor_underline_thickness 0.5
#: }}}
#: Scrollback {{{
2021-12-05 18:59:14 +00:00
scrollback_lines 50000
#: }}}
#: Terminal bell {{{
2021-12-10 19:12:25 +00:00
enable_audio_bell no
2021-12-05 18:59:14 +00:00
#: }}}
#: Window layout {{{
2021-12-05 18:59:14 +00:00
2022-11-08 20:28:33 +00:00
enabled_layouts splits,vertical,fat,grid,horizontal,stack,tall
2022-03-12 18:46:25 +00:00
2022-10-01 11:46:18 +00:00
# resize_in_steps yes
2021-12-05 18:59:14 +00:00
remember_window_size no
2022-10-01 11:46:18 +00:00
initial_window_width 2110
initial_window_height 1160
2021-12-05 18:59:14 +00:00
window_padding_width 1
active_border_color #C0C0C0
#: }}}
2022-10-30 17:46:52 +00:00
#: Colorscheme {{{
# vim:ft=kitty
2021-12-05 18:59:14 +00:00
## name: Tokyo Night Moon
2022-10-01 11:46:18 +00:00
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_moon.conf
2022-10-01 11:46:18 +00:00
background #222436
foreground #c8d3f5
selection_background #3654a7
selection_foreground #c8d3f5
url_color #4fd6be
cursor #c8d3f5
cursor_text_color #222436
2022-10-01 11:46:18 +00:00
# Tabs
active_tab_background #82aaff
active_tab_foreground #1e2030
inactive_tab_background #2f334d
2022-10-01 11:46:18 +00:00
inactive_tab_foreground #545c7e
#tab_bar_background #1b1d2b
# Windows
active_border_color #82aaff
inactive_border_color #2f334d
2022-10-01 11:46:18 +00:00
# normal
color0 #1b1d2b
color1 #ff757f
color2 #c3e88d
color3 #ffc777
color4 #82aaff
color5 #c099ff
color6 #86e1fc
color7 #828bb8
2022-10-01 11:46:18 +00:00
# bright
color8 #444a73
color9 #ff757f
color10 #c3e88d
color11 #ffc777
color12 #82aaff
color13 #c099ff
color14 #86e1fc
color15 #c8d3f5
2022-10-01 11:46:18 +00:00
# extended colors
2022-11-05 12:57:32 +00:00
color16 #ff5252
color17 #c53b53
2022-10-30 17:46:52 +00:00
#: }}}
#: Advanced {{{
2021-12-05 18:59:14 +00:00
shell_integration no-cursor
2021-12-05 18:59:14 +00:00
#: }}}
#: Maps {{{
2021-12-05 18:59:14 +00:00
map kitty_mod+y launch --stdin-source=@last_cmd_output --type=clipboard
map kitty_mod+f launch --type=overlay --stdin-source=@screen_scrollback fzf --tac --no-sort --no-mouse -i
map kitty_mod+h show_scrollback
2022-11-08 20:28:33 +00:00
map kitty_mod+enter launch --location=hsplit --cwd=current
map kitty_mod+o launch --location=hsplit --cwd=current
map kitty_mod+right launch --location=vsplit --cwd=current
map kitty_mod+up resize_window taller 3
map kitty_mod+down resize_window shorter 3
map kitty_mod+x toggle_layout stack
map alt+left previous_window
map alt+up previous_window
map alt+right next_window
map alt+down next_window
map F1 launch --allow-remote-control kitty +kitten broadcast
map ctrl+alt+p kitten secrets.py "description" "Tilix Password"
map kitty_mod+p>l kitten hints --type line --program @
#: }}}