Skip to content

Commit

Permalink
fix(theme): dark theme .25 opacity on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Dec 3, 2024
1 parent e02c115 commit 8a986f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion root/themes/script-kit-dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:root {
--name: "Script Kit Dark";
--appearance: dark;
--opacity: 0.5;
--opacity-mac: 0.25;
--opacity-win: 0.5;
--opacity-other: 0.5;
--color-text: #ffffffee;
--color-primary: #fbbf24ee;
--color-secondary: #ffffff;
Expand Down

0 comments on commit 8a986f7

Please sign in to comment.