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
This commit is contained in:
parent
7ab36e478a
commit
43bc71ce6d
8 changed files with 32 additions and 20 deletions
|
@ -1,10 +0,0 @@
|
||||||
.mode-line {
|
|
||||||
font: 11px Tahoma;
|
|
||||||
padding: 0px;
|
|
||||||
border: 1px solid #444;
|
|
||||||
background-color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mode-line label {
|
|
||||||
color: white;
|
|
||||||
}
|
|
|
@ -2,13 +2,21 @@
|
||||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
|
|
||||||
#minibuffer {
|
#minibuffer {
|
||||||
background-color: #000;
|
background-color: #252A2E;
|
||||||
border: 1px solid #444;
|
border: 0px none #444;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
color: white;
|
color: #EEEEEC;
|
||||||
font: 11px Tahoma;
|
font: 11px Tahoma;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#minibuffer-input, #minibuffer-input * {
|
||||||
|
color: #EEEEEC;
|
||||||
|
}
|
||||||
|
|
||||||
|
#minibuffer-prompt {
|
||||||
|
color: #EEEEEC;
|
||||||
|
}
|
||||||
|
|
||||||
/* Completions display */
|
/* Completions display */
|
||||||
|
|
||||||
tree.completions treechildren { border: none !important; }
|
tree.completions treechildren { border: none !important; }
|
||||||
|
@ -18,19 +26,19 @@ tree.completions {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
border: 0px none !important;
|
border: 0px none !important;
|
||||||
border-top: 4px double #333333 !important;
|
border-top: 4px double #333333 !important;
|
||||||
background-color: black !important;
|
background-color: #252A2E !important;
|
||||||
-moz-border-top-colors: -moz-initial !important;
|
-moz-border-top-colors: -moz-initial !important;
|
||||||
color: white !important;
|
color: #EEEEEC !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tree.completions treechildren::-moz-tree-row {
|
tree.completions treechildren::-moz-tree-row {
|
||||||
background-color: black !important;
|
background-color: #252A2E !important;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
tree.completions treechildren::-moz-tree-row(current) {
|
tree.completions treechildren::-moz-tree-row(current) {
|
||||||
background-color: blue !important;
|
background-color: #0C191C !important;
|
||||||
color: white;
|
color: #EEEEEC;
|
||||||
}
|
}
|
||||||
|
|
||||||
tree.completions treechildren::-moz-tree-cell-text(completion-description) {
|
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) {
|
tree.completions treechildren::-moz-tree-cell-text(current) {
|
||||||
color: white !important;
|
color: #EEEEEC !important;
|
||||||
}
|
}
|
||||||
|
|
11
conkeror/themes/naquadah/mode-line.css
Normal file
11
conkeror/themes/naquadah/mode-line.css
Normal file
|
@ -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;
|
||||||
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
cwd = make_file("/home/slash/downloads/");
|
cwd = make_file("/home/slash/downloads/");
|
||||||
|
|
||||||
theme_load_paths.push("/home/slash/.conkeror/themes/");
|
theme_load_paths.push("/home/slash/.conkeror/themes/");
|
||||||
theme_load("blackened");
|
theme_load("naquadah");
|
||||||
|
|
||||||
define_webjump("archwiki",
|
define_webjump("archwiki",
|
||||||
"http://wiki.archlinux.org/index.php?search=%s",
|
"http://wiki.archlinux.org/index.php?search=%s",
|
||||||
|
@ -13,3 +13,6 @@ define_webjump("aur",
|
||||||
define_webjump("archpackages",
|
define_webjump("archpackages",
|
||||||
"http://www.archlinux.org/packages/?sort=&q=%s&limit=50",
|
"http://www.archlinux.org/packages/?sort=&q=%s&limit=50",
|
||||||
$alternative="http://packages.archlinux.org");
|
$alternative="http://packages.archlinux.org");
|
||||||
|
define_webjump("emacswiki",
|
||||||
|
"http://www.google.com/cse?cx=004774160799092323420%3A6-ff2s0o6yi&q=%s",
|
||||||
|
$alternative="http://www.emacswiki.org");
|
||||||
|
|
Loading…
Reference in a new issue