From b6cd460aa15602319bf8227735f8dc242d0d1bae Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Jun 2024 07:40:42 +0900 Subject: setting a variable for QuickEdit (SUPER E) kitty background will now change depending on dark or light theme --- config/wallust/templates/colors-kitty.conf | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'config/wallust') diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index b88fb4c1..92ceb48c 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -1,19 +1,26 @@ font_family Fira Code SemiBold -font_size 13.0 -bold_font auto -italic_font auto -bold_italic_font auto +font_size 16.0 +bold_font auto +italic_font auto +bold_italic_font auto +background_opacity 0.5 confirm_os_window_close 0 +scrollback_lines 2000 +wheel_scroll_min_lines 1 + +enable_audio_bell no + +window_padding_width 4 + +selection_foreground none +selection_background none + foreground {{foreground}} background {{background}} -background_opacity 0.7 cursor {{cursor}} -selection_foreground #000000 -selection_background #F5FBFF - active_tab_foreground {{background}} active_tab_background {{foreground}} inactive_tab_foreground {{foreground}} -- cgit v1.2.3