Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local availableThemes = {
- ["Water (Default)"] = { -- Water Theme
- background = 0xBEBEBE,
- backgroundHighlight = 0xD3D3D3,
- prompt = 0x00FFFF,
- promptHighlight = 0xADD8E6,
- err = 0xFF0000,
- errHighlight = 0xFFC0CB,
- editorBackground = 0xBEBEBE,
- editorLineHightlight = 0xADD8E6,
- editorLineNumbers = 0xBEBEBE,
- editorLineNumbersHighlight = 0xD3D3D3,
- editorError = 0xFFC0CB,
- editorErrorHighlight = 0xFF0000,
- textColor = 0xFFFFFF,
- conditional = 0xFFFF00,
- constant = 0xFFA500,
- ["function"] = 0xFF00FF,
- string = 0xFF0000,
- comment = 0x32CD32
- },
- ["Fire"],
- ["Sublime Text 2"],
- ["Midnight"],
- ["TheOriginalBIT"],
- ["Superaxander"],
- ["Forest"],
- ["Night"],
- ["Original"],
- }
- local normalTheme = {
- background = 0x000000,
- backgroundHighlight = 0x000000,
- prompt = 0x000000,
- promptHighlight = 0x000000,
- err = 0x000000,
- errHighlight = 0x000000,
- editorBackground = 0x000000,
- editorLineHightlight = 0x000000,
- editorLineNumbers = 0x000000,
- editorLineNumbersHighlight = 0xFFFFFF,
- editorError = 0x000000,
- editorErrorHighlight = 0x000000,
- textColor = 0xFFFFFF,
- conditional = 0xFFFFFF,
- constant = 0xFFFFFF,
- ["function"] = 0xFFFFFF,
- string = 0xFFFFFF,
- comment = 0xFFFFFF
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement