summaryrefslogtreecommitdiff
path: root/pentadactyl/.pentadactylrc
diff options
context:
space:
mode:
authorMaciej Sobkowski <maciejjo@maciejjo.pl>2015-07-02 16:18:49 +0200
committerMaciej Sobkowski <maciejjo@maciejjo.pl>2015-07-02 16:18:49 +0200
commited5d80d9195e99a7ead8562e29a036adeff74407 (patch)
treeffc9ded7d9a6ef304da9e5e12effd2cb894f285b /pentadactyl/.pentadactylrc
parent556cd0ea0b5204c93c7132ea588b4780a4ebd16e (diff)
Added config for firefox/pentadactyl
Diffstat (limited to 'pentadactyl/.pentadactylrc')
-rw-r--r--pentadactyl/.pentadactylrc59
1 files changed, 59 insertions, 0 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc
new file mode 100644
index 0000000..563d84f
--- /dev/null
+++ b/pentadactyl/.pentadactylrc
@@ -0,0 +1,59 @@
+"1.2pre
+
+loadplugins '\.(js|penta)$'
+group! -description='Stack Exchange network' -locations=stackexchange.com,stackoverflow.com,superuser.com stackexchange
+group user
+command! -description='Bookmarklet: Make Stack Exchange vote buttons clickable' vote javascript (function() { $('.vote a').attr('href', 'javascript:void(0)'); })()
+command! -description='Bookmarklet: Make webpage readable using readability' bml-readability open javascript:(%28function%28%29%7Bwindow.baseUrl%3D%27http%3A//www.readability.com%27%3Bwindow.readabilityToken%3D%27%27%3Bvar%20s%3Ddocument.createElement%28%27script%27%29%3Bs.setAttribute%28%27type%27%2C%27text/javascript%27%29%3Bs.setAttribute%28%27charset%27%2C%27UTF-8%27%29%3Bs.setAttribute%28%27src%27%2CbaseUrl%2B%27/bookmarklet/read.js%27%29%3Bdocument.documentElement.appendChild%28s%29%3B%7D%29%28%29)
+command! -description='Bookmarklet: Make webpage readable using readability' rbl javascript (function () { window.baseUrl = 'http://www.readability.com'; window.readabilityToken = ''; var s = document.createElement('script'); s.setAttribute('type', 'text/javascript'); s.setAttribute('charset', 'UTF-8'); s.setAttribute('src', baseUrl + '/bookmarklet/read.js'); document.documentElement.appendChild(s); })()
+highlight Boolean color: #dca3a3;
+highlight BufTab padding: 0 2px;
+highlight BufTabs margin: 0 4px; overflow: hidden;
+highlight BufTabSelected color: #2e3330; background-color: #88b090; padding: 0 4px;
+highlight Cmd background-color:#313633; font-size:9pt;
+highlight -link=FontFixed CmdLine padding: 0 3px; font-size: 10px !important; font-family: "terminus"; font-weight: normal;
+highlight CompItem[selected] background: yellow; color: #cbecd0; background-color: #2c302d !important;
+highlight CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; margin-top: .5ex; margin-bottom: 1ex;
+highlight CompLess::after content: "\02c6";
+highlight CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: 0; margin-top: .5ex;
+highlight CompMore::after content: "\02c7";
+highlight CompTitle color: lightblue; background: white; font-weight: bold; background-color: transparent;
+highlight CompTitleSep height: 1px; background: -moz-linear-gradient(60deg, lightblue, white);
+highlight ErrorMsg color:#80d4aa !important; background-color:#2f2f2f !important; font-weight:bold; font-size:9pt;
+highlight Filter font-weight: bold; font-style: italic; text-decoration: underline;
+highlight Function color: #efef8f;
+highlight -link=Cmd InfoMsg color:#cccccc !important;
+highlight Keyword color: #f0dfaf; font-weight: bold;
+highlight LineNr color: #9fafaf; background: white !important; background-color: #262626;
+highlight ModeMsg color: #ffcfaf; background: white !important; background-color: transparent !important;
+highlight MoreMsg color: #ffffff !important; background: white !important; background-color: inherit !important; font-weight: bold;
+highlight NonText color: #404040; background: transparent !important; font-weight: bold;
+highlight Normal color:#dcdccc !important; background-color:#313633 !important; font-size:9pt;
+highlight Number color: #8cd0d3;
+highlight Question color:#ffffff !important; background-color:inherit !important; font-weight:bold;
+highlight -link=InfoMsg StatusInfoMsg
+highlight -link=FontFixed StatusLine -moz-appearance: none !important; font-weight: bold; background: transparent !important; border: 0px !important; padding-right: 0px !important; min-height: 18px !important; text-shadow: none !important; font-size: 10px !important; font-family: "terminus";
+highlight -link=StatusLineNormal StatusLineBroken color:#ffa0a0;
+highlight -link=StatusLineNormal StatusLineExtended color:#a0ffa0;
+highlight StatusLineNormal color: #ccdc90; background: black !important; background-color: #313633 !important; margin-bottom: -2px; font-size: 9pt;
+highlight -link=StatusLineNormal StatusLineSecure color:#87af87;
+highlight -link=ModeMsg StatusModeMsg
+highlight -link=MoreMsg StatusMoreMsg
+highlight -link=Normal StatusNormal
+highlight -link=Question StatusQuestion
+highlight -link=WarningMsg StatusWarningMsg
+highlight String color: #cc9393; white-space: pre;
+highlight Tag color: #e89393; font-weight: bold;
+highlight Title color: #efefef; font-weight: bold; background-color: inherit;
+highlight URL text-decoration: none; color: #9ECE9E; background: inherit; background-color: inherit;
+highlight WarningMsg color:#ffffff; background-color:#333333 !important; font-weight:bold;
+map -count -modes=n ; -builtin <count>:
+map -count -modes=n : -builtin <count>;
+map -count -modes=v ; -builtin <count>:
+map -count -modes=v : -builtin <count>;
+set cdpath=''
+set editor=callvim
+set guioptions=Csn
+set newtab=all
+
+" vim: set ft=pentadactyl: