feat: matugen stuff

This commit is contained in:
2024-04-24 20:46:49 +02:00
parent c5629f1aa0
commit a79c2c2489
5 changed files with 43 additions and 32 deletions

View File

@@ -8,7 +8,7 @@
font_size 13
'';
settings = {
#background_opacity = "0.8";
background_opacity = "0.8";
window_padding_width = 10;
};
}

View File

@@ -9,20 +9,20 @@ cursor {{colors.on_surface.default.hex}}
# normal
color0 {{colors.surface.default.hex}}
color1 {{harmonized_colors.red.hex}}
color2 {{harmonized_colors.green.hex}}
color3 {{harmonized_colors.yellow.hex}}
color4 {{harmonized_colors.blue.hex}}
color5 {{harmonized_colors.magenta.hex}}
color6 {{harmonized_colors.cyan.hex}}
color1 {{colors.red.default.hex}}
color2 {{colors.green.default.hex}}
color3 {{colors.yellow.default.hex}}
color4 {{colors.blue.default.hex}}
color5 {{colors.magenta.default.hex}}
color6 {{colors.cyan.default.hex}}
color7 {{colors.on_surface.default.hex}}
# bright
color8 {{colors.surface_variant.default.hex}}
color9 {{harmonized_colors.bright_red.hex}}
color10 {{harmonized_colors.bright_green.hex}}
color11 {{harmonized_colors.bright_yellow.hex}}
color12 {{harmonized_colors.bright_blue.hex}}
color13 {{harmonized_colors.bright_magenta.hex}}
color14 {{harmonized_colors.bright_cyan.hex}}
color8 {{colors.outline_variant.default.hex}}
color9 {{colors.red.default.hex}}
color10 {{colors.green.default.hex}}
color11 {{colors.yellow.default.hex}}
color12 {{colors.blue.default.hex}}
color13 {{colors.magenta.default.hex}}
color14 {{colors.cyan.default.hex}}
color15 {{colors.on_surface_variant.default.hex}}

View File

@@ -32,7 +32,7 @@ in
reload_apps = true;
reload_apps_list = {
kitty = true;
gtk_theme = true;
gtk_theme = false;
waybar = false;
dunst = false;
};
@@ -40,19 +40,13 @@ in
set_wallpaper = true;
wallpaper_tool = "Swww";
colors_to_harmonize = {
custom_colors = {
red = "#ff0000";
green = "#00ff00";
yellow = "#ffff00";
blue = "#0000ff";
magenta = "#ff00ff";
cyan = "#00ffff";
bright_red = "#ff9999";
bright_green = "#99ff99";
bright_yellow = "#ffff99";
bright_blue = "#9999ff";
bright_magenta = "#ff99ff";
bright_cyan = "#99ffff";
};
};