From 1543fa7e63654042b577affc644bd170bc8858be Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Tue, 31 Mar 2026 23:29:47 -0700 Subject: remove unused configs --- dot-config/kitty/Gruvbox Material Dark Medium.conf | 47 ---------------------- dot-config/kitty/kanso/kanso_ink.conf | 39 ------------------ dot-config/kitty/kanso/kanso_mist.conf | 39 ------------------ dot-config/kitty/kanso/kanso_pearl.conf | 38 ----------------- dot-config/kitty/kanso/kanso_zen.conf | 39 ------------------ dot-config/kitty/kitty.conf | 24 ----------- 6 files changed, 226 deletions(-) delete mode 100644 dot-config/kitty/Gruvbox Material Dark Medium.conf delete mode 100644 dot-config/kitty/kanso/kanso_ink.conf delete mode 100644 dot-config/kitty/kanso/kanso_mist.conf delete mode 100644 dot-config/kitty/kanso/kanso_pearl.conf delete mode 100644 dot-config/kitty/kanso/kanso_zen.conf delete mode 100644 dot-config/kitty/kitty.conf (limited to 'dot-config/kitty') diff --git a/dot-config/kitty/Gruvbox Material Dark Medium.conf b/dot-config/kitty/Gruvbox Material Dark Medium.conf deleted file mode 100644 index 88e7be9..0000000 --- a/dot-config/kitty/Gruvbox Material Dark Medium.conf +++ /dev/null @@ -1,47 +0,0 @@ -# vim:ft=kitty -## name: Gruvbox Material Dark Medium -## author: Sainnhe Park -## license: MIT -## upstream: https://raw.githubusercontent.com/rsaihe/gruvbox-material-kitty/main/colors/gruvbox-material-dark-medium.conf -## blurb: A modified version of Gruvbox with softer contrasts - -background #282828 -foreground #d4be98 - -selection_background #d4be98 -selection_foreground #282828 - -cursor #a89984 -cursor_text_color background - -# Black -color0 #665c54 -color8 #928374 - -# Red -color1 #ea6962 -color9 #ea6962 - -# Green -color2 #a9b665 -color10 #a9b665 - -# Yellow -color3 #e78a4e -color11 #d8a657 - -# Blue -color4 #7daea3 -color12 #7daea3 - -# Magenta -color5 #d3869b -color13 #d3869b - -# Cyan -color6 #89b482 -color14 #89b482 - -# White -color7 #d4be98 -color15 #d4be98 diff --git a/dot-config/kitty/kanso/kanso_ink.conf b/dot-config/kitty/kanso/kanso_ink.conf deleted file mode 100644 index 42cd7b5..0000000 --- a/dot-config/kitty/kanso/kanso_ink.conf +++ /dev/null @@ -1,39 +0,0 @@ -background #14171d -foreground #C5C9C7 -selection_background #22262D -selection_foreground #C5C9C7 -url_color #72A7BC -cursor #C5C9C7 -cursor_text_color #14171d - -# Tabs -active_tab_background #14171d -active_tab_foreground #C5C9C7 -inactive_tab_background #14171d -inactive_tab_foreground #A4A7A4 - -# normal -color0 #14171d -color1 #c4746e -color2 #8a9a7b -color3 #c4b28a -color4 #8ba4b0 -color5 #a292a3 -color6 #8ea4a2 -color7 #C8C093 - -# bright -color8 #A4A7A4 -color9 #E46876 -color10 #87a987 -color11 #E6C384 -color12 #7FB4CA -color13 #938AA9 -color14 #7AA89F -color15 #C5C9C7 - - -# extended colors -color16 #b6927b -color17 #b98d7b - diff --git a/dot-config/kitty/kanso/kanso_mist.conf b/dot-config/kitty/kanso/kanso_mist.conf deleted file mode 100644 index f2dbf0d..0000000 --- a/dot-config/kitty/kanso/kanso_mist.conf +++ /dev/null @@ -1,39 +0,0 @@ -background #22262D -foreground #C5C9C7 -selection_background #43464E -selection_foreground #C5C9C7 -url_color #72A7BC -cursor #C5C9C7 -cursor_text_color #22262D - -# Tabs -active_tab_background #22262D -active_tab_foreground #C5C9C7 -inactive_tab_background #22262D -inactive_tab_foreground #A4A7A4 - -# normal -color0 #22262D -color1 #c4746e -color2 #8a9a7b -color3 #c4b28a -color4 #8ba4b0 -color5 #a292a3 -color6 #8ea4a2 -color7 #a4a7a4 - -# bright -color8 #5C6066 -color9 #E46876 -color10 #87a987 -color11 #E6C384 -color12 #7FB4CA -color13 #938AA9 -color14 #7AA89F -color15 #C5C9C7 - - -# extended colors -color16 #b6927b -color17 #b98d7b - diff --git a/dot-config/kitty/kanso/kanso_pearl.conf b/dot-config/kitty/kanso/kanso_pearl.conf deleted file mode 100644 index 0553d90..0000000 --- a/dot-config/kitty/kanso/kanso_pearl.conf +++ /dev/null @@ -1,38 +0,0 @@ -background #f2f1ef -foreground #22262D -selection_background #e2e1df -selection_foreground #22262D -url_color #73A7BC -cursor #22262D -cursor_text_color #f2f1ef - -# Tabs -active_tab_background #f2f1ef -active_tab_foreground #22262D -inactive_tab_background #f2f1ef -inactive_tab_foreground #6d6f6e - -# normal -color0 #22262D -color1 #c84053 -color2 #6f894e -color3 #77713f -color4 #4d699b -color5 #b35b79 -color6 #597b75 -color7 #545464 - -# bright -color8 #6d6f6e -color9 #d7474b -color10 #6e915f -color11 #836f4a -color12 #6693bf -color13 #624c83 -color14 #5e857a -color15 #43436c - - -# extended colors -color16 #cc6d00 -color17 #e82424 diff --git a/dot-config/kitty/kanso/kanso_zen.conf b/dot-config/kitty/kanso/kanso_zen.conf deleted file mode 100644 index 0f64797..0000000 --- a/dot-config/kitty/kanso/kanso_zen.conf +++ /dev/null @@ -1,39 +0,0 @@ -background #090E13 -foreground #C5C9C7 -selection_background #393B44 -selection_foreground #C5C9C7 -url_color #72A7BC -cursor #C5C9C7 -cursor_text_color #090E13 - -# Tabs -active_tab_background #090E13 -active_tab_foreground #C5C9C7 -inactive_tab_background #090E13 -inactive_tab_foreground #A4A7A4 - -# normal -color0 #0d0c0c -color1 #c4746e -color2 #8a9a7b -color3 #c4b28a -color4 #8ba4b0 -color5 #a292a3 -color6 #8ea4a2 -color7 #C8C093 - -# bright -color8 #A4A7A4 -color9 #E46876 -color10 #87a987 -color11 #E6C384 -color12 #7FB4CA -color13 #938AA9 -color14 #7AA89F -color15 #C5C9C7 - - -# extended colors -color16 #b6927b -color17 #b98d7b - diff --git a/dot-config/kitty/kitty.conf b/dot-config/kitty/kitty.conf deleted file mode 100644 index 31a6ee0..0000000 --- a/dot-config/kitty/kitty.conf +++ /dev/null @@ -1,24 +0,0 @@ -# Kitty Config - -font_family PragmataPro Mono Liga -bold_font auto -italic_font auto -bold_italic_font auto - -font_size 14.0 - -# include theme -include kanso/kanso_zen.conf - -background_opacity 0.88 -background_blur 64 - -hide_window_decorations titlebar-only - -window_padding_width 20 10 - -enable_audio_bell no - -# for clipboard over SSH -# see https://github.com/LazyVim/LazyVim/discussions/2715#discussioncomment-11857449 -clipboard_control write-clipboard write-primary read-clipboard read-primary -- cgit v1.3