summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/themes/yoshi/mode-line.css
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc/themes/yoshi/mode-line.css')
-rw-r--r--.conkerorrc/themes/yoshi/mode-line.css11
1 files changed, 11 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..31aabd7
--- /dev/null
+++ b/.conkerorrc/themes/yoshi/mode-line.css
@@ -0,0 +1,11 @@
+.mode-line {
+ font: 16px "Envy Code R";
+ padding: 0px;
+ border: none;
+ color: #EEEEEC;
+ background-color: #222224;
+}
+
+.mode-line label {
+ color: #EEEEEC;
+}