Added the ability to scale tooltips in Configuration > Scaling. (#411)

* Updated readme for a Kofi donation link to Aylur.

* Added tooltip scaling option.
This commit is contained in:
Jas Singh
2024-10-31 01:45:52 -07:00
committed by GitHub
parent 7ceb6a9b99
commit 14d5e4c270
3 changed files with 58 additions and 48 deletions

View File

@@ -89,6 +89,9 @@ const tertiary_colors = {
const options = mkOptions(OPTIONS, {
theme: {
tooltip: {
scaling: opt(100),
},
matugen: opt(false),
matugen_settings: {
mode: opt<MatugenTheme>('dark'),