diff --git a/.config/kitty/colors.conf b/.config/kitty/colors.conf deleted file mode 100644 index fddcd3e..0000000 --- a/.config/kitty/colors.conf +++ /dev/null @@ -1,49 +0,0 @@ -# The foreground color -foreground #839496 - -# The background color -background #002b36 - -# The 16 terminal colors. There are 8 basic colors, each color has a dull and -# bright version. - -# solarized dark -color0 #073642 -color8 #002b36 - -color1 #dc322f -color9 #cb4b16 - -color2 #859900 -color10 #586e75 - -color3 #b58900 -color11 #657b83 - -color4 #268bd2 -color12 #839496 - -color5 #d33682 -color13 #6c71c4 - -color6 #2aa198 -color14 #93a1a1 - -color7 #eee8d5 -color15 #fdf6e3 - -# The opacity of the background. A number between 0 and 1, where 1 is opaque and 0 is fully transparent. -background_opacity 1.0 - -# The foreground for selections -selection_foreground #002b36 - -# The background for selections -selection_background #586e75 - -# The color and style for URLs on mouse-over -url_color #0087BD -url_style curly - -# The cursor color -cursor #93a1a1 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf deleted file mode 100644 index e61e1a4..0000000 --- a/.config/kitty/kitty.conf +++ /dev/null @@ -1,78 +0,0 @@ -# include color config -include colors.conf - -# kitty list-fonts -font_family Source Code Pro Regular -italic_font auto -bold_font auto -bold_italic_font auto - -# Font size (in pts) -font_size 11.0 - -# disable ligatures only on cursor -disable_ligatures cursor - -# If enabled, the window size will be remembered so that new instances of kitty will have the same -# size as the previous instance. If disabled, the window will initially have size configured -# by initial_window_width/height, in pixels. -remember_window_size no -initial_window_width 1080 -initial_window_height 600 - -# The modifier keys to press when clicking with the mouse on URLs to open the URL -open_url_modifiers ctrl - -# The program with which to open URLs that are clicked on. The special value "default" means to -# use the operating system's default URL handler. -open_url_with default - -# The value of the TERM environment variable to set -term xterm-kitty - -wayland_titlebar_color #28292b - -# Clipboard -map ctrl+shift+v paste_from_clipboard -map ctrl+shift+s no_op -map ctrl+shift+c copy_to_clipboard -map shift+insert no_op - -# You can also pass the contents of the current selection to any program using -# pass_selection_to_program. By default, the system's open program is used. -map ctrl+shift+o no_op # pass_selection_to_program firefox - -# Scrolling -map ctrl+shift+up no_op -map ctrl+shift+down no_op -map ctrl+shift+k no_op -map ctrl+shift+j no_op -map ctrl+shift+page_up no_op -map ctrl+shift+page_down no_op -map ctrl+shift+home no_op -map ctrl+shift+end no_op -map ctrl+shift+h no_op - -# Window management -map ctrl+shift+enter no_op -map ctrl+n new_os_window -map ctrl+w close_window -map ctrl+shift+] no_op -map ctrl+shift+[ no_op -map ctrl+shift+f no_op -map ctrl+shift+1 no_op -map ctrl+shift+2 no_op -map ctrl+shift+3 no_op -map ctrl+shift+4 no_op -map ctrl+shift+5 no_op -map ctrl+shift+6 no_op -map ctrl+shift+7 no_op -map ctrl+shift+8 no_op -map ctrl+shift+9 no_op -map ctrl+shift+0 no_op - -# Use the system default shell -shell . - -# Use vim as editor -editor vim