commit 81237ea92c7f72470b55b1f16dab49eb67a9ac42 Author: Blallo Date: Tue Jun 2 19:00:33 2020 +0200 Init diff --git a/kitty-themes b/kitty-themes new file mode 160000 index 0000000..fca3335 --- /dev/null +++ b/kitty-themes @@ -0,0 +1 @@ +Subproject commit fca3335489bdbab4cce150cb440d3559ff5400e2 diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..153d494 --- /dev/null +++ b/kitty.conf @@ -0,0 +1,33 @@ +# misc + +font_family FiraCode +bold_font auto +italic_font auto +bold_italic_font auto +#symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols +open_url_modifiers ctrl +open_url_with ~/.bin/browser.sh +enable_audio_bell no + +# graphics + +foreground #dddddd +background #222222 +background_opacity 0.9 +dynamic_background_opacity yes + +# scrollback + +scrollback_lines 50000 +scrollback_pager bat + +# keybinding + +map ctrl+tab previous_window +map ctrl+shift+tab next_window + +# remote control +allow_remote_control yes + +# theme +include ./theme.conf diff --git a/theme.conf b/theme.conf new file mode 120000 index 0000000..a8ea1bf --- /dev/null +++ b/theme.conf @@ -0,0 +1 @@ +/home/leo/.config/kitty/kitty-themes/themes/Solarized_Light.conf \ No newline at end of file