From ac49a21a562336f3e03f3a3dc7e25b3c228cb7e3 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 12 Apr 2021 12:25:05 +0200 Subject: [PATCH] update kitty theme to gruvbox-dark --- kitty/kitty.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 8b8bb5c..f738ccd 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -4,8 +4,8 @@ macos_option_as_alt no include ./theme.conf # Fonts -font_family DejaVu Sans Mono -font_size 10 +font_family MesloLGS NF +font_size 11 bold_font auto italic_font auto bold_italic_font auto @@ -14,10 +14,10 @@ bold_italic_font auto enable_audio_bell no # Background opacity -background_opacity 0.8 +background_opacity 0.95 # How to open links -open_url_with xdg-open +open_url_with firefox open_url_modifiers none # INFINITE POWER (scrollback)!!! @@ -25,3 +25,7 @@ scrollback_lines -1 # Do not annoy me update_check_interval 0 + +# Zoom with ; and _ +map cmd+0x2c change_font_size all +2.0 +map cmd+0x2d change_font_size all -2.0