summaryrefslogtreecommitdiffstats
path: root/.conkerorrc
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc')
-rw-r--r--.conkerorrc/Makefile3
-rw-r--r--.conkerorrc/init.js9
-rw-r--r--.conkerorrc/styles/.gitignore1
-rw-r--r--.conkerorrc/styles/Makefile7
-rw-r--r--.conkerorrc/styles/base.less4
-rw-r--r--.conkerorrc/styles/git-scm.less18
-rw-r--r--.conkerorrc/styles/github.less162
-rw-r--r--.conkerorrc/styles/help.less21
-rw-r--r--.conkerorrc/styles/tango.less27
-rw-r--r--.conkerorrc/themes/Makefile4
-rw-r--r--.conkerorrc/themes/naquadah/Makefile5
-rw-r--r--.conkerorrc/themes/naquadah/conkeror--scrollbars.css36
-rw-r--r--.conkerorrc/themes/naquadah/hints--url-panel.css17
-rw-r--r--.conkerorrc/themes/naquadah/minibuffer.css52
-rw-r--r--.conkerorrc/themes/naquadah/mode-line.css11
-rw-r--r--.conkerorrc/themes/naquadah/new-tabs.css54
-rw-r--r--.conkerorrc/themes/naquadah/tab-bar.css41
-rw-r--r--.conkerorrc/themes/naquadah/theme.json9
-rw-r--r--.conkerorrc/themes/yoshi/Makefile5
-rw-r--r--.conkerorrc/themes/yoshi/conkeror--scrollbars.css36
-rw-r--r--.conkerorrc/themes/yoshi/hints--url-panel.css17
-rw-r--r--.conkerorrc/themes/yoshi/minibuffer.css49
-rw-r--r--.conkerorrc/themes/yoshi/mode-line.css11
-rw-r--r--.conkerorrc/themes/yoshi/new-tabs.css54
-rw-r--r--.conkerorrc/themes/yoshi/tab-bar.css41
-rw-r--r--.conkerorrc/themes/yoshi/theme.json9
26 files changed, 2 insertions, 701 deletions
diff --git a/.conkerorrc/Makefile b/.conkerorrc/Makefile
index 8161f39..0c22340 100644
--- a/.conkerorrc/Makefile
+++ b/.conkerorrc/Makefile
@@ -1,5 +1,4 @@
-DESTDIR:=$(DESTDIR)/.conkerorrc
-modules=themes styles
+SUBDIR=.conkerorrc
objects=gtk2rc init.js ext_restore.js
include ../dotfiles.mk
diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js
index 1d1387c..3cef6cf 100644
--- a/.conkerorrc/init.js
+++ b/.conkerorrc/init.js
@@ -2,7 +2,6 @@ require("content-policy.js");
require("favicon");
load_paths.push("file:///usr/local/clark/share/conkeror/modules/");
-theme_load_paths.push("/home/slash/.conkerorrc/themes/");
require("clark");
@@ -148,11 +147,10 @@ define_webjump("chickadee",
// content_policy_bytype_table.object = oni_block_flash;
cwd = make_file("/home/slash/downloads/");
-hint_digits = "arstdhneio";
+hint_digits = "asdfghjkl;";
read_buffer_show_icons = true;
title_format_fn = ext_title_format;
url_remoting_fn = load_url_in_new_buffer;
-markam_program = "/home/slash/projects/markam/src/markam";
define_key(content_buffer_normal_keymap, "C-x C-b", "switch-to-buffer");
define_key(content_buffer_normal_keymap, "C-y", "paste-url-new-buffer");
@@ -171,7 +169,6 @@ add_hook("mode_line_hook", mode_line_adder(downloads_status_widget));
remove_hook("download_added_hook", open_download_buffer_automatically);
hints_minibuffer_annotation_mode(true);
-theme_load("yoshi");
external_content_handlers.set("application/pdf", "zathura");
external_content_handlers.set("application/vnd.ms-excel", "libreoffice");
@@ -305,7 +302,3 @@ register_user_stylesheet(
"}"
)
);
-
-oni_add_sheet("github.css");
-oni_add_sheet("help.css");
-oni_add_sheet("git-scm.css");
diff --git a/.conkerorrc/styles/.gitignore b/.conkerorrc/styles/.gitignore
deleted file mode 100644
index b3a5267..0000000
--- a/.conkerorrc/styles/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.css
diff --git a/.conkerorrc/styles/Makefile b/.conkerorrc/styles/Makefile
deleted file mode 100644
index c75377b..0000000
--- a/.conkerorrc/styles/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-DESTDIR:=$(DESTDIR)/styles
-objects=github.css help.css git-scm.css
-
-include ../../dotfiles.mk
-
-$(objects): %.css: %.less
- lessc -x $^ > $@
diff --git a/.conkerorrc/styles/base.less b/.conkerorrc/styles/base.less
deleted file mode 100644
index dcb5a5e..0000000
--- a/.conkerorrc/styles/base.less
+++ /dev/null
@@ -1,4 +0,0 @@
-@import "tango";
-
-@monospace-font: "Envy Code R";
-@background: #111113;
diff --git a/.conkerorrc/styles/git-scm.less b/.conkerorrc/styles/git-scm.less
deleted file mode 100644
index d69a97d..0000000
--- a/.conkerorrc/styles/git-scm.less
+++ /dev/null
@@ -1,18 +0,0 @@
-@import "base";
-
-@-moz-document domain(git-scm.com) {
- .book#main {
- background: @background !important;
- color: @aluminium-1 !important;
-
- code, pre {
- background: @aluminium-6 !important;
- color: @aluminium-2 !important;
- font-family: @monospace-font !important;
- }
-
- &, code, pre {
- border: none !important;
- }
- }
-}
diff --git a/.conkerorrc/styles/github.less b/.conkerorrc/styles/github.less
deleted file mode 100644
index e4d3ed0..0000000
--- a/.conkerorrc/styles/github.less
+++ /dev/null
@@ -1,162 +0,0 @@
-@import "base";
-
-@-moz-document url("https://github.com/"), url("https://github.com/dashboard") {
- #dashboard {
- .filter-bar {
- background: @aluminium-5 !important;
- border-bottom: none !important;
-
- li a.filter_selected {
- color: @aluminium-1 !important;
- }
- }
-
- .repos {
- border: none !important;
- background-color: @aluminium-6 !important;
-
- .bottom-bar {
- background-color: @aluminium-5 !important;
- }
-
- .top-bar {
- background: @aluminium-5 !important;
- border-bottom: none !important;
- }
-
- h2 {
- color: inherit !important;
- }
- }
-
- ul.repo_list li {
- &.private {
- background: @aluminium-5 !important;
- }
-
- a {
- border-width: 0 !important;
- }
- }
- }
-
- #footer {
- text-shadow: none !important;
- }
-
- .button .minibutton {
- background: @aluminium-6 !important;
- }
-
- .header {
- background: @aluminium-5 !important;
- color: @aluminium-1 !important;
- border-bottom: none !important;
- text-shadow: none !important;
-
- .divider-vertical {
- background: @aluminium-5 !important;
- border-right: none !important;
- }
-
- .top-nav a,
- .topsearch a#advanced_search,
- #user-links a {
- color: @aluminium-1 !important;
- }
- }
-
- .markdown-body {
- code, tt {
- background-color: @aluminium-5 !important;
- border: none !important;
- color: @aluminium-1 !important;
- font-family: @monospace-font !important;
- }
- }
-
- .minibutton.dark-grey {
- backgrond: @aluminium-6 !important;
- }
-
- .news {
- .alert {
- border-top: none !important;
-
- .branch-info,
- .pull-info {
- background: @aluminium-5 !important;
- color: @aluminium-1 !important;
- }
-
- .gravatar {
- background: none !important;
- }
-
- .simple .title {
- color: @aluminium-1 !important;
- }
- }
-
- .commits li img {
- background: none !important;
- }
-
- blockquote {
- color: @aluminium-1 !important;
- }
- }
-
- .pagehead .container > ul.tabs {
- background: @aluminium-6 !important;
- border: none !important;
-
- li a {
- text-shadow: none !important;
- border: none !important;
-
- &:hover,
- &.selected {
- background: @aluminium-5 !important;
- }
- }
- }
-
- .pagehead-actions a.feed {
- background: @aluminium-5 !important;
- border: none !important;
- }
-
- .pagination {
- background: @aluminium-6 !important;
- border: none !important;
-
- a {
- text-shadow: none !important;
- border-bottom: none !important;
-
- &:hover {
- background: @aluminium-5 !important;
- }
- }
- }
-
- a {
- color: @orange-1 !important;
-
- &:visited {
- color: @plum-1 !important;
- }
-
- &.header-logo-blacktocat {
- &, &:visited {
- color: @aluminium-1 !important;
- }
- }
- }
-
- body {
- background-color: @background !important;
- color: @aluminium-1 !important;
- }
-}
diff --git a/.conkerorrc/styles/help.less b/.conkerorrc/styles/help.less
deleted file mode 100644
index 339d7fa..0000000
--- a/.conkerorrc/styles/help.less
+++ /dev/null
@@ -1,21 +0,0 @@
-@import "base";
-
-@-moz-document url("chrome://conkeror-help/content/help.html") {
- body {
- background: @background !important;
- color: @aluminium-1 !important;
- }
-
- a {
- color: @orange-1 !important;
-
- &:visited {
- color: @plum-1 !important;
- }
- }
-
- pre, .key {
- background: @aluminium-5 !important;
- font-family: @monospace-font !important;
- }
-}
diff --git a/.conkerorrc/styles/tango.less b/.conkerorrc/styles/tango.less
deleted file mode 100644
index ed6858b..0000000
--- a/.conkerorrc/styles/tango.less
+++ /dev/null
@@ -1,27 +0,0 @@
-@butter-1: #fce94f;
-@butter-2: #edd400;
-@butter-3: #c4a000;
-@orange-1: #fcaf3e;
-@orange-2: #f57900;
-@orange-3: #ce5c00;
-@chocolate-1: #e9b96e;
-@chocolate-2: #c17d11;
-@chocolate-3: #8f5902;
-@chameleon-1: #8ae234;
-@chameleon-2: #73d216;
-@chameleon-3: #4e9a06;
-@sky-blue-1: #729fcf;
-@sky-blue-2: #3465a4;
-@sky-blue-3: #204a87;
-@plum-1: #ad7fa8;
-@plum-2: #75507b;
-@plum-3: #5c3566;
-@scarlet-red-1: #ef2929;
-@scarlet-red-2: #cc0000;
-@scarlet-red-3: #a40000;
-@aluminium-1: #eeeeec;
-@aluminium-2: #d3d7cf;
-@aluminium-3: #babdb6;
-@aluminium-4: #888a85;
-@aluminium-5: #555753;
-@aluminium-6: #2e3436;
diff --git a/.conkerorrc/themes/Makefile b/.conkerorrc/themes/Makefile
deleted file mode 100644
index adb917a..0000000
--- a/.conkerorrc/themes/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-DESTDIR:=$(DESTDIR)/themes
-modules=naquadah yoshi
-
-include ../../dotfiles.mk
diff --git a/.conkerorrc/themes/naquadah/Makefile b/.conkerorrc/themes/naquadah/Makefile
deleted file mode 100644
index 0512339..0000000
--- a/.conkerorrc/themes/naquadah/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-DESTDIR:=$(DESTDIR)/naquadah
-objects=conkeror--scrollbars.css hints--url-panel.css minibuffer.css \
- mode-line.css new-tabs.css tab-bar.css theme.json
-
-include ../../../dotfiles.mk
diff --git a/.conkerorrc/themes/naquadah/conkeror--scrollbars.css b/.conkerorrc/themes/naquadah/conkeror--scrollbars.css
deleted file mode 100644
index 0f70e96..0000000
--- a/.conkerorrc/themes/naquadah/conkeror--scrollbars.css
+++ /dev/null
@@ -1,36 +0,0 @@
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* The "background" behind the scrolling part of the scrollbar. */
-scrollbar {
- background-color: #222;
-}
-
-/* corner between horizontal and vertical scrollbars */
-scrollcorner {
- background-color: black;
-}
-
-/* The scroll up/down buttons. */
-scrollbarbutton {
- background-color: #666;
-}
-
-/* The actual scrolling part of the scrollbar. */
-thumb {
- background-color: #666;
-}
-
-thumb, scrollbarbutton {
- -moz-border-bottom-colors: #000 #333;
- -moz-border-left-colors: #aaa #888;
- -moz-border-right-colors: #000 #333;
- -moz-border-top-colors: #aaa #888;
-}
-
-scrollbarbutton:hover:active, scrollbarbutton[active="true"] {
- -moz-border-bottom-colors: #aaa #888;
- -moz-border-left-colors: #000 #333;
- -moz-border-right-colors: #aaa #888;
- -moz-border-top-colors: #000 #333;
-}
diff --git a/.conkerorrc/themes/naquadah/hints--url-panel.css b/.conkerorrc/themes/naquadah/hints--url-panel.css
deleted file mode 100644
index 143f3c1..0000000
--- a/.conkerorrc/themes/naquadah/hints--url-panel.css
+++ /dev/null
@@ -1,17 +0,0 @@
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-.panel {
- border-top: 4px double #333333;
- color: white;
- background-color: black;
-}
-
-.panel .panel-row-label {
- font-weight: bold;
-}
-
-.panel .url-panel-label {
- font-weight: bold;
-}
-
diff --git a/.conkerorrc/themes/naquadah/minibuffer.css b/.conkerorrc/themes/naquadah/minibuffer.css
deleted file mode 100644
index c882f3e..0000000
--- a/.conkerorrc/themes/naquadah/minibuffer.css
+++ /dev/null
@@ -1,52 +0,0 @@
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-#minibuffer {
- background-color: #252A2E;
- border: 0px none #444;
- border-top: 0;
- color: #EEEEEC;
- font: 11px Tahoma;
-}
-
-#minibuffer-input, #minibuffer-input * {
- color: #EEEEEC;
-}
-
-#minibuffer-prompt {
- color: #EEEEEC;
-}
-
-/* Completions display */
-
-tree.completions treechildren { border: none !important; }
-
-tree.completions treecol { -moz-binding: none !important; }
-tree.completions {
- -moz-appearance: none !important;
- border: 0px none !important;
- border-top: 4px double #333333 !important;
- background-color: #252A2E !important;
- -moz-border-top-colors: -moz-initial !important;
- color: #EEEEEC !important;
-}
-
-tree.completions treechildren::-moz-tree-row {
- background-color: #252A2E !important;
- border: none;
-}
-
-tree.completions treechildren::-moz-tree-row(current) {
- background-color: #0C191C !important;
- color: #EEEEEC;
-}
-
-tree.completions treechildren::-moz-tree-cell-text(completion-description) {
- color: green !important;
- font-weight: bold !important;
-}
-
-tree.completions treechildren::-moz-tree-cell-text(current) {
- color: #EEEEEC !important;
-}
-
diff --git a/.conkerorrc/themes/naquadah/mode-line.css b/.conkerorrc/themes/naquadah/mode-line.css
deleted file mode 100644
index 7e1ed45..0000000
--- a/.conkerorrc/themes/naquadah/mode-line.css
+++ /dev/null
@@ -1,11 +0,0 @@
-.mode-line {
- font: 11px Tahoma;
- padding: 0px;
- border: 1px solid #2E3436;
- color: #EEEEEC;
- background-color: #0C191C;
-}
-
-.mode-line label {
- color: #EEEEEC;
-}
diff --git a/.conkerorrc/themes/naquadah/new-tabs.css b/.conkerorrc/themes/naquadah/new-tabs.css
deleted file mode 100644
index f5d30c0..0000000
--- a/.conkerorrc/themes/naquadah/new-tabs.css
+++ /dev/null
@@ -1,54 +0,0 @@
-#tab2-bar {
- background: #222;
-}
-
-.tab2 {
- margin: 2px 0px 0px 2px;
- padding: 0px;
- height: 22px;
- border-width: 2px;
- border-bottom-width: 0;
- border-style: solid;
- -moz-border-radius: 3px 3px 0 0;
- -moz-border-left-colors: #888 #555;
- -moz-border-right-colors: #000 #171717;
- -moz-border-top-colors: #888 #555;
- background: #333;
- min-width: 200px;
- max-width: 200px;
- overflow: hidden; /* Chops end of label */
-}
-
-.tab2[selected=true] {
- -moz-border-left-colors: #aaa #888;
- -moz-border-right-colors: #000 #333;
- -moz-border-top-colors: #aaa #888;
- background: #666;
-}
-
-.tab2:hover {
- -moz-border-left-colors: #eee #bbb;
- -moz-border-right-colors: #333 #666;
- -moz-border-top-colors: #eee #bbb;
- background: #999;
-}
-
-.tab2-label {
- margin-left: 4px;
- padding-top: 1px;
- color: #fff;
- font: 11px Tahoma;
-}
-
-.tab2-icon {
- margin: 1px !important;
- padding: 1px;
- width: 20px;
- height: 15px;
- max-height: 15px;
- -moz-border-radius: 1px;
- background: black;
- color: white;
- font: 900 11px Tahoma;
- text-align: center;
-}
diff --git a/.conkerorrc/themes/naquadah/tab-bar.css b/.conkerorrc/themes/naquadah/tab-bar.css
deleted file mode 100644
index c451778..0000000
--- a/.conkerorrc/themes/naquadah/tab-bar.css
+++ /dev/null
@@ -1,41 +0,0 @@
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* TABS */
-#tab2-bar {
- background: #000;
-}
-
-#tab2-bar .tab2 {
- margin: 0;
- padding: 0;
- border: none;
- /*height: 19px;
- border: 1px solid #666;
- min-width: 200px;
- max-width: 200px;*/
- background: #333;
- overflow: hidden;
-}
-
-#tab2-bar .tab2-label {
- margin: 0;
- color: white;
- font: 11px Tahoma;
-}
-
-#tab2-bar .tab2-icon {
- height: 16px;
- width: 16px;
- background: #222;
- color: white;
- border: 1px solid #999;
- font: 900 11px Tahoma;
- text-align: center;
-}
-
-#tab2-bar .tab2[selected=true] {
- border: 1px solid white;
- background: #666;
- border: 1px solid #999;
-}
diff --git a/.conkerorrc/themes/naquadah/theme.json b/.conkerorrc/themes/naquadah/theme.json
deleted file mode 100644
index bb74ee1..0000000
--- a/.conkerorrc/themes/naquadah/theme.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{ "sheets" : [
- "conkeror--scrollbars.css",
- "new-tabs.css",
- "minibuffer.css",
- "mode-line.css",
- "hints--url-panel.css",
- "tab-bar.css"
- ]
-}
diff --git a/.conkerorrc/themes/yoshi/Makefile b/.conkerorrc/themes/yoshi/Makefile
deleted file mode 100644
index 158dade..0000000
--- a/.conkerorrc/themes/yoshi/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-DESTDIR:=$(DESTDIR)/yoshi
-objects=conkeror--scrollbars.css hints--url-panel.css minibuffer.css \
- mode-line.css new-tabs.css tab-bar.css theme.json
-
-include ../../../dotfiles.mk
diff --git a/.conkerorrc/themes/yoshi/conkeror--scrollbars.css b/.conkerorrc/themes/yoshi/conkeror--scrollbars.css
deleted file mode 100644
index 0f70e96..0000000
--- a/.conkerorrc/themes/yoshi/conkeror--scrollbars.css
+++ /dev/null
@@ -1,36 +0,0 @@
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* The "background" behind the scrolling part of the scrollbar. */
-scrollbar {
- background-color: #222;
-}
-
-/* corner between horizontal and vertical scrollbars */
-scrollcorner {
- background-color: black;
-}
-
-/* The scroll up/down buttons. */
-scrollbarbutton {
- background-color: #666;
-}
-
-/* The actual scrolling part of the scrollbar. */
-thumb {
- background-color: #666;
-}
-
-thumb, scrollbarbutton {
- -moz-border-bottom-colors: #000 #333;
- -moz-border-left-colors: #aaa #888;
- -moz-border-right-colors: #000 #333;
- -moz-border-top-colors: #aaa #888;
-}
-
-scrollbarbutton:hover:active, scrollbarbutton[active="true"] {
- -moz-border-bottom-colors: #aaa #888;
- -moz-border-left-colors: #000 #333;
- -moz-border-right-colors: #aaa #888;
- -moz-border-top-colors: #000 #333;
-}
diff --git a/.conkerorrc/themes/yoshi/hints--url-panel.css b/.conkerorrc/themes/yoshi/hints--url-panel.css
deleted file mode 100644
index 143f3c1..0000000
--- a/.conkerorrc/themes/yoshi/hints--url-panel.css
+++ /dev/null
@@ -1,17 +0,0 @@
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-.panel {
- border-top: 4px double #333333;
- color: white;
- background-color: black;
-}
-
-.panel .panel-row-label {
- font-weight: bold;
-}
-
-.panel .url-panel-label {
- font-weight: bold;
-}
-
diff --git a/.conkerorrc/themes/yoshi/minibuffer.css b/.conkerorrc/themes/yoshi/minibuffer.css
deleted file mode 100644
index 12ca4e8..0000000
--- a/.conkerorrc/themes/yoshi/minibuffer.css
+++ /dev/null
@@ -1,49 +0,0 @@
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-#minibuffer {
- background-color: #111113;
- border: none;
- color: #EEEEEC;
- font: 16px "Envy Code R";
-}
-
-#minibuffer-input, #minibuffer-input * {
- color: #EEEEEC;
-}
-
-#minibuffer-prompt {
- color: #EEEEEC;
-}
-
-/* Completions display */
-
-tree.completions treechildren { border: none !important; }
-
-tree.completions treecol { -moz-binding: none !important; }
-tree.completions {
- -moz-appearance: none !important;
- border: 0px none !important;
- background-color: #111113 !important;
- -moz-border-top-colors: -moz-initial !important;
- color: #EEEEEC !important;
- font: 18px "Envy Code R";
-}
-
-tree.completions treechildren::-moz-tree-row {
- background-color: #111113 !important;
- border: none;
-}
-
-tree.completions treechildren::-moz-tree-row(current) {
- background-color: #536580 !important;
- color: #EEEEEC;
-}
-
-tree.completions treechildren::-moz-tree-cell-text(completion-description) {
- color: #b8ffa6 !important;
-}
-
-tree.completions treechildren::-moz-tree-cell-text(current) {
- color: #EEEEEC !important;
-}
diff --git a/.conkerorrc/themes/yoshi/mode-line.css b/.conkerorrc/themes/yoshi/mode-line.css
deleted file mode 100644
index 31aabd7..0000000
--- a/.conkerorrc/themes/yoshi/mode-line.css
+++ /dev/null
@@ -1,11 +0,0 @@
-.mode-line {
- font: 16px "Envy Code R";
- padding: 0px;
- border: none;
- color: #EEEEEC;
- background-color: #222224;
-}
-
-.mode-line label {
- color: #EEEEEC;
-}
diff --git a/.conkerorrc/themes/yoshi/new-tabs.css b/.conkerorrc/themes/yoshi/new-tabs.css
deleted file mode 100644
index f5d30c0..0000000
--- a/.conkerorrc/themes/yoshi/new-tabs.css
+++ /dev/null
@@ -1,54 +0,0 @@
-#tab2-bar {
- background: #222;
-}
-
-.tab2 {
- margin: 2px 0px 0px 2px;
- padding: 0px;
- height: 22px;
- border-width: 2px;
- border-bottom-width: 0;
- border-style: solid;
- -moz-border-radius: 3px 3px 0 0;
- -moz-border-left-colors: #888 #555;
- -moz-border-right-colors: #000 #171717;
- -moz-border-top-colors: #888 #555;
- background: #333;
- min-width: 200px;
- max-width: 200px;
- overflow: hidden; /* Chops end of label */
-}
-
-.tab2[selected=true] {
- -moz-border-left-colors: #aaa #888;
- -moz-border-right-colors: #000 #333;
- -moz-border-top-colors: #aaa #888;
- background: #666;
-}
-
-.tab2:hover {
- -moz-border-left-colors: #eee #bbb;
- -moz-border-right-colors: #333 #666;
- -moz-border-top-colors: #eee #bbb;
- background: #999;
-}
-
-.tab2-label {
- margin-left: 4px;
- padding-top: 1px;
- color: #fff;
- font: 11px Tahoma;
-}
-
-.tab2-icon {
- margin: 1px !important;
- padding: 1px;
- width: 20px;
- height: 15px;
- max-height: 15px;
- -moz-border-radius: 1px;
- background: black;
- color: white;
- font: 900 11px Tahoma;
- text-align: center;
-}
diff --git a/.conkerorrc/themes/yoshi/tab-bar.css b/.conkerorrc/themes/yoshi/tab-bar.css
deleted file mode 100644
index c451778..0000000
--- a/.conkerorrc/themes/yoshi/tab-bar.css
+++ /dev/null
@@ -1,41 +0,0 @@
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* TABS */
-#tab2-bar {
- background: #000;
-}
-
-#tab2-bar .tab2 {
- margin: 0;
- padding: 0;
- border: none;
- /*height: 19px;
- border: 1px solid #666;
- min-width: 200px;
- max-width: 200px;*/
- background: #333;
- overflow: hidden;
-}
-
-#tab2-bar .tab2-label {
- margin: 0;
- color: white;
- font: 11px Tahoma;
-}
-
-#tab2-bar .tab2-icon {
- height: 16px;
- width: 16px;
- background: #222;
- color: white;
- border: 1px solid #999;
- font: 900 11px Tahoma;
- text-align: center;
-}
-
-#tab2-bar .tab2[selected=true] {
- border: 1px solid white;
- background: #666;
- border: 1px solid #999;
-}
diff --git a/.conkerorrc/themes/yoshi/theme.json b/.conkerorrc/themes/yoshi/theme.json
deleted file mode 100644
index bb74ee1..0000000
--- a/.conkerorrc/themes/yoshi/theme.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{ "sheets" : [
- "conkeror--scrollbars.css",
- "new-tabs.css",
- "minibuffer.css",
- "mode-line.css",
- "hints--url-panel.css",
- "tab-bar.css"
- ]
-}