Advertisement
9551

Untitled

Jun 25th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. local theme = {
  2. ["dblack"] = colors.black,
  3. ["dwhite"] = colors.white,
  4. ["dcyan"] = colors.cyan,
  5. ["dgray"] = colors.gray,
  6. ["dred"] = colors.red,
  7. ["dgreen"] = colors.green,
  8. ["dblue"] = colors.blue,
  9. ["fred"] = "red",
  10. ["fcyan"] = "cyan",
  11. ["fblack"] = "black",
  12. ["fgray"] = "gray",
  13. ["fwhite"] = "white",
  14. ["fgreen"] = "green",
  15. ["fblue"] = "blue",
  16. ["borange"] = "1",
  17. ["bgray"] = "7",
  18. ["bwhite"] = "e",
  19. ["bred"] = "r",
  20. ["bblack"] = "f"
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement