diff --git a/Cargo.toml b/Cargo.toml
index 93706bec..eca3aa0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ version = "0.1.0"
[dependencies]
chrono = "0.4.0"
+gdk = "0.6.0"
gdk-pixbuf = "0.2.0"
gio = "0.2.0"
glib = "0.3.1"
diff --git a/res/app.css b/res/app.css
new file mode 100644
index 00000000..b4ca3b5f
--- /dev/null
+++ b/res/app.css
@@ -0,0 +1,8 @@
+.rooms {
+ background-color: alpha(@borders, 0.25);
+}
+
+.rooms:selected {
+ color: white;
+ background-color: @theme_selected_bg_color;
+}
diff --git a/res/main_window.glade b/res/main_window.glade
index 97a9771d..834e0f25 100644
--- a/res/main_window.glade
+++ b/res/main_window.glade
@@ -66,6 +66,9 @@
False