From 1b2d144f2baad1743241a10e792b12b2c2aaf8ea Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 28 Feb 2024 17:38:08 -0500 Subject: [PATCH] chore(kitty): remove kitty config Signed-off-by: Lucas Sta Maria --- .config/ambit/config.ambit | 1 - .config/kitty/kitty.conf | 39 -------------------------------------- 2 files changed, 40 deletions(-) delete mode 100644 .config/kitty/kitty.conf diff --git a/.config/ambit/config.ambit b/.config/ambit/config.ambit index 7e8517c..280b7a7 100644 --- a/.config/ambit/config.ambit +++ b/.config/ambit/config.ambit @@ -78,7 +78,6 @@ sgcfdfallsicon.jpeg ]; .zshrc; -.config/kitty/kitty.conf; .config/alacritty/alacritty.toml; .calendars/sync; .config/rofi/config.rasi; diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf deleted file mode 100644 index 842b81e..0000000 --- a/.config/kitty/kitty.conf +++ /dev/null @@ -1,39 +0,0 @@ -font_family JetBrains Mono SemiBold -bold_font auto -italic_font auto -bold_italic_font auto - -font_size 10.0 - -cursor_shape block - -mouse_hide_wait 0.1 - -window_padding_width 6 - -enable_audio_bell no -visual_bell_duration 0.0 - -shell fish - -background #f0f0f0 -foreground #414141 -cursor #20bafb -selection_background #b6d6fc -color0 #202020 -color8 #414141 -color1 #c30670 -color9 #fb0079 -color2 #10a778 -color10 #5ed6ae -color3 #a79c14 -color11 #f3e42f -color4 #008ec4 -color12 #20bafb -color5 #523b78 -color13 #6854de -color6 #20a4b9 -color14 #4fb8cc -color7 #d9d9d9 -color15 #f0f0f0 -selection_foreground #f0f0f0 \ No newline at end of file