aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-08 08:13:07 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-09 02:48:40 +0100
commit527a081f54e3aed9a27c67cdba0a8efae0d403af (patch)
tree1fa2058c2ccfc3516ed1715c28ab6b1ae3676956 /fastiv.c
parent155f57db20c67174fff077bb1013b1a3a802b958 (diff)
downloadfiv-527a081f54e3aed9a27c67cdba0a8efae0d403af.tar.gz
fiv-527a081f54e3aed9a27c67cdba0a8efae0d403af.tar.xz
fiv-527a081f54e3aed9a27c67cdba0a8efae0d403af.zip
Add glowing borders around browser items
The styling is mostly hardcoded for now, need to figure it out.
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv.c b/fastiv.c
index a7f68ed..c02c723 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -304,7 +304,7 @@ main(int argc, char *argv[])
gtk_window_set_default_icon_name(PROJECT_NAME);
- const char *style = "fastiv-view, fastiv-browser { background: black; }"
+ const char *style = "fastiv-view, fastiv-browser { background: #222; }"
"fastiv-browser { padding: 5px; }";
GtkCssProvider *provider = gtk_css_provider_new();
gtk_css_provider_load_from_data(provider, style, strlen(style), NULL);