darkness2.vimp 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. " ==Vimperator_Color_Scheme==
  2. " name: Darkness
  3. " ==Darkness_Colorscheme_Settings==
  4. "StatusLine settings
  5. hi StatusLine color: #ffffff; background: #222222; text-align: left;
  6. hi StatusLineBroken color: #000000; background: #afafff; "font-size: 8pt;
  7. hi StatusLineSecure color: #000000; background: #afffaf; "font-size: 8pt;
  8. "CmdLine settings excluding Gradient
  9. hi Normal color: #afafaf; background: #222222;
  10. hi CmdLine background: #222222; color: #afafaf; font-size: 9pt;
  11. hi CompDesc color: #c6c6c6; width: 50%; font-size: 9pt;
  12. hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
  13. hi CompItem[selected] background: #666666; color: #afafaf;
  14. hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;
  15. hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;
  16. hi CompMsg font-style: italic; margin-left: 16px;
  17. hi CompResult width: 45%; overflow: hidden;font-size: 10pt; font-family: monospace; font-weight: normal;
  18. hi CompTitle color: #afafaf; background: #222222; font-weight: bold;
  19. hi CompTitle>* padding: 0 .5ex;
  20. hi Filter font-weight: bold;color: #afafaf;
  21. "When using tab complete in CmdLine, line separating Title from function and description
  22. hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px;
  23. hi GradientLeft background-color: #00bbff;
  24. hi GradientRight background-color: #222222;
  25. "Used with ]f and [f
  26. hi FrameIndicator background-color: #222222; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;
  27. hi Bell border: 0 none; background-color: #222222;
  28. hi ErrorMsg color: #ffffff; background: red; font-weight: bold;
  29. "Hint section
  30. "hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: #f6e9e9; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px;
  31. hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: white; background-color: rgba(0, 0, 0, 0.5); border: solid 1px LightGray;
  32. hi Hint::after content: attr(number);
  33. hi HintActive background: blue; color: #f6e9e9;
  34. hi HintElem background-color: #222222; color: #f6e9e9;
  35. hi HintImage opacity: .5;
  36. "Other important stuff
  37. hi InfoMsg color: #afafaf; background: #222222;
  38. hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block;
  39. hi WarningMsg color: red; background: #222222;
  40. hi ModeMsg color: #afafaf; background: #222222; "CmdLine when Not in Use
  41. hi MoreMsg color: #afafaf; background: #222222;
  42. hi NonText color: lightblue; min-height: 16px; padding-left: 2px;
  43. hi Question color: #ffffff; background: #222222; font-weight: bold;
  44. hi Search font-size: inherit; padding: 0; color: #222222; background-color: yellow; padding: 0;
  45. hi Function color: lightgreen; background: #222222;
  46. hi Number color: tan; background: #222222
  47. hi String color: #222222; background: #afafaf;
  48. hi Tag color: #222222; background: #afafaf;
  49. hi Title color: #222222; background: #afafaf; font-weight: bold;
  50. hi URL text-decoration: none; color: lightblue; background: inherit;
  51. hi URL:hover text-decoration: underline; cursor: pointer;
  52. hi LineNr color: #afafaf; background: #222222;
  53. "style -name statusbar chrome://* <<EOM
  54. "#status-bar statusbarpanel { padding: 0 1px !important; }
  55. "statusbarpanel > * { margin: 0 !important; padding: 0 2px 0 0 !important; }
  56. "EOM
  57. "For other descriptions of each item, please see ``Styling'' section included with Vimperator