From 7ee74b90cb776d1ce20a731d9cf015cee104e264 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Fri, 14 Oct 2016 00:43:24 +0200
Subject: 'white bar' fix for gtk3 interface

---
 doc/gtk.css | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 doc/gtk.css

(limited to 'doc')

diff --git a/doc/gtk.css b/doc/gtk.css
new file mode 100644
index 0000000..5f15661
--- /dev/null
+++ b/doc/gtk.css
@@ -0,0 +1,7 @@
+/* to be saved as ~/.config/gtk-3.0/gtk.css
+ * thanks to http://stackoverflow.com/users/6899000/proprefenetre */
+@define-color YOUR_BACKGROUND_COLOR #rrggbb;
+
+window#vim-main-window {
+  background-color: @YOUR_BACKGROUND_COLOR;
+}
-- 
cgit v1.2.3