├── LICENSE ├── README.md └── templates ├── Matugen.colors ├── alacritty.toml ├── btop.theme ├── cava-colors.ini ├── colors.css ├── dunstrc-colors ├── fuzzel.ini ├── ghostty ├── gtk-colors.css ├── helix.toml ├── hyprland-colors.conf ├── kitty-colors.conf ├── mako ├── micro.micro ├── midnight-discord.css ├── neovim ├── README.md ├── init.lua └── template.lua ├── pywalfox-colors.json ├── qtct-colors.conf ├── rofi-colors.rasi ├── starship-colors.toml ├── sway-colors.conf ├── television.toml ├── tmux-colors.conf ├── yazi-theme.toml ├── zathura-colors └── zed-colors.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/README.md -------------------------------------------------------------------------------- /templates/Matugen.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/Matugen.colors -------------------------------------------------------------------------------- /templates/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/alacritty.toml -------------------------------------------------------------------------------- /templates/btop.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/btop.theme -------------------------------------------------------------------------------- /templates/cava-colors.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/cava-colors.ini -------------------------------------------------------------------------------- /templates/colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/colors.css -------------------------------------------------------------------------------- /templates/dunstrc-colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/dunstrc-colors -------------------------------------------------------------------------------- /templates/fuzzel.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/fuzzel.ini -------------------------------------------------------------------------------- /templates/ghostty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/ghostty -------------------------------------------------------------------------------- /templates/gtk-colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/gtk-colors.css -------------------------------------------------------------------------------- /templates/helix.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/helix.toml -------------------------------------------------------------------------------- /templates/hyprland-colors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/hyprland-colors.conf -------------------------------------------------------------------------------- /templates/kitty-colors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/kitty-colors.conf -------------------------------------------------------------------------------- /templates/mako: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/mako -------------------------------------------------------------------------------- /templates/micro.micro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/micro.micro -------------------------------------------------------------------------------- /templates/midnight-discord.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/midnight-discord.css -------------------------------------------------------------------------------- /templates/neovim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/neovim/README.md -------------------------------------------------------------------------------- /templates/neovim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/neovim/init.lua -------------------------------------------------------------------------------- /templates/neovim/template.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/neovim/template.lua -------------------------------------------------------------------------------- /templates/pywalfox-colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/pywalfox-colors.json -------------------------------------------------------------------------------- /templates/qtct-colors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/qtct-colors.conf -------------------------------------------------------------------------------- /templates/rofi-colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/rofi-colors.rasi -------------------------------------------------------------------------------- /templates/starship-colors.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/starship-colors.toml -------------------------------------------------------------------------------- /templates/sway-colors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/sway-colors.conf -------------------------------------------------------------------------------- /templates/television.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/television.toml -------------------------------------------------------------------------------- /templates/tmux-colors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/tmux-colors.conf -------------------------------------------------------------------------------- /templates/yazi-theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/yazi-theme.toml -------------------------------------------------------------------------------- /templates/zathura-colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/zathura-colors -------------------------------------------------------------------------------- /templates/zed-colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InioX/matugen-themes/HEAD/templates/zed-colors.json --------------------------------------------------------------------------------