summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/themes/yoshi/mode-line.css
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-13 22:39:35 +0200
committerGravatar Tom Willemse2013-08-13 22:39:35 +0200
commitf9f898e5586c58fc7cd4fbef88e3bdebf778a91c (patch)
tree748e401a9972b7fafb2a871b1e021b2d0ffeab7c /.conkerorrc/themes/yoshi/mode-line.css
downloadconkeror-f9f898e5586c58fc7cd4fbef88e3bdebf778a91c.tar.gz
conkeror-f9f898e5586c58fc7cd4fbef88e3bdebf778a91c.zip
Initial commit of my conkeror configuration in vcsh
Diffstat (limited to '.conkerorrc/themes/yoshi/mode-line.css')
-rw-r--r--.conkerorrc/themes/yoshi/mode-line.css16
1 files changed, 16 insertions, 0 deletions
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;
+}