diff --git a/config.json b/config.json index 8e3794a9..ff43a316 100644 --- a/config.json +++ b/config.json @@ -32,12 +32,18 @@ "manifest": { "short_name": "notify.moe", "gcm_sender_id": "941298467524", - "theme_color": "#f8a582", + "theme_color": "#f0c7bb", "background_color": "#ffffff", "icons": [ { "src": "images/brand/64.png", - "sizes": "64x64" + "sizes": "64x64", + "type": "image/png" + }, + { + "src": "images/brand/128.png", + "sizes": "128x128", + "type": "image/png" }, { "src": "images/brand/144.png", @@ -45,12 +51,9 @@ "type": "image/png" }, { - "src": "images/brand/300.png", - "sizes": "300x300" - }, - { - "src": "images/brand/600.png", - "sizes": "600x600" + "src": "images/brand/220.png", + "sizes": "220x220", + "type": "image/png" } ] }, diff --git a/images/brand/128.png b/images/brand/128.png new file mode 100644 index 00000000..7b42c8c6 Binary files /dev/null and b/images/brand/128.png differ diff --git a/images/brand/128.webp b/images/brand/128.webp new file mode 100644 index 00000000..c7874d0f Binary files /dev/null and b/images/brand/128.webp differ diff --git a/images/brand/144.png b/images/brand/144.png index b0432900..60fe4b0c 100644 Binary files a/images/brand/144.png and b/images/brand/144.png differ diff --git a/images/brand/144.webp b/images/brand/144.webp index ed4dd628..707e2a05 100644 Binary files a/images/brand/144.webp and b/images/brand/144.webp differ diff --git a/images/brand/220.png b/images/brand/220.png new file mode 100644 index 00000000..64889a90 Binary files /dev/null and b/images/brand/220.png differ diff --git a/images/brand/220.webp b/images/brand/220.webp new file mode 100644 index 00000000..abd85125 Binary files /dev/null and b/images/brand/220.webp differ diff --git a/images/brand/300.png b/images/brand/300.png deleted file mode 100644 index 13edc019..00000000 Binary files a/images/brand/300.png and /dev/null differ diff --git a/images/brand/300.webp b/images/brand/300.webp deleted file mode 100644 index 928a51a5..00000000 Binary files a/images/brand/300.webp and /dev/null differ diff --git a/images/brand/600.png b/images/brand/600.png deleted file mode 100644 index 007d01ee..00000000 Binary files a/images/brand/600.png and /dev/null differ diff --git a/images/brand/600.webp b/images/brand/600.webp deleted file mode 100644 index a53a1dd0..00000000 Binary files a/images/brand/600.webp and /dev/null differ diff --git a/images/brand/64.png b/images/brand/64.png index 0309ab76..4fc9b10d 100644 Binary files a/images/brand/64.png and b/images/brand/64.png differ diff --git a/images/brand/64.webp b/images/brand/64.webp index 6cac4dc6..e2b69b47 100644 Binary files a/images/brand/64.webp and b/images/brand/64.webp differ diff --git a/jobs/test/test.go b/jobs/test/test.go index f506acd9..ace5bfac 100644 --- a/jobs/test/test.go +++ b/jobs/test/test.go @@ -59,7 +59,7 @@ func testPackage(pkg string) { Title: pkg, Message: "Test failed", Link: "https://" + pkg, - Icon: "https://notify.moe/images/brand/300.png", + Icon: "https://notify.moe/images/brand/220.png", }) return } diff --git a/layout/sidebar/sidebar.scarlet b/layout/sidebar/sidebar.scarlet index 08af9c02..95e0f34c 100644 --- a/layout/sidebar/sidebar.scarlet +++ b/layout/sidebar/sidebar.scarlet @@ -32,7 +32,8 @@ sidebar-spacing-y = 0.7rem pointer-events auto box-shadow none border-right ui-border - background rgba(0, 0, 0, 0.03) + // background rgba(0, 0, 0, 0.03) + background rgba(0, 0, 0, 0.2) .sidebar-visible transform translateX(0) !important diff --git a/pages/frontpage/frontpage.go b/pages/frontpage/frontpage.go index d8a69afb..32d66d4b 100644 --- a/pages/frontpage/frontpage.go +++ b/pages/frontpage/frontpage.go @@ -16,7 +16,7 @@ func Get(ctx *aero.Context) string { "og:description": description, "og:type": "website", "og:url": "https://" + ctx.App.Config.Domain, - "og:image": "https://" + ctx.App.Config.Domain + "/images/brand/600.png", + "og:image": "https://" + ctx.App.Config.Domain + "/images/brand/220.png", }, Meta: map[string]string{ "description": description, diff --git a/pages/notifications/notifications.go b/pages/notifications/notifications.go index 787c0716..8bf4a4ac 100644 --- a/pages/notifications/notifications.go +++ b/pages/notifications/notifications.go @@ -19,7 +19,7 @@ func Test(ctx *aero.Context) string { notification := &arn.Notification{ Title: "Anime Notifier", Message: "Yay, it works!", - Icon: "https://" + ctx.App.Config.Domain + "/images/brand/300.png", + Icon: "https://" + ctx.App.Config.Domain + "/images/brand/220.png", } user.SendNotification(notification) diff --git a/pages/paypal/paypal.go b/pages/paypal/paypal.go index 2c5d188f..af1813f6 100644 --- a/pages/paypal/paypal.go +++ b/pages/paypal/paypal.go @@ -49,7 +49,7 @@ func CreatePayment(ctx *aero.Context) string { // Name: "Anime Notifier", // Presentation: paypalsdk.Presentation{ // BrandName: "Anime Notifier", - // LogoImage: "https://notify.moe/brand/300", + // LogoImage: "https://notify.moe/brand/220", // LocaleCode: "US", // }, diff --git a/styles/include/dark.scarlet b/styles/include/dark.scarlet index f45c0679..a960135d 100644 --- a/styles/include/dark.scarlet +++ b/styles/include/dark.scarlet @@ -9,7 +9,7 @@ text-color = hsl(0, 0%, 90%) bg-color = hsl(0, 0%, 24%) link-color = hsl(hue, saturation, 66%) link-hover-color = hsl(hue, saturation, 76%) -ui-background = hsla(0, 0%, 8%, 0.5) +ui-background = hsla(0, 0%, 8%, 0.3) theme-white = bg-color theme-black = text-color diff --git a/styles/tabs.scarlet b/styles/tabs.scarlet index 1e17a82d..63f496d8 100644 --- a/styles/tabs.scarlet +++ b/styles/tabs.scarlet @@ -21,6 +21,12 @@ :first-child border-left ui-border + border-top-left-radius ui-element-border-radius + border-bottom-left-radius ui-element-border-radius + + :last-child + border-top-right-radius ui-element-border-radius + border-bottom-right-radius ui-element-border-radius // color text-color !important // :hover