diff options
Diffstat (limited to '')
| -rw-r--r-- | kitty/kitty.conf | 14 |
1 files changed, 9 insertions, 5 deletions
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 |
