summaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/themes/yoshi
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:38:57 +0100
committerGravatar Tom Willemse2013-11-03 21:38:57 +0100
commitc1623b38c2a8ee582f204c837130a0e945e07e09 (patch)
treed278daa4eecc6ea9440ff1dd1b3c76375431930a /conkeror/.conkerorrc/themes/yoshi
parent48833ba0ac58be4a7b6963008ff0e1016d5d8dd8 (diff)
downloaddotfiles-c1623b38c2a8ee582f204c837130a0e945e07e09.tar.gz
dotfiles-c1623b38c2a8ee582f204c837130a0e945e07e09.zip
Update conkeror config
Diffstat (limited to 'conkeror/.conkerorrc/themes/yoshi')
-rw-r--r--conkeror/.conkerorrc/themes/yoshi/minibuffer.css4
-rw-r--r--conkeror/.conkerorrc/themes/yoshi/mode-line.css7
2 files changed, 8 insertions, 3 deletions
diff --git a/conkeror/.conkerorrc/themes/yoshi/minibuffer.css b/conkeror/.conkerorrc/themes/yoshi/minibuffer.css
index 12ca4e8..275e9fa 100644
--- a/conkeror/.conkerorrc/themes/yoshi/minibuffer.css
+++ b/conkeror/.conkerorrc/themes/yoshi/minibuffer.css
@@ -5,7 +5,7 @@
background-color: #111113;
border: none;
color: #EEEEEC;
- font: 16px "Envy Code R";
+ font: 16px "PT Mono";
}
#minibuffer-input, #minibuffer-input * {
@@ -27,7 +27,7 @@ tree.completions {
background-color: #111113 !important;
-moz-border-top-colors: -moz-initial !important;
color: #EEEEEC !important;
- font: 18px "Envy Code R";
+ font: 18px "PT Mono";
}
tree.completions treechildren::-moz-tree-row {
diff --git a/conkeror/.conkerorrc/themes/yoshi/mode-line.css b/conkeror/.conkerorrc/themes/yoshi/mode-line.css
index 31aabd7..81ba3f7 100644
--- a/conkeror/.conkerorrc/themes/yoshi/mode-line.css
+++ b/conkeror/.conkerorrc/themes/yoshi/mode-line.css
@@ -1,5 +1,5 @@
.mode-line {
- font: 16px "Envy Code R";
+ font: 16px "PT Mono";
padding: 0px;
border: none;
color: #EEEEEC;
@@ -9,3 +9,8 @@
.mode-line label {
color: #EEEEEC;
}
+
+.mode-line .buffer-icon-widget {
+ max-height: 16px;
+ max-width: 16px;
+}