jyavenard

Untitled

Mar 30th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. # Color of the background
  2. str BackgroundColor=#404040
  3. # Color of lines, text, etc
  4. str ForegroundColor=white
  5.  
  6. # Colors for the different program categories
  7. str Cat_Comedy=DarkOrchid
  8. str Cat_Animals=ForestGreen
  9. str Cat_Nature=SprintGreen
  10. str Cat_SciFi=DarkBlue
  11. str Cat_Horror=firebrick3
  12. str Cat_Action=maroon
  13. str Cat_Game=orchid
  14. str Cat_Children's=MediumSlateBlue
  15. str Cat_Edu=CornflowerBlue
  16. str Cat_Adult=thistle3
  17. str Cat_Musical=turquoise3
  18. str Cat_News=DarkOrange3
  19. str Cat_Reality=sienna
  20. str Cat_Cooking=tan3
  21. str Cat_Doc=goldenrod
  22. str Cat_Sports=DarkCyan
  23. str Cat_Mystery=SlateGrey
  24. str Cat_Drama=rosybrown3
  25. str Cat_Classic=grey62
  26. str Cat_Crime=MediumVioletRed
  27. str Cat_Talk=MediumTurquoise
  28.  
  29. # Forground for dialogs
  30. str ActiveForeground=#FFFFFF
  31.  
  32. # This is the background for inactive buttons
  33. str ActiveButton=#404040
  34. str ActiveLight=#606060
  35. str ActiveMidlight=#505050
  36. str ActiveDark=#202020
  37. str ActiveMid=#303030
  38. str ActiveText=#FFFFFF
  39. str ActiveBrightText=#FFFFFF
  40. str ActiveButtonText=#FFFFFF
  41. str ActiveBase=#202020
  42. str ActiveBackground=#404040
  43. str ActiveShadow=#000000
  44. str ActiveHighlight=#808080
  45. str ActiveHighlightedText=#FFFFFF
  46.  
  47. str InactiveForeground=#FFFFFF
  48. str InactiveButton=#254A55
  49. str InactiveLight=#435B70
  50. str InactiveMidlight=#324C57
  51. str InactiveDark=#204150
  52. str InactiveMid=#214351
  53. str InactiveText=#FFFFFF
  54. str InactiveBrightText=#FFFFFF
  55. str InactiveButtonText=#ffffff
  56. str InactiveBase=#254E56
  57. str InactiveBackground=#264F57
  58. str InactiveShadow=#000000
  59. str InactiveHighlight=#2D733F
  60. str InactiveHighlightedText=#000000
  61.  
  62. str DisabledForeground=#FFFFFF
  63. str DisabledButton=#404040
  64. str DisabledLight=#24385C
  65. str DisabledMidlight=#192944
  66. str DisabledDark=#1A2E53
  67. str DisabledMid=#1B2D53
  68. str DisabledText=#4F535B
  69. str DisabledBrightText=#71757E
  70. str DisabledButtonText=#4F535B
  71. str DisabledBase=#1E3356
  72. str DisabledBackground=#1E3356
  73. str DisabledShadow=#000000
  74. str DisabledHighlight=#274E57
  75. str DisabledHighlightedText=#ffffff
  76.  
  77. str curTimeChan_bgColor=#8f2813
  78. str curTimeChan_fgColor=#ffffff
  79. str date_bgColor=#0f2e8f
  80. str date_dsColor=#000000
  81. str date_fgColor=#ffffff
  82. str chan_bgColor=#0f2f5a
  83. str chan_dsColor=#000000
  84. str chan_fgColor=#ffffff
  85. str time_bgColor=#0f2e8f
  86. str time_dsColor=#000000
  87. str time_fgColor=#ffffff
  88. str prog_bgColor=#2d587b
  89. str prog_fgColor=#ffffff
  90. str progLine_Color=#104064
  91. str progArrow_Color=#ffffff
  92. int progArrow_Type=0
  93. str curProg_bgColor=#85a5bc
  94. str curRecProg_bgColor=#bc4c32
  95. str curProg_dsColor=#000000
  96. str curProg_fgColor=#eefb92
  97. str misChanIcon_bgColor=#000000
  98. str misChanIcon_fgColor=#ffffff
Advertisement
Add Comment
Please, Sign In to add comment