From 0ce8b8ece9891db0eac2f1b5daa38322fbf34227 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 11 Jul 2024 11:01:33 +0300 Subject: Kitty monokai theme --- kitty/kitty.conf | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'kitty/kitty.conf') diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 5bf030f..7da2e0a 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -72,7 +72,7 @@ scrollback_lines -1 # input_delay 3 # sync_to_monitor yes enable_audio_bell no -visual_bell_duration 0.1 +visual_bell_duration 0 # visual_bell_color none window_alert_on_bell no bell_on_tab "🔔 " @@ -127,10 +127,14 @@ active_tab_font_style bold-italic # inactive_tab_font_style normal # tab_bar_background none # tab_bar_margin_color none -foreground #dddddd -background #000000 -background_opacity 0.9 -background_blur 1 +#: Color scheme {{{ +include monokai.conf +#: }}} +# foreground #dddddd +# background #000000 + +# background_opacity 0.9 +# background_blur 1 # background_image none # background_image_layout tiled # background_image_linear no -- cgit v1.2.3