wombat.vimp 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. " ==Vimperator_Color_Scheme==
  2. " name: Wombat
  3. " ==Wombat_Color_Scheme==
  4. hi Hint font-family: monospace; font-size: 14pt; font-weight: normal; color: lightyellow; background-color: black; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 5px;
  5. hi HintElem background-color: #f6f3e8; color: #444444;
  6. hi HintActive background-color: #646464; color: white;
  7. hi StatusLine color: white; background: #000; font-weight: normal; font-size: 14pt;
  8. hi Normal color: LightYellow; background: #333; font-size: 14pt;
  9. hi InfoMsg color: LightYellow; background: #333; font-size: 14pt;
  10. hi ModeMsg color: LightYellow; background: #333; font-size: 14pt;
  11. hi MoreMsg color: LimeGreen; background: #333;
  12. hi LineNr color: White; background: #333; font-size: 10pt;
  13. hi Question color: Yellow; background: #333; font-size: 10pt;
  14. hi WarningMsg color: White; background: #333; font-size: 10pt;
  15. hi NonText background: #333;
  16. hi Null color: CornflowerBlue;
  17. hi Tag color: CornflowerBlue;
  18. hi CompTitle color: #8ac6f2; background: #242424; font-weight: bold;
  19. hi CompItem[selected] color: #cae682; background: #242424;
  20. hi CompDesc color: #f6f3e8;
  21. hi GradientRight background-color: Black;
  22. hi Title color: white;
  23. hi Indicator color: DodgerBlue;
  24. hi String color: Orchid;
  25. hi Number color: Orchid;
  26. hi Object color: Khaki;
  27. hi Function color: SkyBlue;
  28. hi URL color: LightGreen;
  29. hi TabNumber color: black; font-weight: bold; font-size: 14pt;
  30. style -name tab chrome://* <<EOM
  31. #content { background-color: #ccc; } /* tabbar */
  32. .tabs-alltabs-button { padding: 0 !important; }
  33. .tabs-container > stack { display: none; } /* remove tab selection menu */
  34. /*.tabs-container .box-inherit.scrollbox-innerbox { border-bottom: 1px solid #404040; } /* tab bar position: top */
  35. .tabs-container scrollbox {
  36. background-color: #adadad;
  37. border-bottom: 1px solid #000;
  38. }
  39. .tabbrowser-tab {
  40. -moz-apperance: none !important;
  41. margin: 0 !important;
  42. padding: 0 !important;
  43. -moz-border-radius-topleft: 0 !important;
  44. -moz-border-radius-topright: 0 !important;
  45. -moz-border-radius-bottomright: 0 !important;
  46. -moz-border-radius-bottomleft: 0 !important;
  47. border-bottom: 1px solid #000 !important;
  48. background-image: none !important;
  49. background-color: #ff69b4 !important;
  50. text-align: left !important;
  51. }
  52. .tabbrowser-tab[selected=false] { background: #999 !important; }
  53. .tabbrowser-tab[selected=true] .tab-text { color: #ddd !important; }
  54. .tab-icon-image { margin-bottom: -4px; }
  55. .tab-image-left,
  56. .tab-image-middle,
  57. .tab-image-right {
  58. background-image: none !important;
  59. }
  60. EOM
  61. style -name statusbar chrome://* <<EOM
  62. #status-bar statusbarpanel { padding: 0 1px !important; }
  63. statusbarpanel > * { margin: 0 !important; padding: 0 !important; }
  64. EOM