Tweak style of swaync
This commit is contained in:
parent
08d68f50f1
commit
b2984d90b2
1 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
/* Selenized theme */
|
/* Selenized theme */
|
||||||
@define-color foreground #adbcbc;
|
@define-color foreground #adbcbc;
|
||||||
@define-color background #103c48;
|
@define-color background #103c48;
|
||||||
@define-color background-alpha #103c48; /* TODO make opacity 0.8 */
|
@define-color background-alpha rgba(16, 60, 72, 0.8);
|
||||||
@define-color accent #41c7b9; /* TODO make opacity 0.8 */
|
@define-color accent rgba(65, 199, 185, 0.8);
|
||||||
@define-color current-line #184956;
|
@define-color current-line #184956;
|
||||||
@define-color comment #184956;
|
@define-color comment #184956;
|
||||||
|
|
||||||
|
|
@ -96,7 +96,7 @@ border-radius: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: @current-line;
|
background: @current-line;
|
||||||
border: 2px solid @accent;
|
border: 1px solid @accent;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@ border-radius: 12px;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background: @background;
|
background: @background;
|
||||||
border: 2px solid @accent;
|
border: 1px solid @accent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
@ -209,7 +209,7 @@ border-radius: 12px;
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.7),
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.7),
|
||||||
0 2px 6px 2px rgba(0, 0, 0, 0.3);
|
0 2px 6px 2px rgba(0, 0, 0, 0.3);
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
border: 2px solid @accent;
|
border: 1px solid @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center-list {
|
.control-center-list {
|
||||||
|
|
@ -237,7 +237,7 @@ border-radius: 12px;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background: @background;
|
background: @background;
|
||||||
border: 2px solid @accent;
|
border: 1px solid @accent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
@ -283,7 +283,7 @@ border-radius: 12px;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 2px solid @accent;
|
border: 1px solid @accent;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
}
|
}
|
||||||
.widget-mpris-title {
|
.widget-mpris-title {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue