-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pentadactylrc
48 lines (43 loc) · 4.43 KB
/
.pentadactylrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
"hg6901
loadplugins '\.(js|penta)$'
group user
set passkeys=voice.google.com:<space>,reader.google.com:jklS,google.com/voice:<space>,google.com/reader:jklSs,google.com/mail:jk#e,mail.google.com:jk#e
set defsearch=duck
set defsearch=duckduckgo
set errorbells
set novisualbell
set editor='emacsclient -a "" +<line>:<column> <file>'
style -name nightshift * body,html {min-height: 100%!important; }
style -name nightshift -append * html, body{background-color:#111!important}
style -name nightshift -append * body>*:not(:empty){background-color:#222!important}
style -name nightshift -append * body>*>*:not(:empty){background-color:#222!important}
style -name nightshift -append * body>*>*>*:not(:empty){background-color:#282828!important}
style -name nightshift -append * body>*>*>*>*:not(:empty){background-color:#282828!important}
style -name nightshift -append * body>*>*>*>*>*:not(:empty){background-color:#383838!important}
style -name nightshift -append * body>*>*>*>*>* *{background-color:#383838!important}
style -name nightshift -append * body table[border="0"] td{background-color:#111!important}
style -name nightshift -append * body table table[border="0"] td{background-color:#333!important}
style -name nightshift -append * body table table table[border="0"] td{background-color:#222!important}
style -name nightshift -append * body table table table table[border="0"] td{background-color:#444!important}
style -name nightshift -append * body *:empty{background-color: #252525!important}
style -name nightshift -append * body p:not(:empty), body p *, body h1, body h1 *, body h2, body h2 *, body h3, body h3 *, body h4, body h4 *, body h5, body h5 *, body strong>*, body b>*, body em>*, body i>*, body span>*:not(img){background:transparent none!important}
style -name nightshift -append * body h1, body h1 *, body h2, body h2 *, p>strong:only-of-type, p>b:only-of-type{color: #a98!important}
style -name nightshift -append * body h3, body h3 *, body h4, body h4 *{color: #aaa!important}
style -name nightshift -append * *:not([onclick]):not(input):not(a):not(img):not([class^="UI"]), body a:not(:empty), div:not([onclick]){background-image:none!important; text-indent:0!important}
style -name nightshift -append * *[onclick] {color:#79a!important}
style -name nightshift -append * *[onclick]:hover {color:#99a8aa!important}
style -name nightshift -append * body hr{background: #666 none!important; color: #666!important; border:1px solid #666!important; height: 1px!important; overflow:hidden!important; display: block!important}
style -name nightshift -append * * {color: #c0c0c0!important; border-color:#666!important;}
style -name nightshift -append * * body a, body a *{color: #B6AA7B!important;}
style -name nightshift -append * body a:hover, body a:hover *{color: #D9C077!important; text-decoration: underline!important}
style -name nightshift -append * body img,a[href] img, a[href] button, input[type="image"],*[onclick]:empty, body a:empty{opacity:.5!important}
style -name nightshift -append * body img:hover,a[href]:hover img, a[href]:hover button, *[onclick]:empty:hover, body a:empty:hover{opacity:1!important}
style -name nightshift -append * body input[type], body textarea[name], body input[name], body input[id], body select[name]{-moz-appearance:none!important; color: #bbb!important; -moz-border-radius:4px !important; border-width: 1px!important; border-color: #778!important;border-style:solid!important; background:#555 none !important}
style -name nightshift -append * body select[name]{-moz-appearance:none!important; color: #bbb!important; -moz-border-radius:4px !important; border-width: 1px!important; border-color: #778!important;border-style:solid!important; background-color:#555!important}
style -name nightshift -append * body input>*, body textarea>*{background:transparent none !important; color: #bbb!important; border-style:solid!important; border-width: 0px!important;}
style -name nightshift -append * body select *{background-color:transparent !important; color: #bbb!important; border-style:solid!important; border-width: 0px!important;}
style -name nightshift -append * pre:not(:empty), code:not(:empty) , cite:not(:empty), pre:not(:empty) *, code:not(:empty) *, cite:not(:empty) *{background-image:url(data:image/gif;base64,R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=)!important; color: #bcc8dc!important;}
styledisable -name nightshift
" uMatix UI visibility workaround
style -name umatrix * #nav-bar { visibility:visible; }
" vim: set ft=pentadactyl: