diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2025-12-21 18:14:19 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2025-12-21 18:14:19 +0100 |
| commit | d27ed681f6e5b3557418b3a1180f064e69515e82 (patch) | |
| tree | 9185570a645dc54be55869bc83f41e84032b02c9 /cfg/kitty.conf | |
| parent | d2d638e7a637bc5dcfb1ef7b2525be6a8d20df18 (diff) | |
cumulative config files (dotfiles) update
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/kitty.conf')
| -rw-r--r-- | cfg/kitty.conf | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/cfg/kitty.conf b/cfg/kitty.conf new file mode 100644 index 0000000..2a94a32 --- /dev/null +++ b/cfg/kitty.conf @@ -0,0 +1,57 @@ +# font stuff +font_family Iosevka +font_size 12 +enable_ligatures always +# +bold_font auto +italic_font auto +bold_italic_font auto +# customization (colors etc) +window_padding_width 20 + +# performance +cursor_blink_interval 0 +cursor_stop_blinking_after 0 +# +sync_to_monitor no +repaint_delay 12 +input_delay 3 +# +background_opacity 1 +dynamic_background_opacity no +cursor_trail 0 + +# misc +wheel_scroll_min_lines 1 +enable_audio_bell no +hide_window_decorations yes +confirm_os_window_close 0 +remember_window_size no +# dimming +dim_opacity 0.5 +inactive_text_alpha 0.5 +inactive_window_tint 0.5 + +# Afterglow theme +background #0f0f0f +foreground #d0d0d0 +cursor #d0d0d0 +color0 #151515 +color8 #505050 +#color1 #ac4142 +color1 #f82323 +color9 #f82323 +color2 #7e8d50 +color10 #7e8d50 +color3 #e5b566 +color11 #e5b566 +color4 #6c99ba +color12 #6c99ba +color5 #9e4e85 +color13 #9e4e85 +color6 #7dd5cf +color14 #7dd5cf +color7 #d0d0d0 +color15 #f5f5f5 +selection_background #303030 +selection_foreground #202020 |