[gnome-boxes] Use a noisy background when possible
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Use a noisy background when possible
- Date: Mon, 14 Nov 2011 19:00:22 +0000 (UTC)
commit d4bd77db487036c60eec59e1b7d9937af76cc663
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Mon Nov 7 01:18:51 2011 +0100
Use a noisy background when possible
data/gtk-style.css | 9 +++++++++
data/icons/Makefile.am | 2 ++
data/icons/boxes-dark.png | Bin 0 -> 6946 bytes
data/icons/boxes-gray.png | Bin 0 -> 7960 bytes
4 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 6b269ac..71e628c 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -14,14 +14,23 @@
.view {
background-color: @boxes_bg_color;
+/*
+ this is broken in clutter-gtk? atm
+ background-image: url("/opt/gnome/share/gnome-boxes/pixmaps/boxes-dark.png");
+ background-repeat: repeat;
+*/
}
.boxes-bg {
background-color: @boxes_bg_color;
+ background-image: url("/opt/gnome/share/gnome-boxes/pixmaps/boxes-dark.png");
+ background-repeat: repeat;
}
.boxes-sidebar-bg {
background-color: @boxes_sidebar_bg_color;
+ background-image: url("/opt/gnome/share/gnome-boxes/pixmaps/boxes-gray.png");
+ background-repeat: repeat;
}
.boxes-step-label {
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index d632e2f..4682270 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -20,6 +20,8 @@ noinst_DATA = \
imagesdir = $(datadir)/gnome-boxes/pixmaps
images_DATA = \
boxes-create.png \
+ boxes-dark.png \
+ boxes-gray.png \
boxes-grid.png \
$(NULL)
diff --git a/data/icons/boxes-dark.png b/data/icons/boxes-dark.png
new file mode 100644
index 0000000..947b448
Binary files /dev/null and b/data/icons/boxes-dark.png differ
diff --git a/data/icons/boxes-gray.png b/data/icons/boxes-gray.png
new file mode 100644
index 0000000..1c67bf3
Binary files /dev/null and b/data/icons/boxes-gray.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]