From bd3e98ec8742f77cb452a3f207b7437ff52cf97a Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 14 Nov 2025 15:32:47 +0100 Subject: [PATCH] matugen: ignore package-specific theme files --- dot-config/foot/matugen-foot.ini | 50 ---- dot-config/fuzzel/matugen-fuzzel.ini | 15 -- dot-config/qutebrowser/matugen-wrapper.py | 281 ---------------------- dot-config/waybar/matugen_waybar.css | 177 -------------- 4 files changed, 523 deletions(-) delete mode 100644 dot-config/foot/matugen-foot.ini delete mode 100644 dot-config/fuzzel/matugen-fuzzel.ini delete mode 100644 dot-config/qutebrowser/matugen-wrapper.py delete mode 100644 dot-config/waybar/matugen_waybar.css diff --git a/dot-config/foot/matugen-foot.ini b/dot-config/foot/matugen-foot.ini deleted file mode 100644 index f5e3dd32..00000000 --- a/dot-config/foot/matugen-foot.ini +++ /dev/null @@ -1,50 +0,0 @@ -[colors] -background=1a1110 -foreground=f1dedc -flash=ffb4ab - -## Normal/regular colors (color palette 0-7) -regular0=262626 # black -regular1=bb334c # red -regular2=4e7b31 # green -regular3=8f631c # yellow -regular4=296dbd # blue -regular5=9837bd # magenta -regular6=217b7b # cyan -regular7=a7a7a7 # white - -# Bright colors (color palette 8-15) -bright0=4c4c4c # bright black -bright1=f58993 # bright red -bright2=7fc453 # bright green -bright3=dfa13e # bright yellow -bright4=7cb1f5 # bright blue -bright5=d18fef # bright magenta -bright6=3dc4c4 # bright cyan -bright7=f0f0f0 # bright white - -[colors2] -background=f1dedc -foreground=392e2d -flash=ffb4ab - -## Normal/regular colors (color palette 0-7) -regular0=262626 # black -regular1=9c273d # red -regular2=3f6527 # green -regular3=755115 # yellow -regular4=1e599e # blue -regular5=7f289f # magenta -regular6=1a6565 # cyan -regular7=e7e7e7 # white - -# Bright colors (color palette 8-15) -bright0=4c4c4c # bright black -bright1=f58993 # bright red -bright2=7fc453 # bright green -bright3=dfa13e # bright yellow -bright4=7cb1f5 # bright blue -bright5=d18fef # bright magenta -bright6=3dc4c4 # bright cyan -bright7=f0f0f0 # bright white - diff --git a/dot-config/fuzzel/matugen-fuzzel.ini b/dot-config/fuzzel/matugen-fuzzel.ini deleted file mode 100644 index 0131c15d..00000000 --- a/dot-config/fuzzel/matugen-fuzzel.ini +++ /dev/null @@ -1,15 +0,0 @@ -# Fuzzel Colors -# Generated with Matugen - -[colors] -background=1a1110ff -text=f1dedcff -prompt=e7bdb7ff -placeholder=dfc38cff -input=ffb4aaff -match=dfc38cff -selection=ffb4aaff -selection-text=561e19ff -selection-match=561e19ff -counter=e7bdb7ff -border=ffb4aaff diff --git a/dot-config/qutebrowser/matugen-wrapper.py b/dot-config/qutebrowser/matugen-wrapper.py deleted file mode 100644 index 6630a184..00000000 --- a/dot-config/qutebrowser/matugen-wrapper.py +++ /dev/null @@ -1,281 +0,0 @@ -# Matugen template for qutebrowser - - -# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0_255 0_255 0_255" -# example for white: "#ffffff", "#ff" or "255 255 255". - - -# Text color of the completion widget. May be a single color to use for all columns or a list of three colors, one for each column. -c.colors.completion.fg = "#f1dedc" - -# Background color of the completion widget for odd rows. -c.colors.completion.odd.bg = "#1a1110" - -# Background color of the completion widget for even rows. -c.colors.completion.even.bg = "#1a1110" - -# Foreground color of completion widget category headers. -c.colors.completion.category.fg = "#96cdf8" - -# Background color of the completion widget category headers. -c.colors.completion.category.bg = "#1a1110" - -# Top border color of the completion widget category headers. -c.colors.completion.category.border.top = "#1a1110" - -# Bottom border color of the completion widget category headers. -c.colors.completion.category.border.bottom = "#1a1110" - -# Foreground color of the selected completion item. -c.colors.completion.item.selected.fg = "#f1dedc" - -# Background color of the selected completion item. -c.colors.completion.item.selected.bg = "#bdce80" - -# Top border color of the selected completion item. -c.colors.completion.item.selected.border.top = "#bdce80" - -# Bottom border color of the selected completion item. -c.colors.completion.item.selected.border.bottom = "#bdce80" - -# Foreground color of the matched text in the selected completion item. -c.colors.completion.item.selected.match.fg = "#84d5c4" - -# Foreground color of the matched text in the completion. -c.colors.completion.match.fg = "#84d5c4" - -# Color of the scrollbar handle in the completion view. -c.colors.completion.scrollbar.fg = "#f1dedc" - -# Color of the scrollbar in the completion view. -c.colors.completion.scrollbar.bg = "#1a1110" - -# Background color of disabled items in the context menu. -c.colors.contextmenu.disabled.bg = "#1a1110" - -# Foreground color of disabled items in the context menu. -c.colors.contextmenu.disabled.fg = "#442926" - -# Background color of the context menu. If set to null, the Qt dark is used. -c.colors.contextmenu.menu.bg = "#1a1110" - -# Foreground color of the context menu. If set to null, the Qt dark is used. -c.colors.contextmenu.menu.fg = "#f1dedc" - -# Background color of the context menu’s selected item. If set to null, the Qt dark is used. -c.colors.contextmenu.selected.bg = "#ffb4aa" - -#Foreground color of the context menu’s selected item. If set to null, the Qt dark is used. -c.colors.contextmenu.selected.fg = "#561e19" - -# Background color for the download bar. -c.colors.downloads.bar.bg = "#1a1110" - -# Color gradient start for download text. -c.colors.downloads.start.fg = "#1a1110" - -# Color gradient start for download "#1a1110s." -c.colors.downloads.start.bg = "#96cdf8" - -# Color gradient end for download text. -c.colors.downloads.stop.fg = "#1a1110" - -# Color gradient stop for download "#1a1110s." -c.colors.downloads.stop.bg = "#84d5c4" - -# Foreground color for downloads with errors. -c.colors.downloads.error.fg = "#ffb1c7" - -# Font color for hints. -c.colors.hints.fg = "#ffdad5" - -# Background color for hints. Note that you can use a `rgba(...)` value for transparency. -c.colors.hints.bg = "#5d3f3b" - -# Font color for the matched part of hints. -c.colors.hints.match.fg = "#904a42" - -# Text color for the keyhint widget. -c.colors.keyhint.fg = "#f1dedc" - -# Highlight color for keys to complete the current keychain. -c.colors.keyhint.suffix.fg = "#f1dedc" - -# Background color of the keyhint widget. -c.colors.keyhint.bg = "#1a1110" - -# Foreground color of an error message. -c.colors.messages.error.fg = "#690005" - -# Background color of an error message. -c.colors.messages.error.bg = "#ffb4ab" - -# Border color of an error message. -c.colors.messages.error.border = "#ffb4ab" - -# Foreground color of a warning message. -c.colors.messages.warning.fg = "#690005" - -# Background color of a warning message. -c.colors.messages.warning.bg = "#ffb77c" - -# Border color of a warning message. -c.colors.messages.warning.border = "#ffb77c" - -# Foreground color of an info message. -c.colors.messages.info.fg = "#f1dedc" - -# Background color of an info message. -c.colors.messages.info.bg = "#1a1110" - -# Border color of an info message. -c.colors.messages.info.border = "#1a1110" - -# Foreground color for prompts. -c.colors.prompts.fg = "#561e19" - -# Border used around UI elements in prompts. -c.colors.prompts.border = "#a08c8a" - -# Background color for prompts. -c.colors.prompts.bg = "#ffb4aa" - -# Background color for the selected item in filename prompts. -c.colors.prompts.selected.bg = "#1a1110" - -# Foreground color for the selected item in filename prompts. -c.colors.prompts.selected.fg = "#f1dedc" - -# Foreground color of the statusbar. -c.colors.statusbar.normal.fg = "#f1dedc" - -# Background color of the statusbar. -c.colors.statusbar.normal.bg = "#1a1110" - -# Foreground color of the statusbar in insert mode. -c.colors.statusbar.insert.fg = "#1a1110" - -# Background color of the statusbar in insert mode. -c.colors.statusbar.insert.bg = "#84d5c4" - -# Foreground color of the statusbar in passthrough mode. -c.colors.statusbar.passthrough.fg = "#1a1110" - -# Background color of the statusbar in passthrough mode. -c.colors.statusbar.passthrough.bg = "#ffb77c" - -# Foreground color of the statusbar in private browsing mode. -c.colors.statusbar.private.fg = "#1a1110" - -# Background color of the statusbar in private browsing mode. -c.colors.statusbar.private.bg = "#d6bbfb" - -# Foreground color of the statusbar in command mode. -c.colors.statusbar.command.fg = "#1a1110" - -# Background color of the statusbar in command mode. -c.colors.statusbar.command.bg = "#96cdf8" - -# Foreground color of the statusbar in private browsing + command mode. -c.colors.statusbar.command.private.fg = "#1a1110" - -# Background color of the statusbar in private browsing + command mode. -c.colors.statusbar.command.private.bg = "#96cdf8" - -# Foreground color of the statusbar in caret mode. -c.colors.statusbar.caret.fg = "#dfc38c" - -# Background color of the statusbar in caret mode. -c.colors.statusbar.caret.bg = "#3f2e04" - -# Foreground color of the statusbar in caret mode with a selection. -c.colors.statusbar.caret.selection.fg = "#3f2e04" - -# Background color of the statusbar in caret mode with a selection. -c.colors.statusbar.caret.selection.bg = "#dfc38c" - -# Background color of the progress bar. -c.colors.statusbar.progress.bg = "#ffb4aa" - -# Default color of the URL in the statusbar." -c.colors.statusbar.url.fg = "#96cdf8" - -# Foreground color of the URL in the statusbar on error. -c.colors.statusbar.url.error.fg = "#ffb4ab" - -# Foreground color of the URL in the statusbar for hovered links. -c.colors.statusbar.url.hover.fg = "#ffb77c" - -# Foreground color of the URL in the statusbar on successful load -# (http). -c.colors.statusbar.url.success.http.fg = "#bdce80" - -# Foreground color of the URL in the statusbar on successful load -# (https). -c.colors.statusbar.url.success.https.fg = "#bdce80" - -# Foreground color of the URL in the statusbar when there's a warning. -c.colors.statusbar.url.warn.fg = "#ffb4ab" - -# Background color of the tab bar. -c.colors.tabs.bar.bg = "#1a1110" - -# Color gradient start for the tab indicator. -c.colors.tabs.indicator.start = "#ffb77c" - -# Color gradient end for the tab indicator. -c.colors.tabs.indicator.stop = "#bdce80" - -# Color for the tab indicator on errors. -c.colors.tabs.indicator.error = "#ffb4ab" - -# Foreground color of unselected odd tabs. -c.colors.tabs.odd.fg = "#f1dedc" - -# Background color of unselected odd tabs. -c.colors.tabs.odd.bg = "#271d1c" - -# Foreground color of unselected even tabs. -c.colors.tabs.even.fg = "#f1dedc" - -# Background color of unselected even tabs. -c.colors.tabs.even.bg = "#271d1c" - -# Foreground color of selected odd tabs. -c.colors.tabs.selected.odd.fg = "#442926" - -# Background color of selected odd tabs. -c.colors.tabs.selected.odd.bg = "#e7bdb7" - -# Foreground color of selected even tabs. -c.colors.tabs.selected.even.fg = "#442926" - -# Background color of selected even tabs. -c.colors.tabs.selected.even.bg = "#e7bdb7" - -# Background color of pinned unselected even tabs. -c.colors.tabs.pinned.even.bg = "#442926" - -# Foreground color of pinned unselected even tabs. -c.colors.tabs.pinned.even.fg = "#e7bdb7" - -# Background color of pinned unselected odd tabs. -c.colors.tabs.pinned.odd.bg = "#442926" - -# Foreground color of pinned unselected odd tabs. -c.colors.tabs.pinned.odd.fg = "#e7bdb7" - -# Background color of pinned selected even tabs. -c.colors.tabs.pinned.selected.even.bg = "#e7bdb7" - -# Foreground color of pinned selected even tabs. -c.colors.tabs.pinned.selected.even.fg = "#442926" - -# Background color of pinned selected odd tabs. -c.colors.tabs.pinned.selected.odd.bg = "#e7bdb7" - -# Foreground color of pinned selected odd tabs. -c.colors.tabs.pinned.selected.odd.fg = "#442926" - -# Background color for webpages if unset (or empty to use the theme's color). -c.colors.webpage.bg = '' diff --git a/dot-config/waybar/matugen_waybar.css b/dot-config/waybar/matugen_waybar.css deleted file mode 100644 index e43b2409..00000000 --- a/dot-config/waybar/matugen_waybar.css +++ /dev/null @@ -1,177 +0,0 @@ -/* -* Css Colors -* Generated with Matugen -*/ - - @define-color background #1a1110; - - @define-color blue #96cdf8; - - @define-color blue_container #004b70; - - @define-color blue_source #225f85; - - @define-color blue_value #225f85; - - @define-color cyan #84d5c4; - - @define-color cyan_container #005045; - - @define-color cyan_source #24665a; - - @define-color cyan_value #24665a; - - @define-color error #ffb4ab; - - @define-color error_container #93000a; - - @define-color green #bdce80; - - @define-color green_container #3f4c0b; - - @define-color green_source #536023; - - @define-color green_value #536023; - - @define-color inverse_on_surface #392e2d; - - @define-color inverse_primary #904a42; - - @define-color inverse_surface #f1dedc; - - @define-color magenta #d6bbfb; - - @define-color magenta_container #523c73; - - @define-color magenta_source #683da3; - - @define-color magenta_value #683da3; - - @define-color on_background #f1dedc; - - @define-color on_blue #00344f; - - @define-color on_blue_container #cae6ff; - - @define-color on_cyan #00382f; - - @define-color on_cyan_container #a0f2df; - - @define-color on_error #690005; - - @define-color on_error_container #ffdad6; - - @define-color on_green #2a3400; - - @define-color on_green_container #d9eb99; - - @define-color on_magenta #3b255a; - - @define-color on_magenta_container #eddcff; - - @define-color on_primary #561e19; - - @define-color on_primary_container #ffdad5; - - @define-color on_primary_fixed #3b0906; - - @define-color on_primary_fixed_variant #73342d; - - @define-color on_red #541d31; - - @define-color on_red_container #ffd9e2; - - @define-color on_secondary #442926; - - @define-color on_secondary_container #ffdad5; - - @define-color on_secondary_fixed #2c1512; - - @define-color on_secondary_fixed_variant #5d3f3b; - - @define-color on_surface #f1dedc; - - @define-color on_surface_variant #d8c2bf; - - @define-color on_tertiary #3f2e04; - - @define-color on_tertiary_container #fddfa6; - - @define-color on_tertiary_fixed #261a00; - - @define-color on_tertiary_fixed_variant #574419; - - @define-color on_yellow #4d2700; - - @define-color on_yellow_container #ffdcc2; - - @define-color outline #a08c8a; - - @define-color outline_variant #534341; - - @define-color primary #ffb4aa; - - @define-color primary_container #73342d; - - @define-color primary_fixed #ffdad5; - - @define-color primary_fixed_dim #ffb4aa; - - @define-color red #ffb1c7; - - @define-color red_container #703348; - - @define-color red_source #932e56; - - @define-color red_value #932e56; - - @define-color scrim #000000; - - @define-color secondary #e7bdb7; - - @define-color secondary_container #5d3f3b; - - @define-color secondary_fixed #ffdad5; - - @define-color secondary_fixed_dim #e7bdb7; - - @define-color shadow #000000; - - @define-color source_color #893b33; - - @define-color surface #1a1110; - - @define-color surface_bright #423735; - - @define-color surface_container #271d1c; - - @define-color surface_container_high #322826; - - @define-color surface_container_highest #3d3231; - - @define-color surface_container_low #231918; - - @define-color surface_container_lowest #140c0b; - - @define-color surface_dim #1a1110; - - @define-color surface_tint #ffb4aa; - - @define-color surface_variant #534341; - - @define-color tertiary #dfc38c; - - @define-color tertiary_container #574419; - - @define-color tertiary_fixed #fddfa6; - - @define-color tertiary_fixed_dim #dfc38c; - - @define-color yellow #ffb77c; - - @define-color yellow_container #6c3a06; - - @define-color yellow_source #7d4c1f; - - @define-color yellow_value #7d4c1f; - -- 2.51.2