Update the rest of the plugins, tweak Fundamental dark rules

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-23 23:25:56 +00:00
parent 7035a682e5
commit 0ac564aeae
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
12 changed files with 111 additions and 52 deletions

View file

@ -9,6 +9,10 @@
void writeThemeAndContrastAsDefault() {}
void readThemeAndContrastFromDefault() {}
void loadThemeAndContrastFromDefault(int* panelTheme, float* panelContrast) {
*panelTheme = 1;
*panelContrast = panelContrastDefault;