StudioScriptEditorColorCategories
Color categories used to theme the Script Editor in Roblox Studio.
Items 47
| History | Name | Value | Description | |
|---|---|---|---|---|
| 449 | Default | 0 | Fallback foreground color used for script text that does not match any more specific syntax category. | |
| 449 | Operator | 1 | Color applied to operator tokens such as | |
| 449 | Number | 2 | Color applied to numeric literal tokens in scripts. | |
| 449 | String | 3 | Color applied to string literal tokens, including quoted strings and long-string literals. | |
| 449 | Comment | 4 | Color applied to comment tokens (single-line | |
| 449 | Keyword | 5 | Color applied to Luau reserved keywords such as | |
| 449 | Builtin | 6 | Color applied to Luau built-in functions and standard library identifiers in scripts. | |
| 452 | Method | 7 | Color applied to method call identifiers in scripts. | |
| 452 | Property | 8 | Color applied to property access identifiers (tokens following a | |
| 452 | Nil | 9 | Color applied to the | |
| 452 | Bool | 10 | Foreground color used to highlight boolean literals ( | |
| 452 | Function | 11 | Color applied to the | |
| 452 | Local | 12 | Color applied to the | |
| 452 | Self | 13 | Color applied to the | |
| 454 | LuauKeyword | 14 | Color applied to Luau-specific type annotation keywords such as | |
| 454 | FunctionName | 15 | Color applied to the identifier that names a function in its declaration. | |
| 454 | TODO | 16 | Color applied to | |
| 454 | Background | 17 | Main background color of the Script Editor canvas. | |
| 454 | SelectionText | 18 | Foreground color for text within the currently selected range in the Script Editor. | |
| 454 | SelectionBackground | 19 | Background highlight color for the currently selected text range in the Script Editor. | |
| 454 | FindSelectionBackground | 20 | Background highlight color applied to text ranges matched by a Find or Replace operation. | |
| 454 | MatchingWordBackground | 21 | Background highlight color applied to all occurrences of the word under the cursor when word-highlight is active. | |
| 454 | Warning | 22 | Color used for warning-severity diagnostic markers and underlines in scripts. | |
| 454 | Error | 23 | Color used for error-severity diagnostic markers and underlines in scripts. | |
| 573 | Info | 24 | Color used for information-severity diagnostic markers in scripts. | |
| 573 | Hint | 25 | Color used for hint-severity diagnostic markers in scripts. | |
| 573 | Whitespace | 26 | Color used to render visible whitespace characters (spaces and tabs) when that display option is enabled. | |
| 573 | ActiveLine | 27 | Background highlight color applied to the line that currently contains the text cursor. | |
| 573 | DebuggerCurrentLine | 28 | Background highlight color for the line the debugger is currently paused on. | |
| 573 | DebuggerErrorLine | 29 | Background highlight color for a line that caused a runtime error during a debugging session. | |
| 573 | Ruler | 30 | Color of the vertical column ruler line drawn at the configured character-width limit in the Script Editor. | |
| 573 | Bracket | 31 | Color applied to bracket characters such as | |
| 656 | Type | 32 | Color applied to Luau type name tokens in type annotations and declarations. | |
| 656 | MenuPrimaryText | 33 | Primary text color for items listed in autocomplete and context-menu popups. | |
| 656 | MenuSecondaryText | 34 | Secondary text color (for example, type annotations or documentation hints) in autocomplete popups. | |
| 656 | MenuSelectedText | 35 | Text color of the currently highlighted item in autocomplete and context-menu popups. | |
| 656 | MenuBackground | 36 | Background color for autocomplete and context-menu popups in the Script Editor. | |
| 656 | MenuSelectedBackground | 37 | Background color of the currently highlighted item in autocomplete and context-menu popups. | |
| 656 | MenuScrollbarBackground | 38 | Background color of the scrollbar track inside autocomplete and context-menu popups. | |
| 656 | MenuScrollbarHandle | 39 | Color of the scrollbar thumb (handle) inside autocomplete and context-menu popups. | |
| 656 | MenuBorder | 40 | Border color for autocomplete and context-menu popups in the Script Editor. | |
| 656 | DocViewCodeBackground | 41 | Background color for inline code blocks rendered in the documentation viewer panel within Studio. | |
| 656 | AICOOverlayText | 42 | Text color for labels displayed in the AI Code Overlay panel. | |
| 656 | AICOOverlayButtonBackground | 43 | Background color for AI Code Overlay action buttons in their default (idle) state. | |
| 656 | AICOOverlayButtonBackgroundHover | 44 | Background color for AI Code Overlay action buttons when the pointer hovers over them. | |
| 656 | AICOOverlayButtonBackgroundPressed | 45 | Background color for AI Code Overlay action buttons while they are being pressed. | |
| 656 | IndentationRuler | 46 | Color of the vertical guide lines drawn at each indentation level in the script editor gutter. |
Removed items 1
| History | Name | Value | |
|---|---|---|---|
| 454 | Export | 14 |
Description
Identifies visual element categories whose colors can be customized in the Roblox Studio Script Editor theme system. Each value is a distinct syntactic or UI region in the editor.
History 114
- 656 Add Type
- 656 Change Index of MenuSelectedText from 34 to 35
- 656 Change Value of MenuSelectedText from 34 to 35
- 656 Change Index of MenuSelectedBackground from 36 to 37
- 656 Change Value of MenuSelectedBackground from 36 to 37
- 656 Change Index of MenuSecondaryText from 33 to 34
- 656 Change Value of MenuSecondaryText from 33 to 34
- 656 Change Value of MenuScrollbarHandle from 38 to 39
- 656 Change Index of MenuScrollbarHandle from 38 to 39
- 656 Change Index of MenuScrollbarBackground from 37 to 38
- 656 Change Value of MenuScrollbarBackground from 37 to 38
- 656 Change Index of MenuPrimaryText from 32 to 33
- 656 Change Value of MenuPrimaryText from 32 to 33
- 656 Change Value of MenuBorder from 39 to 40
- 656 Change Index of MenuBorder from 39 to 40
- 656 Change Index of MenuBackground from 35 to 36
- 656 Change Value of MenuBackground from 35 to 36
- 656 Change Value of IndentationRuler from 45 to 46
- 656 Change Index of IndentationRuler from 45 to 46
- 656 Change Value of DocViewCodeBackground from 40 to 41
- 656 Change Index of DocViewCodeBackground from 40 to 41
- 656 Change Index of AICOOverlayText from 41 to 42
- 656 Change Value of AICOOverlayText from 41 to 42
- 656 Change Index of AICOOverlayButtonBackgroundPressed from 44 to 45
- 656 Change Value of AICOOverlayButtonBackgroundPressed from 44 to 45
- 656 Change Value of AICOOverlayButtonBackgroundHover from 43 to 44
- 656 Change Index of AICOOverlayButtonBackgroundHover from 43 to 44
- 656 Change Index of AICOOverlayButtonBackground from 42 to 43
- 656 Change Value of AICOOverlayButtonBackground from 42 to 43
- 580 Add IndentationRuler
- 574 Add AICOOverlayText
- 574 Add AICOOverlayButtonBackgroundPressed
- 574 Add AICOOverlayButtonBackgroundHover
- 574 Add AICOOverlayButtonBackground
- 573 Change Value of Whitespace from 24 to 26
- 573 Change Index of Whitespace from 24 to 26
- 573 Change Index of Ruler from 28 to 30
- 573 Change Value of Ruler from 28 to 30
- 573 Change Index of MenuSelectedText from 32 to 34
- 573 Change Value of MenuSelectedText from 32 to 34
- 573 Change Index of MenuSelectedBackground from 34 to 36
- 573 Change Value of MenuSelectedBackground from 34 to 36
- 573 Change Index of MenuSecondaryText from 31 to 33
- 573 Change Value of MenuSecondaryText from 31 to 33
- 573 Change Value of MenuScrollbarHandle from 36 to 38
- 573 Change Index of MenuScrollbarHandle from 36 to 38
- 573 Change Index of MenuScrollbarBackground from 35 to 37
- 573 Change Value of MenuScrollbarBackground from 35 to 37
- 573 Change Value of MenuPrimaryText from 30 to 32
- 573 Change Index of MenuPrimaryText from 30 to 32
- 573 Change Index of MenuBorder from 37 to 39
- 573 Change Value of MenuBorder from 37 to 39
- 573 Change Value of MenuBackground from 33 to 35
- 573 Change Index of MenuBackground from 33 to 35
- 573 Add Info
- 573 Add Hint
- 573 Change Value of DocViewCodeBackground from 38 to 40
- 573 Change Index of DocViewCodeBackground from 38 to 40
- 573 Change Index of DebuggerErrorLine from 27 to 29
- 573 Change Value of DebuggerErrorLine from 27 to 29
- 573 Change Value of DebuggerCurrentLine from 26 to 28
- 573 Change Index of DebuggerCurrentLine from 26 to 28
- 573 Change Value of Bracket from 29 to 31
- 573 Change Index of Bracket from 29 to 31
- 573 Change Value of ActiveLine from 25 to 27
- 573 Change Index of ActiveLine from 25 to 27
- 504 Add DocViewCodeBackground
- 488 Add MenuBorder
- 471 Add MenuSelectedText
- 471 Add MenuSelectedBackground
- 471 Add MenuSecondaryText
- 471 Add MenuScrollbarHandle
- 471 Add MenuScrollbarBackground
- 471 Add MenuPrimaryText
- 471 Add MenuBackground
- 458 Add Bracket
- 454 Add Whitespace
- 454 Add Warning
- 454 Remove Type
- 454 Change Value of TODO from 17 to 16
- 454 Change Index of TODO from 17 to 16
- 454 Add SelectionText
- 454 Add SelectionBackground
- 454 Add Ruler
- 454 Add MatchingWordBackground
- 454 Add LuauKeyword
- 454 Change Index of FunctionName from 16 to 15
- 454 Change Value of FunctionName from 16 to 15
- 454 Add FindSelectionBackground
- 454 Remove Export
- 454 Add Error
- 454 Add DebuggerErrorLine
- 454 Add DebuggerCurrentLine
- 454 Add Background
- 454 Add ActiveLine
- 452 Add Type
- 452 Add TODO
- 452 Add Self
- 452 Add Property
- 452 Add Nil
- 452 Add Method
- 452 Add Local
- 452 Add FunctionName
- 452 Add Function
- 452 Add Export
- 452 Add Bool
- 449 Add String
- 449 Add Operator
- 449 Add Number
- 449 Add Keyword
- 449 Add Default
- 449 Add Comment
- 449 Add Builtin
- 449 Add StudioScriptEditorColorCategories