Advertisement
Guest User

zenburn vimperator

a guest
Jun 15th, 2011
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. " ==Zenburn_Color_Scheme==
  2. " name: Zenburn
  3. " ==Zenburn_Colorscheme_Settings==
  4. hi Bell border: 0 none; background-color: black;
  5. hi Boolean color: #CC9393;
  6. hi CmdLine font-family: monospace; padding: 1px;
  7. hi CmdOutput white-space: pre;
  8. hi CompDesc color: #CCDC90; width: 50%;
  9. hi CompGroup
  10. hi CompGroup:not(:first-of-type) margin-top: .5em;
  11. hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
  12. hi CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle;
  13. hi CompItem font-size: 11px;
  14. hi CompItem>* padding: 0 .5ex;
  15. hi CompItem[selected] color: #2E4340; background: #CCDC90;
  16. hi CompMsg font-style: italic; margin-left: 16px;
  17. hi CompResult width: 45%; overfloaw: hidden;
  18. hi CompTitle color: #ACBC90; background: #3F3F3F; font-weight: bold;
  19. hi CompTitle>* padding: 0 .5ex;
  20. hi ErrorMsg color: #3F3F3F; background: #CC9393; font-weight: bold;
  21. hi Filter font-weight: bold;
  22. hi FrameIndicator background-color: #CC9393; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;
  23. hi Function color: navy;
  24. hi Hint font-family: monospace; font-size: 10px; font-weight: bold; color: #385F38; background-color: #F8F893; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px;
  25. hi Hint::after content: attr(number);
  26. hi HintActive background: #F18C96; color: #333333;
  27. hi HintElem background-color: #8FAF9F; color: #000D18;
  28. hi HintImage opacity: .5;
  29. hi Indicator color: #94BFF3;
  30. hi InfoMsg color: #DCDCCD; background: #3F3F3F;
  31. hi LineNr color: orange; background: #3F3F3F;
  32. hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block;
  33. hi ModeMsg color: #DCDCCD; background: #3F3F3F;
  34. hi MoreMsg color: #9ECE9E; background: #3F3F3F;
  35. hi NonText color: #94BFF3; min-height: 16px; padding-left: 2px;
  36. hi Normal color: #DCDCCD; background: #3F3F3F;
  37. hi Null color: #94BFF3;
  38. hi Number color: #94BFF3;
  39. hi Object color: maroon;
  40. hi Preview color: gray;
  41. hi Question color: #9ECE9E; background: #3F3F3F; font-weight: bold;
  42. hi Search font-size: inherit; padding: 0; color: #385F38; background-color: #F8F893; padding: 0;
  43. hi StatusLine color: #ACBC90; background: #3F3F3F;
  44. hi String color: #9ECE9E;
  45. hi TabClose
  46. hi TabIcon
  47. hi TabNumber font-weight: bold; margin: 0; padding-right: .3ex;
  48. hi TabText
  49. hi Tag color: #94BFF3;
  50. hi Title color: #ACBC90; background: #3F3F3F; font-weight: bold;
  51. hi URL text-decoration: none; color: #9ECE9E; background: inherit;
  52. hi URL:hover text-decoration: underline; cursor: pointer;
  53. hi WarningMsg color: #CC9393; background: #3F3F3F;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement