Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local theme = {
- ["dblack"] = colors.black,
- ["dwhite"] = colors.white,
- ["dcyan"] = colors.cyan,
- ["dgray"] = colors.gray,
- ["dred"] = colors.red,
- ["dgreen"] = colors.green,
- ["dblue"] = colors.blue,
- ["fred"] = "red",
- ["fcyan"] = "cyan",
- ["fblack"] = "black",
- ["fgray"] = "gray",
- ["fwhite"] = "white",
- ["fgreen"] = "green",
- ["fblue"] = "blue",
- ["borange"] = "1",
- ["bgray"] = "7",
- ["bwhite"] = "e",
- ["bred"] = "r",
- ["bblack"] = "f"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement