We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1c436 commit 2c102d7Copy full SHA for 2c102d7
src/games/omny.ts
@@ -797,7 +797,11 @@ export class OmnyGame extends GameBase {
797
name: "star-solid",
798
colour: {
799
func: "flatten",
800
- fg: "_context_fill",
+ fg: {
801
+ func: "bestContrast",
802
+ bg: 1,
803
+ fg: ["#ffffff", "#000000"]
804
+ },
805
bg: 1,
806
opacity: 0.25,
807
},
@@ -813,7 +817,11 @@ export class OmnyGame extends GameBase {
813
817
814
818
815
819
816
820
821
822
+ bg: 2,
823
824
825
bg: 2,
826
827
0 commit comments