nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
32 stars 38 forks source link

Tranparent splash image looks ugly on dark background. #614

Open 532910 opened 3 years ago

532910 commented 3 years ago

image

realloc commented 2 years ago

Maybe we could have a thin white border or similar artistic solution for this?

robin174 commented 2 years ago

So... you need 2 versions of the NeoFS logo... where 'neo' is in white or very light grey, to work on a dark background. I have an SVG version that I sourced online. For ref: https://fs.neo.org/audit. That will work.

robin174 commented 2 years ago

If the logo file is an SVG - you can update the code via CSS, utilising one base file.

robin174 commented 2 years ago

NeoFS_w2

mike-petrov commented 2 years ago

@robin174 check this PR: https://github.com/nspcc-dev/neofs-node/pull/1694. I added the attributes of dark github theme [data-color-mode=dark][data-dark-theme*=dark], but in the README we can not use svg (only img, for security reasons) so the attributes will not work. I have no solution for how to use svg file in the README.

robin174 commented 2 years ago

Ah ok. In that case would 2x PNGS work. I have attached both as they are sized the same and that an help with consistency. neo-fs-logo-light neo-fs-logo-dark

realloc commented 2 years ago

I'd prefer ugly SVG over pair of nice PNGs =(