diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-11 04:15:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 04:15:57 +0900 |
| commit | 22b85572e891b874011893f62d4eaf94f20486df (patch) | |
| tree | 3452d4164a8964cd85fe57de2bd128baeb0ee2ff /config/wallust | |
| parent | c4ee8142bf7e8d89602cb7712da10888a54d438b (diff) | |
| parent | ed21639feebd8e3b6a6a4c2a59686f777b9688b9 (diff) | |
Merge pull request #338 from JaKooLit/development
Development to Main including pre-release
Diffstat (limited to 'config/wallust')
| -rw-r--r-- | config/wallust/templates/colors-kitty.conf | 23 |
1 files changed, 15 insertions, 8 deletions
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}} |
