mostly working, themes are broken, as are others.

This commit is contained in:
Crazypersonalph
2023-12-04 20:50:24 +08:00
parent 8af59e58d6
commit d14280724e
7 changed files with 17 additions and 17 deletions
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -1,8 +1,8 @@
import browser from 'webextension-polyfill'
import { GetThresholdOfColor, GetCSSElement } from '../../../SEQTA.js';
import { lightenAndPaleColor } from './lightenAndPaleColor.js';
import ColorLuminance from './ColorLuminance.js';
import { onError } from '../../utils/onError.js';
import { GetThresholdOfColor, GetCSSElement } from '../../../SEQTA';
import { lightenAndPaleColor } from './lightenAndPaleColor';
import ColorLuminance from './ColorLuminance';
import { onError } from '../../utils/onError';
// Helper functions
const setCSSVar = (varName: any, value: any) => document.documentElement.style.setProperty(varName, value);