Fix explain colors in dark mode
This commit is contained in:
parent
2e516c9284
commit
05e9b982cd
4 changed files with 32 additions and 9 deletions
|
|
@ -41,6 +41,8 @@ struct ColorTheme
|
|||
|
||||
QColor GetColorForType(Oid oid) const;
|
||||
|
||||
QColor explainTime[4];
|
||||
QColor explainEstError[3];
|
||||
};
|
||||
|
||||
const ColorTheme& GetColorTheme();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue