summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/init.js
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-16 04:13:12 +0100
committerGravatar Tom Willemsen2013-01-16 04:13:12 +0100
commitcfc60ae6dc3296aa0b1b87d1f9543749f2e41768 (patch)
treeef02364452616029e099be3aac8e1d6bb711098b /.conkerorrc/init.js
parent2f27e1e3ac80564ba694de174f42a3922108f626 (diff)
downloaddotfiles-cfc60ae6dc3296aa0b1b87d1f9543749f2e41768.tar.gz
dotfiles-cfc60ae6dc3296aa0b1b87d1f9543749f2e41768.zip
Conkeror: Add github dashboard style
I don't like it when it's so bright.
Diffstat (limited to '.conkerorrc/init.js')
-rw-r--r--.conkerorrc/init.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js
index 7821283..811142a 100644
--- a/.conkerorrc/init.js
+++ b/.conkerorrc/init.js
@@ -268,3 +268,10 @@ function read_url_local_port_handler(input)
read_url_handler_list = [read_url_local_port_handler,
read_url_github_command_handler];
+
+let (sheet = get_home_directory()) {
+ sheet.append(".conkerorrc");
+ sheet.append("styles");
+ sheet.append("github.css");
+ register_user_stylesheet(make_uri(sheet));
+};