Skip to content

Commit 1320317

Browse files
kitty: start with fully opaque background
1 parent 4596211 commit 1320317

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

kitty/hobbes.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ map kitty_mod+kp_add change_font_size current +1.00
1717
map kitty_mod+kp_subtract change_font_size current -1.00
1818

1919
enabled_layouts tall:bias=50,fat:bias=55,tall:bias=66,vertical,horizontal,grid,stack
20-
background_opacity 1.00
2120

2221
# Performance knobs
2322
repaint_delay 8

kitty/kitty.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ map ctrl+shift+alt+n new_os_window
2626

2727
# Color scheme and background
2828
include themes/tokyonight-storm.conf
29+
background_opacity 1.00
2930
# dynamic background opacity must only be set after the background color
30-
background_opacity 0.97
3131
dynamic_background_opacity yes
32-
map kitty_mod+a>m set_background_opacity +0.34
33-
map kitty_mod+a>l set_background_opacity -0.34
32+
map kitty_mod+a>m set_background_opacity +0.20
33+
map kitty_mod+a>l set_background_opacity -0.20
3434

3535
# Other
3636
enable_audio_bell no

0 commit comments

Comments
 (0)