Advertisement
K_Wall_24

Rainmeter - FSuite Styles.inc

Oct 5th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. ;----------------------------------------------------
  2. ;--------------------[VARIABLES]---------------------
  3. ;----------------------------------------------------
  4.  
  5. [Variables]
  6.  
  7. BackgroundColor=0,0,0,1
  8. ;Do not set alpha (last digit) below 1
  9.  
  10. VerticalSpacing=25
  11. ;You may also want to adjust LauncherHighlight below
  12.  
  13. ;----------------------------------------------------
  14. ;Highlights
  15. ;----------------------------------------------------
  16. HighlightHeight=15
  17.  
  18. ;----------------------------------------------------
  19. ;FLauncher/ALauncher - Launchers
  20. ;----------------------------------------------------
  21.  
  22. LauncherWidth=0
  23. LauncherHighlightColor=100,100,100,100
  24. LauncherXAlign=50
  25. LauncherLCR=CenterCenter
  26.  
  27. ;----------------------------------------------------
  28. ;FLauncher - Folders
  29. ;----------------------------------------------------
  30.  
  31. FolderWidth=500
  32. FolderHighlightColor=100,100,100,0
  33. FolderXAlign=0
  34. FolderLCR=LeftCenter
  35.  
  36. ;----------------------------------------------------
  37. ;Horizontal Launchers Variations Only
  38. ;----------------------------------------------------
  39.  
  40. HorizontalHighlight=140
  41. GapWidth=90
  42.  
  43. ;----------------------------------------------------
  44. ;Theme Swapper
  45. ;----------------------------------------------------
  46.  
  47. LightThemePassive=180,180,180,225
  48. LightThemeActive=67,225,232,255
  49.  
  50. DarkThemePassive=75,75,75,255
  51. DarkThemeActive=255,126,0,255
  52.  
  53. ;----------------------------------------------------
  54. ;PassiveStyle Variables
  55. ;----------------------------------------------------
  56.  
  57. PassiveFontColor=180,180,180,225
  58. PassiveFontFace=Code Bold
  59. PassiveFontSize=11
  60. PassiveStringStyle=
  61. PassiveStringEffect=
  62. PassiveStringCase=Upper
  63. PassiveFontEffectColor=
  64. PassiveAngle=
  65. PassivePrefix=
  66. PassivePostfix=
  67.  
  68. ;----------------------------------------------------
  69. ;ActiveStyle Variables
  70. ;----------------------------------------------------
  71.  
  72. ActiveFontColor=255,255,255,255
  73. ActiveFontFace=Code Bold
  74. ActiveFontSize=11
  75. ActiveStringStyle=
  76. ActiveStringEffect=
  77. ActiveStringCase=Upper
  78. ActiveFontEffectColor=
  79. ActiveAngle=
  80. ActivePrefix=
  81. ActivePostfix=
  82.  
  83. ;----------------------------------------------------
  84. ;LBattery Variables
  85. ;----------------------------------------------------
  86.  
  87. BarHeight=25
  88. BarWidth=4
  89. BarGapWidth=25
  90. BatteryPassiveColor=180,180,180,100
  91. BatteryActiveColor=225,232,67,100
  92. BatteryCriticalColor=242,61,61,100
  93. ACColor=77,228,97,100
  94.  
  95. ;----------------------------------------------------
  96. ;LVolume Variables
  97. ;also uses BarWidth and BarGapWidth above
  98. ;----------------------------------------------------
  99.  
  100. VolumePassiveColor=180,180,180,100
  101. VolumeActiveColor=225,67,232,100
  102.  
  103. ;----------------------------------------------------
  104. ;System > Network Variables
  105. ;----------------------------------------------------
  106.  
  107. NetworkStaticHighlight=0,0,0,1
  108. LCR=Left
  109.  
  110. ;----------------------------------------------------
  111. ;----------------------[STYLES]----------------------
  112. ;----------------------------------------------------
  113.  
  114. [PassiveStyle]
  115. FontColor=#PassiveFontColor#
  116. FontFace=#PassiveFontFace#
  117. FontSize=#PassiveFontSize#
  118. StringStyle=#PassiveStringStyle#
  119. StringEffect=#PassiveStringEffect#
  120. StringCase=#PassiveStringCase#
  121. FontEffectColor=#PassiveFontEffectColor#
  122. Angle=#PassiveAngle#
  123. Prefix=#PassivePrefix#
  124. Postfix=#PassivePostfix#
  125. AntiAlias=1
  126.  
  127. [ActiveStyle]
  128. FontColor=#ActiveFontColor#
  129. FontFace=#ActiveFontFace#
  130. FontSize=#ActiveFontSize#
  131. StringStyle=#ActiveStringStyle#
  132. StringEffect=#ActiveStringEffect#
  133. StringCase=#ActiveStringCase#
  134. FontEffectColor=#ActiveFontEffectColor#
  135. Angle=#ActiveAngle#
  136. Prefix=#ActivePrefix#
  137. Postfix=#ActivePostfix#
  138. AntiAlias=1
  139.  
  140. [FolderStyle]
  141. StringAlign=#FolderLCR#Center
  142.  
  143. [LauncherStyle]
  144. StringAlign=#LauncherLCR#Center
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement