From 3bb8ef95dcc4f80a3f9e4a7f38d2bdbcdffc3963 Mon Sep 17 00:00:00 2001 From: lucy Date: Wed, 21 Jan 2026 19:14:29 +0100 Subject: [PATCH] add gitignore for generated color files --- .gitignore | 5 +++++ fuzzel/colors.ini | 7 ------- hypr/colors.conf | 5 ----- kitty/colors.conf | 27 --------------------------- 4 files changed, 5 insertions(+), 39 deletions(-) create mode 100644 .gitignore delete mode 100644 fuzzel/colors.ini delete mode 100644 hypr/colors.conf delete mode 100644 kitty/colors.conf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..602d81a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ + +./kitty/colors.conf +./fuzzel/colors.ini +./quickshell/Colors.qml +./hypr/colors.conf diff --git a/fuzzel/colors.ini b/fuzzel/colors.ini deleted file mode 100644 index 2f145d6..0000000 --- a/fuzzel/colors.ini +++ /dev/null @@ -1,7 +0,0 @@ -[colors] -background=111318ff -text=e2e2e9ff -match=bec6dcff -selection=bec6dcff -selection-text=111318ff -border=bec6dcff diff --git a/hypr/colors.conf b/hypr/colors.conf deleted file mode 100644 index e9eed6a..0000000 --- a/hypr/colors.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Hyprland with colors from matugen -general { - col.active_border = rgba(e2e2e9ff) - col.inactive_border = rgba(111318ee) -} diff --git a/kitty/colors.conf b/kitty/colors.conf deleted file mode 100644 index f0930fb..0000000 --- a/kitty/colors.conf +++ /dev/null @@ -1,27 +0,0 @@ -# The kitty terminal template for matugen -cursor #aac7ff - -background #0d0e12 -foreground #e2e2e9 - -color0 #111318 -color1 #ffb4ab -color2 #aac7ff -color3 #dcbce0 -color4 #bec6dc -color5 #274777 -color6 #3e4759 -color7 #e2e2e9 -color8 #44474e -color9 #93000a -color10 #415f91 -color11 #f9d8fd -color12 #dae2f9 -color13 #d6e3ff -color14 #c4c6d0 -color15 #e2e2e9 - -# Matugen filters are slightly different, approximating saturation/lightness logic -mark1_foreground #3e4759 -mark2_foreground #e2e2e9 -mark3_foreground #3e4759