indigo.vimp 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. " ==VimperatorColorSchema==
  2. " name: indigo
  3. " author: mashiro
  4. " ==/VimperatorColorSchema==
  5. " Highlights {{{1
  6. hi Boolean color: orchid;
  7. hi Function color: skyblue;
  8. hi Null color: cornflowerblue;
  9. hi Number color: cornflowerblue;
  10. hi Object color: khaki;
  11. hi String color: orchid;
  12. hi Mapping color: orchid;
  13. hi Key font-weight: bold;
  14. hi Enabled color: #d0ffd0;
  15. hi Disabled color: red;
  16. hi Normal color: #d0d0d0; background: #1c1c1c; font-size: 12px;
  17. hi ErrorMsg color: #ffffff; background: #440000; font-size: 12px;
  18. hi InfoMsg color: #d0d0d0; background: #1c1c1c; font-size: 12px;
  19. hi ModeMsg color: #d0d0d0; background: #1c1c1c; font-size: 12px;
  20. hi MoreMsg color: #d0ffd0; background: #1c1c1c; font-size: 12px;
  21. hi WarningMsg color: #ff0000; background: #1c1c1c; font-size: 12px;
  22. hi Message white-space: normal; min-width: 100%; padding-left: 2em;
  23. text-indent: -2em; display: block; font-size: 12px;
  24. hi NonText color: #a0a0d0; min-height: 16px; padding-left: 2px;
  25. font-size: 12px;
  26. hi Preview color: #a0a0d0; font-size: 12px;
  27. hi Prompt background: url("chrome://liberator/skin/prompt.png");
  28. width: 10px; background-position: center; background-repeat: no-repeat;
  29. hi PromptText color: #1c1c1c; background: #d0d0f0; font-size: 12px;
  30. hi CmdOutput white-space: pre;
  31. hi CmdLine font-size: 14px; background: black; color: #d0d0d0;
  32. -moz-transition: all 0.25s;
  33. hi CmdLine>* font-family: monospace;
  34. hi ContentSeparator border: none; display: -moz-box;
  35. "hi CompGroup
  36. hi CompGroup:not(:first-of-type) margin-top: 1ex;
  37. hi CompTitle font-size: 12px; font-weight: bold; background:
  38. -moz-linear-gradient(19% 75% 90deg, #2c2c2f, #2a2a2f, #2f2f2f 100%);
  39. hi CompTitle>* color: #a0a0d0; border-bottom: 1px solid #3c3c3f;
  40. padding: 1px 0.5ex; text-shadow: 1px 1px 0px #0c0c0c;
  41. hi CompMsg font-style: italic; margin-left: 16px;
  42. hi CompItem font-size: 12px;
  43. hi CompItem[selected] color: #dddddd; background: #3c3c3f;
  44. hi CompItem>* height: 18px; min-height: 18px; padding: 0 0.5ex;
  45. hi CompIcon width: 16px; min-width: 16px; display: inline-block;
  46. margin-right: .5ex;
  47. hi CompIcon>img max-width: 16px; max-height: 16px; vertical-align:
  48. middle;
  49. hi CompResult width: 500px; max-width: 500px; overflow: hidden;
  50. hi CompDesc width: 500px; max-width: 500px; color: #a0a0d0;
  51. hi Indicator color: #a0a0d0;
  52. hi Filter color: #7090d0;
  53. hi Keyword color: khaki;
  54. hi Tag color: #a0a0d0;
  55. hi LineNr color: #ffd0d0; background: #1c1c1c;
  56. hi Question color: #a0a0d0; background: #1c1c1c; font-weight: bold;
  57. hi StatusLine color: #7090d0; background: transparent; font-weight:
  58. normal; font-size: 12px;
  59. hi TabNumber font-weight: bold; margin: 0px; padding-right: .3ex;
  60. hi Title color: orchid; background: #1c1c1c; font-weight: bold;
  61. hi URL text-decoration: none; color: #d0ffd0;
  62. hi URL:hover text-decoration: underline; cursor: pointer;
  63. hi FrameIndicator background-color: red; opacity: 0.5; z-index: 999;
  64. position: fixed; top: 0; bottom: 0; left: 0; right: 0;
  65. hi Bell border: none; background-color: #d0d0d0;
  66. hi Hint font-family: monospace; font-size: 14px; font-weight:
  67. normal; color: #dddddd; background-color: #1c1c1c; border: none; margin: -0.7em
  68. 0 0 -0.7em; padding: 0px 5px;
  69. hi Hint::after content: attr(number);
  70. hi HintElem background-color: rgba(208, 208, 240, 0.8); color:
  71. #1c1c1c;
  72. hi HintActive background-color: rgba( 85, 102, 187, 0.8); color:
  73. #dddded;
  74. hi HintImage opacity: .5;
  75. " 影(重かったらコメントアウト) {{{2
  76. hi -append Hint background-color: rgba(28, 28, 28, 0.8); border: 1px
  77. solid #1c1c1c; -moz-border-radius: 4px; -moz-box-shadow: 0px 0px 1px black;
  78. text-shadow: 1px 1px 2px black;
  79. hi -append HintElem text-decoration: none; -moz-border-radius: 4px;
  80. -moz-box-shadow: 0 0 2px #0c0c0c;
  81. hi -append HintActive text-decoration: none; -moz-border-radius: 4px;
  82. -moz-box-shadow: 0 0 2px #0c0c0c;
  83. " }}}2
  84. " }}}1
  85. " Styles {{{1
  86. style -name indigo-feed-button chrome://* <<EOM
  87. #feed-button {
  88. list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png")
  89. !important;
  90. -moz-image-region: auto !important;
  91. border: none !important;
  92. min-width: 0 !important;
  93. }
  94. EOM
  95. style -name indigo-sbmcommentsviewer chrome://* <<EOM
  96. .liberator-sbmcommentsviewer-content {
  97. padding: 0 !important;
  98. border: none !important;
  99. }
  100. EOM
  101. " }}}1
  102. " vim: ft=vimperator