void-packages/srcpkgs/lightdm-webkit2-greeter/patches/void.patch

56 lines
1.3 KiB
Diff

--- themes/meson.build 2017-04-24 21:51:30.000000000 +0200
+++ - 2018-06-26 19:02:25.482098621 +0200
@@ -1,5 +1,5 @@
install_subdir('_vendor', install_dir : get_option('with-theme-dir'))
-install_subdir('antergos', install_dir : get_option('with-theme-dir'))
+install_subdir('void', install_dir : get_option('with-theme-dir'))
install_subdir('simple', install_dir : get_option('with-theme-dir'))
diff -ur themes/antergos/css/style.css themes/void/css/style.css
--- themes/antergos/css/style.css 2018-06-23 14:29:28.000000000 +0200
+++ themes/void/css/style.css 2018-06-26 16:26:33.210703621 +0200
@@ -204,6 +204,7 @@
right: -2px;
position: fixed;
z-index: 1;
+ background-color: #478061;
}
#bg-switch-wrapper.active {
@@ -258,7 +259,7 @@
font-weight: 300;
line-height: 1em;
text-decoration: none;
- color: #3D73C5;
+ color: #478061;
background-color: rgb(252, 247, 247);
transition: 1s ease-out;
position: relative;
@@ -277,7 +278,7 @@
.time:hover {
cursor: pointer;
- color: #77ADFF;
+ color: #ABC2AB;
/* text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7); */
}
@@ -430,6 +431,7 @@
#passwordArea .btn {
padding: 7px 12px;
+ background-color: #478061;
}
#passwordArea .btn-group > .btn {
@@ -496,7 +498,7 @@
}
.random.active {
- border: 2px solid #3D73C5;
+ border: 2px solid #478061;
}
.user-wrap2 {