victrme / Bonjourr

Minimalist & lightweight startpage inspired by iOS
https://bonjourr.fr
GNU General Public License v3.0
982 stars 113 forks source link

iOS 18 Dark icons #437

Open Steperman5692 opened 1 month ago

Steperman5692 commented 1 month ago

So in iOS 18, They introduced dark icons to apps for further customization on iPhone & iPad; and since Boujourr design is based on Apple design language. I was wondering if we could add dark icons as an alternative to quick links white background. I'm referring to this: image

victrme commented 1 month ago

Hi @Steperman5692, it can be doable !

In the meantime, you can already do that with CSS by adding this to your Custom Style:

.backgrounds .link div {
  background-color: #222;
  border-color: #222;
}
morceaudebois commented 1 month ago

I personally am not necessarily a fan of some of Apple's most recent design language decisions, so I'm not sure if we wanna follow everything they do just because they do it.

Still an interesting suggestion, I think a toggle that would essentially automatically add @victrme's CSS is something we could do. Wouldn't be perfect though as some websites have the white background baked in the icon.

Steperman5692 commented 1 month ago

Awesome, thanks for answering!