Advertisement
SirrVindict

Untitled

Sep 7th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. --[[
  2.  
  3. Customize JailFixer quickly by editing some of the values below.
  4. Using strings for numbers or true or false statements can break the whole script.
  5. If this happens, please re-load the JailFixer theme data creator.
  6. All color values are from RGB.
  7.  
  8. --]]
  9.  
  10. function RainbowUnderline()
  11. return(true)
  12. end
  13. function BarColor()
  14. return("40, 40, 40")
  15. end
  16. function BackgroundColor()
  17. return("30, 30, 30")
  18. end
  19. function UnderlineColor()
  20. return("0, 255, 140")
  21. end
  22. function TextColor()
  23. return("255, 255, 255")
  24. end
  25. function BackgroundTransparency()
  26. return("0.3")
  27. end
  28. function ToggleOFFColor()
  29. return("255, 25, 25")
  30. end
  31. function ToggleONColor()
  32. return("0, 255, 140")
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement