Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
LuaDebuggerEditorPalette Struct Reference

Single source of truth for the script editor's theme-aware colours. More...

#include <lua_debugger_code_editor.h>

Public Attributes

QColor editorBackground
 
QColor editorText
 
QColor selection
 
QColor selectionText
 
QColor gutterBackground
 
QColor gutterText
 
QColor pausedLine
 Background for the line the debugger is paused on.
 

Detailed Description

Single source of truth for the script editor's theme-aware colours.

Used by LuaDebuggerCodeView to seed both its QPalette (applyEditorPalette) and the gutter painter (lineNumberAreaPaintEvent), and by rebuildLineHighlights for the paused-line stripe. Centralising the table here keeps the editor and gutter from drifting apart.


The documentation for this struct was generated from the following file: