colors generations based on wallpaper

This commit is contained in:
2024-12-25 20:51:20 +01:00
parent d9177984de
commit b8eb109cdd
19 changed files with 552 additions and 67 deletions

105
.config/waybar/colors.css Normal file
View File

@@ -0,0 +1,105 @@
/*
* Css Colors
* Generated with Matugen
*/
@define-color background #151218;
@define-color error #ffb4ab;
@define-color error_container #93000a;
@define-color inverse_on_surface #322f35;
@define-color inverse_primary #6a538c;
@define-color inverse_surface #e7e0e8;
@define-color on_background #e7e0e8;
@define-color on_error #690005;
@define-color on_error_container #ffdad6;
@define-color on_primary #3b255b;
@define-color on_primary_container #eddcff;
@define-color on_primary_fixed #250e44;
@define-color on_primary_fixed_variant #523c73;
@define-color on_secondary #352d40;
@define-color on_secondary_container #ebddf7;
@define-color on_secondary_fixed #1f182a;
@define-color on_secondary_fixed_variant #4c4357;
@define-color on_surface #e7e0e8;
@define-color on_surface_variant #cbc4cf;
@define-color on_tertiary #4b252e;
@define-color on_tertiary_container #ffd9df;
@define-color on_tertiary_fixed #321019;
@define-color on_tertiary_fixed_variant #643b44;
@define-color outline #958e99;
@define-color outline_variant #4a454e;
@define-color primary #d6bbfb;
@define-color primary_container #523c73;
@define-color primary_fixed #eddcff;
@define-color primary_fixed_dim #d6bbfb;
@define-color scrim #000000;
@define-color secondary #cec2db;
@define-color secondary_container #4c4357;
@define-color secondary_fixed #ebddf7;
@define-color secondary_fixed_dim #cec2db;
@define-color shadow #000000;
@define-color source_color #6f22cd;
@define-color surface #151218;
@define-color surface_bright #3b383e;
@define-color surface_container #211e24;
@define-color surface_container_high #2c292f;
@define-color surface_container_highest #37333a;
@define-color surface_container_low #1d1a20;
@define-color surface_container_lowest #100d12;
@define-color surface_dim #151218;
@define-color surface_tint #d6bbfb;
@define-color surface_variant #4a454e;
@define-color tertiary #f1b7c2;
@define-color tertiary_container #643b44;
@define-color tertiary_fixed #ffd9df;
@define-color tertiary_fixed_dim #f1b7c2;

View File

@@ -1,11 +1,13 @@
@import url("colors.css");
* {
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 15;
}
window#waybar {
background-color: #343547;
border: 3px solid #cdd6f4;
background-color: @background;
border: 3px solid @primary;
border-top: none;
color: #ffffff;
transition-property: background-color;
@@ -24,12 +26,12 @@ box.modules-right {
box.modules-left *,
box.modules-right * {
color: #cdd6f4;
color: @primary;
margin-left: 0.3em
}
box.modules-center * {
color: #cdd6f4;
color: @primary;
}
window#waybar.hidden {
@@ -42,58 +44,58 @@ window#waybar.empty {
}
window#waybar.solo {
background-color: #FFFFFF;
background-color: white;
}
#battery {
transition: linear 0.1s;
box-shadow: inset #89dceb 0 0 0.5em;
border: 0.2em solid #b4befe;
box-shadow: inset @primary_container 0 0 0.5em;
border: 0.2em solid @primary_container;
padding: 0.2em;
border-radius: 1em;
}
#battery:hover {
border-color: #74c7ec;
color: #74c7ec;
box-shadow: inset #74c7ec 0 0 0.5em;
border-color: @primary_fixed_dim;
color: @primary_fixed;
box-shadow: inset @primary_fixed_dim 0 0 0.5em;
}
#power-profiles-daemon {
transition: linear 0.1s;
box-shadow: inset #89dceb 0 0 0.5em;
border: 0.2em solid #b4befe;
box-shadow: inset @primary_container 0 0 0.5em;
border: 0.2em solid @primary_container;
padding: 0.5em;
padding-right: 0.8em;
border-radius: 1em;
}
#power-profiles-daemon:hover {
border-color: #74c7ec;
color: #74c7ec;
box-shadow: inset #74c7ec 0 0 0.5em;
border-color: @primary_fixed_dim;
color: @primary_fixed;
box-shadow: inset @primary_fixed_dim 0 0 0.5em;
}
#backlight {
transition: linear 0.1s;
box-shadow: inset #89dceb 0 0 0.5em;
border: 0.2em solid #b4befe;
box-shadow: inset @primary_container 0 0 0.5em;
border: 0.2em solid @primary_container;
padding: 0.5em;
padding-right: 0.8em;
border-radius: 1em;
}
#backlight:hover {
border-color: #74c7ec;
color: #74c7ec;
box-shadow: inset #74c7ec 0 0 0.5em;
border-color: @primary_fixed_dim;
color: @primary_fixed;
box-shadow: inset @primary_fixed_dim 0 0 0.5em;
}
#pulseaudio {
transition: linear 0.1s;
box-shadow: inset #89dceb 0 0 0.5em;
border: 0.2em solid #b4befe;
box-shadow: inset @primary_container 0 0 0.5em;
border: 0.2em solid @primary_container;
padding: 0.5em;
padding-right: 0;
padding-right: 0.8em;
@@ -101,15 +103,15 @@ window#waybar.solo {
}
#pulseaudio:hover {
border-color: #74c7ec;
color: #74c7ec;
box-shadow: inset #74c7ec 0 0 0.5em;
border-color: @primary_fixed_dim;
color: @primary_fixed;
box-shadow: inset @primary_fixed_dim 0 0 0.5em;
}
#tray {
transition: linear 0.1s;
box-shadow: inset #89dceb 0 0 0.5em;
border: 0.2em solid #b4befe;
box-shadow: inset @primary_container 0 0 0.5em;
border: 0.2em solid @primary_container;
padding: 0.5em;
padding-right: 0.8em;
border-radius: 1em;
@@ -121,8 +123,8 @@ window#waybar.solo {
#workspaces {
transition: linear 0.1s;
box-shadow: inset #89dceb 0 0 0.5em;
border: 0.2em solid #b4befe;
box-shadow: inset @primary_container 0 0 0.5em;
border: 0.2em solid @primary_container;
padding: 0.2em;
padding-left: 0;
padding-right: 0.3em;
@@ -130,12 +132,12 @@ window#waybar.solo {
}
#workspaces * {
color: #6c7086;
color: @on_tertiary;
}
#workspaces button {
transition: linear 0.1s;
background-color: #cba6f7;
background-color: @tertiary;
border-radius: 1em;
padding: 0;
padding-right: 0.9em;
@@ -151,9 +153,9 @@ window#waybar.solo {
}
#clock:hover {
color: #74c7ec;
color: @primary_fixed;
}
tooltip {
background-color: #45475a;
background-color: @secondary_container;
}