From f9f898e5586c58fc7cd4fbef88e3bdebf778a91c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 13 Aug 2013 22:39:35 +0200 Subject: Initial commit of my conkeror configuration in vcsh --- .conkerorrc/themes/yoshi/mode-line.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .conkerorrc/themes/yoshi/mode-line.css (limited to '.conkerorrc/themes/yoshi/mode-line.css') diff --git a/.conkerorrc/themes/yoshi/mode-line.css b/.conkerorrc/themes/yoshi/mode-line.css new file mode 100644 index 0000000..74c27b6 --- /dev/null +++ b/.conkerorrc/themes/yoshi/mode-line.css @@ -0,0 +1,16 @@ +.mode-line { + font: 16px "Liberation Mono"; + padding: 0px; + border: none; + color: #EEEEEC; + background-color: #222224; +} + +.mode-line label { + color: #EEEEEC; +} + +.mode-line .buffer-icon-widget { + max-height: 16px; + max-width: 16px; +} -- cgit v1.2.3-54-g00ecf