Skip to content

Commit f35a13e

Browse files
committed
Fix issue with translucency in Flexoki
1 parent 95bd660 commit f35a13e

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Minimal.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5905,9 +5905,9 @@ https://stephango.com/flexoki
59055905
--color-pink: #CE5D97; }
59065906

59075907
.theme-light.minimal-flexoki-light {
5908-
--base-h: 360;
5909-
--base-s: 3%;
5910-
--base-l: 6%;
5908+
--base-h: 48;
5909+
--base-s: 100%;
5910+
--base-l: 97%;
59115911
--accent-h: 175;
59125912
--accent-s: 57%;
59135913
--accent-l: 33%;

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Minimal",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
44
"minAppVersion": "1.1.9",
55
"author": "@kepano",
66
"authorUrl": "https://twitter.com/kepano",

src/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5865,9 +5865,9 @@ https://stephango.com/flexoki
58655865
--color-pink: #CE5D97; }
58665866

58675867
.theme-light.minimal-flexoki-light {
5868-
--base-h: 360;
5869-
--base-s: 3%;
5870-
--base-l: 6%;
5868+
--base-h: 48;
5869+
--base-s: 100%;
5870+
--base-l: 97%;
58715871
--accent-h: 175;
58725872
--accent-s: 57%;
58735873
--accent-l: 33%;

src/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/color-schemes/flexoki.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ https://stephango.com/flexoki
4444
--color-pink: #CE5D97;
4545
}
4646
.theme-light.minimal-flexoki-light {
47-
--base-h: 360;
48-
--base-s: 3%;
49-
--base-l: 6%;
47+
--base-h: 48;
48+
--base-s: 100%;
49+
--base-l: 97%;
5050

5151
--accent-h: 175;
5252
--accent-s: 57%;

theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)