diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-08 07:40:42 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-08 07:40:42 +0900 |
| commit | b6cd460aa15602319bf8227735f8dc242d0d1bae (patch) | |
| tree | 1629304b2c1e58a836cef157ad1c67893f9a542b /config/kitty | |
| parent | aa7beb9d88ece969103b86063cd7559fb293b6c2 (diff) | |
setting a variable for QuickEdit (SUPER E)
kitty background will now change depending on dark or light theme
Diffstat (limited to 'config/kitty')
| -rw-r--r-- | config/kitty/kitty.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 1437ce07..f8255096 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -4,7 +4,7 @@ bold_font auto italic_font auto bold_italic_font auto -background_opacity 0.7 +background_opacity 0.5 confirm_os_window_close 0 scrollback_lines 2000 @@ -12,7 +12,11 @@ wheel_scroll_min_lines 1 enable_audio_bell no -selection_foreground #000000 -selection_background #F5FBFF +selection_foreground none +selection_background none -window_padding_width 4
\ No newline at end of file +window_padding_width 4 + +foreground #dddddd +background #000000 +cursor #dddddd
\ No newline at end of file |
