Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 6.01 KB | None | 0 0
  1. set passkeys+=mail.google.com:yjkux#<CR>,gi
  2. set passkeys+=google.de/reader:jkms<CR><Space>,gi
  3. set passkeys+=google.com/reader:jkms<CR><Space>,gi
  4.  
  5. set editor="gvim"
  6.  
  7. set ds="duck"
  8.  
  9.  
  10. " Pentadactyl color file
  11. "
  12. " Mantainer: Jairo Suarez <slayerjairo@gmail.com>
  13. " Last Modified: 2011-11-10 19:53:34
  14. " Note: Based on the molokai colorscheme for vim
  15. "       adapted from monokai theme for textmate
  16. " Version: 0.1
  17. " Name: Molokai
  18.  
  19. hi clear
  20. " Section: Javascript - General{{{1
  21. hi -a Boolean   color: #AE81FF;
  22. hi -a Function  color: #A6E22E;
  23. hi -a Null      color: #AE81FF; font-weight: bold;
  24. hi -a Number    color: #AE81FF;
  25. hi -a Object    color: #66D9EF;
  26. hi -a String    color: #E6DB74;
  27. hi -a Comment   color: #75715E;
  28. hi -a Key       font-weight:bold;
  29. hi -a Indicator color: #66D9EF;
  30. hi -a Keyword   color: #F92672;
  31. hi -a URL       color: #AE81FF;
  32. hi -a URLExtra  color: #BCBCBC;
  33. hi -a Title     color: #F92672;
  34. hi -a Tag       color: #66D9EF;
  35. hi -a Disabled  color: #960050;
  36. hi -a FontCode  font-family: "Consolas", "Monaco"; font-size:9pt;
  37. " Normal{{{2
  38. hi -a Normal background: #272822 !important;
  39. hi -a Normal color: #F8F8F2 !important;
  40. hi -a Normal font-size: 9pt;
  41. " ErrorMsg{{{2
  42. hi -a ErrorMsg background: #232526 !important;
  43. hi -a ErrorMsg color: #F92672 !important;
  44. " InfoMsg{{{2
  45. hi -a InfoMsg background: #232526 !important;
  46. hi -a InfoMsg color: #E6DB74 !important;
  47. " LineNr{{{2
  48. hi -a LineNr background: #232526 !important;
  49. hi -a InfoMsg color: #960050 !important;
  50. " NonText{{{2
  51. hi -a NonText background: #232526 !important;
  52. hi -a NonText color:#BCBCBC !important;
  53. " Question{{{2
  54. hi -a Question background: #232526 !important;
  55. hi -a Question color:#66D9EF !important;
  56. " StatusQuestion{{{2
  57. hi -a StatusQuestion color:#F92672 !important;
  58. " WarningMsg{{{2
  59. hi -a WarningMsg background:#FD971F !important;
  60. hi -a WarningMsg color:#F8F8F2 !important;
  61. " StatusWarningMsg{{{2
  62. hi -a StatusWarningMsg: color:#FD971F !important;
  63. " Bell {{{2
  64. hi -a border:0 none; background: #272822
  65. " Completition{{{2
  66. hi -a CompTitle color: #232526; background: #BCBCBC; font-weight: bold;
  67. hi -a CompTitleSep background: -moz-linear-gradient(60dg, #455354, #F92672);
  68. hi -a CompItem:nth-child(2n+1) background:#232526;
  69. hi -a CompItem[selected] background:#3E3D32;
  70. hi -a CompItem background:#272822;
  71. hi -a Comp border-top: 0px;
  72. " Section: Status Line{{{1
  73. " StatusModeMsg{{{2
  74. hi -a StatusModeMsg background: #455354 !important;
  75. hi -a StatusModeMsg color: #E6DB74;
  76. " ModeMsg{{{2
  77. hi -a ModeMsg background: #455354 !important;
  78. hi -a ModeMsg color: #E6DB74;
  79. " MoreMsg{{{2
  80. hi -a MoreMsg background: #455354 !important;
  81. hi -a MoreMsg color: #E6DB74;
  82. " Normal{{{2
  83. hi -a StatusLineNormal background: #232526 !important;
  84. hi -a StatusLineNormal color: #F8F8F2 !important;
  85. " Secure{{{2
  86. hi -a StatusLineSecure background: #232526 !important;
  87. hi -a StatusLineSecure color: #66D9EF !important;
  88. " Broken{{{2
  89. hi -a StatusLineBroken background: #232526 !important;
  90. hi -a StatusLineBroken color: #F92672 !important;
  91. " Extended{{{2
  92. hi -a StatusLineExtended background: #232526 !important;
  93. hi -a StatusLineExtended color: #A6E22E !important;
  94. " Section: Hint{{{1
  95. hi -a Hint font-family: Sans; font-size: 12px; font-weight: bold;
  96. hi -a Hint border: 0 none;
  97. hi -a Hint padding:2px;
  98. hi -a Hint::after content: attr(number);
  99. hi -a Hint color: #A6E22E !important;
  100. hi -a Hint background-color: rgba(35, 37, 38, .8) !important;
  101. hi -a HintActive background-color: #66D9EF !important; color: #F8F8F2 !important;
  102. hi -a HintElem background-color: inherit !important;
  103. hi -a HintElem -moz-box-shadow: 0px 0px 2px 2px rgba(102, 217, 239, .5);
  104. hi -a HintImage opacity: .5;
  105.  
  106.  
  107.  
  108.  
  109.  
  110. group user
  111. " status line
  112. hi -a StatusLine font-weight: normal;
  113. hi -a StatusLineNormal color:#657b83 !important; background:#073642 !important;
  114.  
  115. " toggle global dark style
  116. noremap <F2> :styletoggle<Space>-name<Space>dark<CR>
  117. " toggle minimalistic tabs
  118. noremap <leader>t :styletoggle<Space>-name<Space>minitabs<CR>
  119.  
  120. " appearance
  121. set hlfind
  122. "set guioptions+=n Nummer an den Tabs
  123.  
  124. " set font
  125. hi FontCode -a font-family: Terminus important; font-size: 9pt !important;
  126. hi FontFixed -a font-family: Terminus !important; font-size: 9pt !important;
  127. hi Normal -a font-family: Terminus !important; font-size: 9pt !important;
  128.  
  129.  
  130. " dark colors
  131. style -name dark http://*,https://*,file://*,about:blank <<EOM
  132. * {
  133.   color: #657b83 !important;
  134.   background: #002b36 !important;
  135.   border-color: #073642 !important;
  136. }
  137.  
  138. a, a * {
  139.   color: #268bd2 !important;
  140.   text-decoration: none !important;
  141. }
  142.  
  143. a:hover, a:hover * {
  144.   color: #b58900 !important;
  145. }
  146.  
  147. a:visited, a:visited * {
  148.   color: #6c71c4 !important;
  149. }
  150.  
  151. a:visited:hover, a:visited:hover * {
  152.   color: #b58900 !important;
  153. }
  154. EOM
  155. styledisable -name=dark
  156.  
  157. " minimalistic tabs
  158. style -name minitabs chrome://* <<EOM
  159. #TabsToolbar toolbarbutton {
  160.   display: none !important;
  161. }
  162.  
  163. .tabbrowser-tabs {
  164.   background: #073642 !important;
  165. }
  166.  
  167. .tabbrowser-tab {
  168.   -moz-appearance: none !important;
  169.   background: #073642 !important;
  170.   border: none !important;
  171.   border-left: 1px solid !important;
  172.   color: #657b83 !important;
  173.   font-family: Terminus;
  174.   font-size: 9pt !important;
  175.   height: 18px !important;
  176.   min-height: 0 !important;
  177.   margin: 0 !important;
  178.   padding: 0 0.5ex !important;
  179.   -moz-border-radius: 0 !important;
  180. }
  181.  
  182. .tabbrowser-tab:not([pinned]) {
  183.   min-width: 100px !important;
  184.   max-width: 100px !important;
  185. }
  186.  
  187. .tabbrowser-tab:not([fadein]) {
  188.   min-width: 1px !important;
  189.   max-width: 1px !important;
  190. }
  191.  
  192. .tabbrowser-tab:hover {
  193.   background: #b58900 !important;
  194.   color: #002b36 !important;
  195. }
  196.  
  197. .tabbrowser-tab[selected] {
  198.   background: #073642 !important;
  199.   color: #b58900 !important;
  200. }
  201. EOM
  202.  
  203.  
  204. style -name reader http://www.google.de/reader*,https://www.google.de/reader*,http://www.google.com/reader*,https://www.google.com/reader* <<EOM
  205. #gb{
  206.     width: 0px !important;
  207.     height: 0px !important;
  208.     visibility: hidden !important;
  209.     position: relative;
  210. }
  211. EOM
  212.  
  213. " vim: set ft=pentadactyl:EOM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement