Regenerated
This commit is contained in:
+335
-328
File diff suppressed because it is too large
Load Diff
+39
-32
@@ -2870,39 +2870,39 @@ This file contains all css for waybar
|
||||
/* === Catppuccin Mocha Palette === */
|
||||
|
||||
/* Background / Base */
|
||||
@define-color mocha-crust #11111b;
|
||||
@define-color mocha-mantle #181825;
|
||||
@define-color mocha-base #1e1e2e;
|
||||
@define-color crust #11111b;
|
||||
@define-color mantle #181825;
|
||||
@define-color base #1e1e2e;
|
||||
|
||||
/* Surface */
|
||||
@define-color mocha-surface0 #313244;
|
||||
@define-color mocha-surface1 #45475a;
|
||||
@define-color mocha-surface2 #585b70;
|
||||
@define-color surface0 #313244;
|
||||
@define-color surface1 #45475a;
|
||||
@define-color surface2 #585b70;
|
||||
|
||||
/* Overlays */
|
||||
@define-color mocha-overlay0 #6c7086;
|
||||
@define-color mocha-overlay1 #7f849c;
|
||||
@define-color mocha-overlay2 #9399b2;
|
||||
@define-color overlay0 #6c7086;
|
||||
@define-color overlay1 #7f849c;
|
||||
@define-color overlay2 #9399b2;
|
||||
|
||||
/* Subtext & Text */
|
||||
@define-color mocha-subtext0 #a6adc8;
|
||||
@define-color mocha-subtext1 #bac2de;
|
||||
@define-color mocha-text #cdd6f4;
|
||||
@define-color subtext0 #a6adc8;
|
||||
@define-color subtext1 #bac2de;
|
||||
@define-color text #cdd6f4;
|
||||
|
||||
/* Accents */
|
||||
@define-color mocha-rosewater #f5e0dc;
|
||||
@define-color mocha-flamingo #f2cdcd;
|
||||
@define-color mocha-pink #f5c2e7;
|
||||
@define-color mocha-mauve #cba6f7;
|
||||
@define-color mocha-red #f38ba8;
|
||||
@define-color mocha-maroon #eba0ac;
|
||||
@define-color mocha-peach #fab387;
|
||||
@define-color mocha-yellow #f9e2af;
|
||||
@define-color mocha-green #a6e3a1;
|
||||
@define-color mocha-teal #94e2d5;
|
||||
@define-color mocha-sapphire #74c7ec;
|
||||
@define-color mocha-blue #89b4fa;
|
||||
@define-color mocha-lavender #b4befe;
|
||||
@define-color rosewater #f5e0dc;
|
||||
@define-color flamingo #f2cdcd;
|
||||
@define-color pink #f5c2e7;
|
||||
@define-color mauve #cba6f7;
|
||||
@define-color red #f38ba8;
|
||||
@define-color maroon #eba0ac;
|
||||
@define-color peach #fab387;
|
||||
@define-color yellow #f9e2af;
|
||||
@define-color green #a6e3a1;
|
||||
@define-color teal #94e2d5;
|
||||
@define-color sapphire #74c7ec;
|
||||
@define-color blue #89b4fa;
|
||||
@define-color lavender #b4befe;
|
||||
|
||||
/*
|
||||
|
||||
@@ -2938,7 +2938,17 @@ window#waybar {
|
||||
|
||||
.modules-center > widget {
|
||||
/* this makes ALL center modules share space */
|
||||
/* flex-grow: 1; */
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
/* transparent border to preserve spacing */
|
||||
border: 1px solid transparent;
|
||||
/* fake border via layered background */
|
||||
background:
|
||||
linear-gradient(45deg, @blue, @green) border-box,
|
||||
rgba(0, 0, 0, 0.0) padding-box;
|
||||
}
|
||||
|
||||
/* --- Groups --- */
|
||||
@@ -2949,7 +2959,6 @@ window#waybar {
|
||||
min-width: 80px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px linear-gradient(45deg, @blue, @green) border-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
@@ -2972,11 +2981,10 @@ window#waybar {
|
||||
|
||||
#myworkspaces {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
min-width: 80px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px linear-gradient(45deg, @blue, @green) border-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
@@ -2998,12 +3006,11 @@ window#waybar {
|
||||
}
|
||||
|
||||
#connections {
|
||||
padding: 0px 1px;;
|
||||
min-width: 80px;
|
||||
padding: 0px 1px;
|
||||
color: @text;
|
||||
min-width: 80px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px linear-gradient(45deg, @blue, @green) border-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
|
||||
@@ -1,39 +1,39 @@
|
||||
/* === Catppuccin Mocha Palette === */
|
||||
|
||||
/* Background / Base */
|
||||
@define-color mocha-crust #11111b;
|
||||
@define-color mocha-mantle #181825;
|
||||
@define-color mocha-base #1e1e2e;
|
||||
@define-color crust #11111b;
|
||||
@define-color mantle #181825;
|
||||
@define-color base #1e1e2e;
|
||||
|
||||
/* Surface */
|
||||
@define-color mocha-surface0 #313244;
|
||||
@define-color mocha-surface1 #45475a;
|
||||
@define-color mocha-surface2 #585b70;
|
||||
@define-color surface0 #313244;
|
||||
@define-color surface1 #45475a;
|
||||
@define-color surface2 #585b70;
|
||||
|
||||
/* Overlays */
|
||||
@define-color mocha-overlay0 #6c7086;
|
||||
@define-color mocha-overlay1 #7f849c;
|
||||
@define-color mocha-overlay2 #9399b2;
|
||||
@define-color overlay0 #6c7086;
|
||||
@define-color overlay1 #7f849c;
|
||||
@define-color overlay2 #9399b2;
|
||||
|
||||
/* Subtext & Text */
|
||||
@define-color mocha-subtext0 #a6adc8;
|
||||
@define-color mocha-subtext1 #bac2de;
|
||||
@define-color mocha-text #cdd6f4;
|
||||
@define-color subtext0 #a6adc8;
|
||||
@define-color subtext1 #bac2de;
|
||||
@define-color text #cdd6f4;
|
||||
|
||||
/* Accents */
|
||||
@define-color mocha-rosewater #f5e0dc;
|
||||
@define-color mocha-flamingo #f2cdcd;
|
||||
@define-color mocha-pink #f5c2e7;
|
||||
@define-color mocha-mauve #cba6f7;
|
||||
@define-color mocha-red #f38ba8;
|
||||
@define-color mocha-maroon #eba0ac;
|
||||
@define-color mocha-peach #fab387;
|
||||
@define-color mocha-yellow #f9e2af;
|
||||
@define-color mocha-green #a6e3a1;
|
||||
@define-color mocha-teal #94e2d5;
|
||||
@define-color mocha-sapphire #74c7ec;
|
||||
@define-color mocha-blue #89b4fa;
|
||||
@define-color mocha-lavender #b4befe;
|
||||
@define-color rosewater #f5e0dc;
|
||||
@define-color flamingo #f2cdcd;
|
||||
@define-color pink #f5c2e7;
|
||||
@define-color mauve #cba6f7;
|
||||
@define-color red #f38ba8;
|
||||
@define-color maroon #eba0ac;
|
||||
@define-color peach #fab387;
|
||||
@define-color yellow #f9e2af;
|
||||
@define-color green #a6e3a1;
|
||||
@define-color teal #94e2d5;
|
||||
@define-color sapphire #74c7ec;
|
||||
@define-color blue #89b4fa;
|
||||
@define-color lavender #b4befe;
|
||||
|
||||
/*
|
||||
|
||||
@@ -69,7 +69,17 @@ window#waybar {
|
||||
|
||||
.modules-center > widget {
|
||||
/* this makes ALL center modules share space */
|
||||
/* flex-grow: 1; */
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
/* transparent border to preserve spacing */
|
||||
border: 1px solid transparent;
|
||||
/* fake border via layered background */
|
||||
background:
|
||||
linear-gradient(45deg, @blue, @green) border-box,
|
||||
rgba(0, 0, 0, 0.0) padding-box;
|
||||
}
|
||||
|
||||
/* --- Groups --- */
|
||||
@@ -80,7 +90,6 @@ window#waybar {
|
||||
min-width: 80px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px linear-gradient(45deg, @blue, @green) border-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
@@ -103,11 +112,10 @@ window#waybar {
|
||||
|
||||
#myworkspaces {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
min-width: 80px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px linear-gradient(45deg, @blue, @green) border-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
@@ -129,12 +137,11 @@ window#waybar {
|
||||
}
|
||||
|
||||
#connections {
|
||||
padding: 0px 1px;;
|
||||
min-width: 80px;
|
||||
padding: 0px 1px;
|
||||
color: @text;
|
||||
min-width: 80px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px linear-gradient(45deg, @blue, @green) border-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user