diff options
| author | 2013-01-16 04:13:12 +0100 | |
|---|---|---|
| committer | 2013-01-16 04:13:12 +0100 | |
| commit | cfc60ae6dc3296aa0b1b87d1f9543749f2e41768 (patch) | |
| tree | ef02364452616029e099be3aac8e1d6bb711098b /.conkerorrc/styles/Makefile | |
| parent | 2f27e1e3ac80564ba694de174f42a3922108f626 (diff) | |
| download | dotfiles-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/styles/Makefile')
| -rw-r--r-- | .conkerorrc/styles/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.conkerorrc/styles/Makefile b/.conkerorrc/styles/Makefile new file mode 100644 index 0000000..db06cf3 --- /dev/null +++ b/.conkerorrc/styles/Makefile @@ -0,0 +1,4 @@ +DESTDIR:=$(DESTDIR)/styles +objects=github.css + +include ../../dotfiles.mk |
