summaryrefslogtreecommitdiffstats
path: root/conkeror
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-28 00:50:29 +0200
committerGravatar Tom Willemsen2011-05-28 00:50:29 +0200
commit43bc71ce6dab125ce96cba78f717e20cd464f140 (patch)
tree207e27389b1f3a2e180161b8cfc71e9cd97d98d9 /conkeror
parent7ab36e478a92b63d3e64a03efb8bd49c1c1ac2b0 (diff)
downloaddotfiles-43bc71ce6dab125ce96cba78f717e20cd464f140.tar.gz
dotfiles-43bc71ce6dab125ce96cba78f717e20cd464f140.zip
CONKEROR: Naquadah theme, emacswiki webjump
Changed the blackened theme to make it look more like the naquadah theme for emacs and added an emacswiki webjump
Diffstat (limited to 'conkeror')
-rw-r--r--conkeror/themes/blackened/mode-line.css10
-rw-r--r--conkeror/themes/naquadah/conkeror--scrollbars.css (renamed from conkeror/themes/blackened/conkeror--scrollbars.css)0
-rw-r--r--conkeror/themes/naquadah/hints--url-panel.css (renamed from conkeror/themes/blackened/hints--url-panel.css)0
-rw-r--r--conkeror/themes/naquadah/minibuffer.css (renamed from conkeror/themes/blackened/minibuffer.css)26
-rw-r--r--conkeror/themes/naquadah/mode-line.css11
-rw-r--r--conkeror/themes/naquadah/new-tabs.css (renamed from conkeror/themes/blackened/new-tabs.css)0
-rw-r--r--conkeror/themes/naquadah/theme.json (renamed from conkeror/themes/blackened/theme.json)0
7 files changed, 28 insertions, 19 deletions
diff --git a/conkeror/themes/blackened/mode-line.css b/conkeror/themes/blackened/mode-line.css
deleted file mode 100644
index 207a039..0000000
--- a/conkeror/themes/blackened/mode-line.css
+++ /dev/null
@@ -1,10 +0,0 @@
-.mode-line {
- font: 11px Tahoma;
- padding: 0px;
- border: 1px solid #444;
- background-color: #000;
-}
-
-.mode-line label {
- color: white;
-}
diff --git a/conkeror/themes/blackened/conkeror--scrollbars.css b/conkeror/themes/naquadah/conkeror--scrollbars.css
index 0f70e96..0f70e96 100644
--- a/conkeror/themes/blackened/conkeror--scrollbars.css
+++ b/conkeror/themes/naquadah/conkeror--scrollbars.css
diff --git a/conkeror/themes/blackened/hints--url-panel.css b/conkeror/themes/naquadah/hints--url-panel.css
index 143f3c1..143f3c1 100644
--- a/conkeror/themes/blackened/hints--url-panel.css
+++ b/conkeror/themes/naquadah/hints--url-panel.css
diff --git a/conkeror/themes/blackened/minibuffer.css b/conkeror/themes/naquadah/minibuffer.css
index 5f13391..c882f3e 100644
--- a/conkeror/themes/blackened/minibuffer.css
+++ b/conkeror/themes/naquadah/minibuffer.css
@@ -2,13 +2,21 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#minibuffer {
- background-color: #000;
- border: 1px solid #444;
+ background-color: #252A2E;
+ border: 0px none #444;
border-top: 0;
- color: white;
+ color: #EEEEEC;
font: 11px Tahoma;
}
+#minibuffer-input, #minibuffer-input * {
+ color: #EEEEEC;
+}
+
+#minibuffer-prompt {
+ color: #EEEEEC;
+}
+
/* Completions display */
tree.completions treechildren { border: none !important; }
@@ -18,19 +26,19 @@ tree.completions {
-moz-appearance: none !important;
border: 0px none !important;
border-top: 4px double #333333 !important;
- background-color: black !important;
+ background-color: #252A2E !important;
-moz-border-top-colors: -moz-initial !important;
- color: white !important;
+ color: #EEEEEC !important;
}
tree.completions treechildren::-moz-tree-row {
- background-color: black !important;
+ background-color: #252A2E !important;
border: none;
}
tree.completions treechildren::-moz-tree-row(current) {
- background-color: blue !important;
- color: white;
+ background-color: #0C191C !important;
+ color: #EEEEEC;
}
tree.completions treechildren::-moz-tree-cell-text(completion-description) {
@@ -39,6 +47,6 @@ tree.completions treechildren::-moz-tree-cell-text(completion-description) {
}
tree.completions treechildren::-moz-tree-cell-text(current) {
- color: white !important;
+ color: #EEEEEC !important;
}
diff --git a/conkeror/themes/naquadah/mode-line.css b/conkeror/themes/naquadah/mode-line.css
new file mode 100644
index 0000000..7e1ed45
--- /dev/null
+++ b/conkeror/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;
+}
diff --git a/conkeror/themes/blackened/new-tabs.css b/conkeror/themes/naquadah/new-tabs.css
index f5d30c0..f5d30c0 100644
--- a/conkeror/themes/blackened/new-tabs.css
+++ b/conkeror/themes/naquadah/new-tabs.css
diff --git a/conkeror/themes/blackened/theme.json b/conkeror/themes/naquadah/theme.json
index c43afbb..c43afbb 100644
--- a/conkeror/themes/blackened/theme.json
+++ b/conkeror/themes/naquadah/theme.json