Update
This commit is contained in:
parent
95c4547d50
commit
f65249a39f
@ -1,20 +1,20 @@
|
||||
@define-color foreground #f09faa;
|
||||
@define-color background #08121B;
|
||||
@define-color cursor #f09faa;
|
||||
@define-color foreground #e6e4cb;
|
||||
@define-color background #130914;
|
||||
@define-color cursor #e6e4cb;
|
||||
|
||||
@define-color color0 #08121B;
|
||||
@define-color color1 #5B3A4B;
|
||||
@define-color color2 #374250;
|
||||
@define-color color3 #634656;
|
||||
@define-color color4 #9A3C59;
|
||||
@define-color color5 #DF3D63;
|
||||
@define-color color6 #955364;
|
||||
@define-color color7 #f09faa;
|
||||
@define-color color8 #a86f76;
|
||||
@define-color color9 #5B3A4B;
|
||||
@define-color color10 #374250;
|
||||
@define-color color11 #634656;
|
||||
@define-color color12 #9A3C59;
|
||||
@define-color color13 #DF3D63;
|
||||
@define-color color14 #955364;
|
||||
@define-color color15 #f09faa;
|
||||
@define-color color0 #130914;
|
||||
@define-color color1 #2A588E;
|
||||
@define-color color2 #5D6D8D;
|
||||
@define-color color3 #69959B;
|
||||
@define-color color4 #5FAAA3;
|
||||
@define-color color5 #9BA39E;
|
||||
@define-color color6 #A8D0B0;
|
||||
@define-color color7 #e6e4cb;
|
||||
@define-color color8 #a19f8e;
|
||||
@define-color color9 #2A588E;
|
||||
@define-color color10 #5D6D8D;
|
||||
@define-color color11 #69959B;
|
||||
@define-color color12 #5FAAA3;
|
||||
@define-color color13 #9BA39E;
|
||||
@define-color color14 #A8D0B0;
|
||||
@define-color color15 #e6e4cb;
|
||||
|
44
wlogout/style.css
Normal file
44
wlogout/style.css
Normal file
@ -0,0 +1,44 @@
|
||||
* {
|
||||
background-image: none;
|
||||
}
|
||||
window {
|
||||
background-color: rgba(12, 12, 12, 0.5);
|
||||
}
|
||||
button {
|
||||
color: #FFFFFF;
|
||||
background-color: #1E1E1E;
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
}
|
||||
|
||||
button:focus, button:active, button:hover {
|
||||
background-color: #3700B3;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(url("/usr/share/wlogout/icons/lock.png"), url("/usr/local/share/wlogout/icons/lock.png"));
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("/usr/share/wlogout/icons/logout.png"), url("/usr/local/share/wlogout/icons/logout.png"));
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: image(url("/usr/share/wlogout/icons/suspend.png"), url("/usr/local/share/wlogout/icons/suspend.png"));
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: image(url("/usr/share/wlogout/icons/hibernate.png"), url("/usr/local/share/wlogout/icons/hibernate.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
||||
}
|
Loading…
Reference in New Issue
Block a user