diff --git a/data/gtkbg b/data/gtkbg index ef85816..56ebcea 100644 --- a/data/gtkbg +++ b/data/gtkbg @@ -43,7 +43,7 @@ if __name__ == "__main__": window.set_border_width(0) window.modify_bg(gtk.STATE_NORMAL, - gtk.gdk.rgb_get_colormap().alloc_color('#5F7583')) + gtk.gdk.rgb_get_colormap().alloc_color('#170b0a')) window.show() pid = os.fork() diff --git a/data/login.d/00init b/data/login.d/00init index f5153ce..6a461fd 100644 --- a/data/login.d/00init +++ b/data/login.d/00init @@ -14,7 +14,7 @@ # limitations under the License. # set background color -xsetroot -solid rgb:5F/75/83 +xsetroot -solid rgb:17/0b/0a if [[ "`ps axeo command | grep 'xdm/xdm --logout' | grep -v grep | \ sed -n -r 's/.* USER=([^ ]+) .*/\1/p'`" == "$USER" ]]; diff --git a/data/logout.d/00init b/data/logout.d/00init index 582e5dc..f071741 100644 --- a/data/logout.d/00init +++ b/data/logout.d/00init @@ -14,4 +14,4 @@ # limitations under the License. # set background color -xsetroot -solid rgb:5F/75/83 \ No newline at end of file +xsetroot -solid rgb:17/0b/0a