From: Daniel Carl <danielcarl@gmx.de>
Date: Thu, 16 Jun 2016 21:19:41 +0000 (+0200)
Subject: Adapted default gui style to new naming of widgets.
X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=a9b302273d0d519c1b5a1dd6d1ff732ef08e7d83;p=vimb.git

Adapted default gui style to new naming of widgets.
---

diff --git a/src/config.def.h b/src/config.def.h
index fdcb23a..3f85383 100644
--- a/src/config.def.h
+++ b/src/config.def.h
@@ -37,14 +37,15 @@
 /* number of chars to be shown in statusbar for ambiguous commands */
 #define SHOWCMD_LEN                 10
 /* css applied to the gui elements of the borwser window */
-#define GUI_STYLE                   "#statusbar{color:#fff;background-color:#000;font:monospace bold 10;} \
+#define GUI_STYLE                   "\
+#statusbar{color:#fff;background-color:#000;font:monospace bold 10;} \
 #statusbar.secure{background-color:#95e454;color:#000;} \
 #statusbar.insecure{background-color:#f77;color:#000;} \
-GtkTextView{background-color:#fff;color:#000;font:monospace 10;} \
-GtkTextView.error{background-color:#f77;font-weight:bold;} \
-GtkTreeView{color:#fff;background-color:#656565;font:monospace;} \
-GtkTreeView:hover{background-color:#777;} \
-GtkTreeView:selected{color:#f6f3e8;background-color:#888;}"
+#input{background-color:#fff;color:#000;font:monospace 10;} \
+#input.error{background-color:#f77;font-weight:bold;} \
+#completion{color:#fff;background-color:#656565;font:monospace 10;} \
+#completion:hover{background-color:#777;} \
+#completion:selected{color:#f6f3e8;background-color:#888;}"
 
 /* default font size for fonts in webview */
 #define SETTING_DEFAULT_FONT_SIZE   10