Skip to content

Commit

Permalink
Fix issue with translucency in Flexoki
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Oct 9, 2023
1 parent 95bd660 commit f35a13e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -5905,9 +5905,9 @@ https://stephango.com/flexoki
--color-pink: #CE5D97; }

.theme-light.minimal-flexoki-light {
--base-h: 360;
--base-s: 3%;
--base-l: 6%;
--base-h: 48;
--base-s: 100%;
--base-l: 97%;
--accent-h: 175;
--accent-s: 57%;
--accent-l: 33%;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Minimal",
"version": "7.3.1",
"version": "7.3.2",
"minAppVersion": "1.1.9",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
Expand Down
6 changes: 3 additions & 3 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5865,9 +5865,9 @@ https://stephango.com/flexoki
--color-pink: #CE5D97; }

.theme-light.minimal-flexoki-light {
--base-h: 360;
--base-s: 3%;
--base-l: 6%;
--base-h: 48;
--base-s: 100%;
--base-l: 97%;
--accent-h: 175;
--accent-s: 57%;
--accent-l: 33%;
Expand Down
2 changes: 1 addition & 1 deletion src/css/main.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/scss/color-schemes/flexoki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ https://stephango.com/flexoki
--color-pink: #CE5D97;
}
.theme-light.minimal-flexoki-light {
--base-h: 360;
--base-s: 3%;
--base-l: 6%;
--base-h: 48;
--base-s: 100%;
--base-l: 97%;

--accent-h: 175;
--accent-s: 57%;
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit f35a13e

Please sign in to comment.