Update the rest of the plugins, tweak Fundamental dark rules
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
7035a682e5
commit
0ac564aeae
12 changed files with 111 additions and 52 deletions
|
@ -9,6 +9,10 @@
|
|||
|
||||
|
||||
|
||||
void writeThemeAndContrastAsDefault() {}
|
||||
void readThemeAndContrastFromDefault() {}
|
||||
|
||||
|
||||
void loadThemeAndContrastFromDefault(int* panelTheme, float* panelContrast) {
|
||||
*panelTheme = 1;
|
||||
*panelContrast = panelContrastDefault;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue