summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/themes/naquadah/mode-line.css
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-12 21:14:08 +0200
committerGravatar Tom Willemsen2012-09-12 21:14:08 +0200
commitcc9491a610f57b6f58f4c04d9d01576536c3f48b (patch)
treeaf7b148d9e4d2c8b158b1369e9d7db2583a9c741 /.conkerorrc/themes/naquadah/mode-line.css
parentb07b19d057f0ce809ac06a9df9e68bf7a329595f (diff)
downloaddotfiles-cc9491a610f57b6f58f4c04d9d01576536c3f48b.tar.gz
dotfiles-cc9491a610f57b6f58f4c04d9d01576536c3f48b.zip
Add conkeror config
Diffstat (limited to '.conkerorrc/themes/naquadah/mode-line.css')
-rw-r--r--.conkerorrc/themes/naquadah/mode-line.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/.conkerorrc/themes/naquadah/mode-line.css b/.conkerorrc/themes/naquadah/mode-line.css
new file mode 100644
index 0000000..7e1ed45
--- /dev/null
+++ b/.conkerorrc/themes/naquadah/mode-line.css
@@ -0,0 +1,11 @@
+.mode-line {
+ font: 11px Tahoma;
+ padding: 0px;
+ border: 1px solid #2E3436;
+ color: #EEEEEC;
+ background-color: #0C191C;
+}
+
+.mode-line label {
+ color: #EEEEEC;
+}