diff --git a/fuzzel/colors.ini b/fuzzel/colors.ini new file mode 100644 index 0000000..2f145d6 --- /dev/null +++ b/fuzzel/colors.ini @@ -0,0 +1,7 @@ +[colors] +background=111318ff +text=e2e2e9ff +match=bec6dcff +selection=bec6dcff +selection-text=111318ff +border=bec6dcff diff --git a/hypr/colors.conf b/hypr/colors.conf new file mode 100644 index 0000000..e9eed6a --- /dev/null +++ b/hypr/colors.conf @@ -0,0 +1,5 @@ +# 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 new file mode 100644 index 0000000..f0930fb --- /dev/null +++ b/kitty/colors.conf @@ -0,0 +1,27 @@ +# 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