diff options
| author | 2024-07-11 11:01:33 +0300 | |
|---|---|---|
| committer | 2024-07-11 11:01:33 +0300 | |
| commit | 0ce8b8ece9891db0eac2f1b5daa38322fbf34227 (patch) | |
| tree | 50695c196879cd5fb4e77b69318c343e034073f6 /kitty/kitty.conf | |
| parent | upd kitty, upd zsh (diff) | |
| download | dotfiles-0ce8b8ece9891db0eac2f1b5daa38322fbf34227.tar.gz dotfiles-0ce8b8ece9891db0eac2f1b5daa38322fbf34227.tar.bz2 dotfiles-0ce8b8ece9891db0eac2f1b5daa38322fbf34227.tar.xz dotfiles-0ce8b8ece9891db0eac2f1b5daa38322fbf34227.zip | |
Kitty monokai theme
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 |
