openvk/themepacks/midnight
mrilyew 2795e1e1a4
feat(profiles): add ability to crop avatar (#1089)
* feat(profiles): add ability to crop avatar

Closes #1068 and maybe slash 106

* add ability to take avatar photo from camera

почему бы и нет

---------

Co-authored-by: lalka2018 <99399973+lalka2016@users.noreply.github.com>
Co-authored-by: celestora <kitsuruko@gmail.com>
2024-10-14 13:53:56 +03:00
..
res chore(theme-midnight): bump version to 0.0.2.9 2024-04-19 11:16:41 +03:00
README.md OpenVK Midnight: Resolve new issues, add README 2023-06-11 00:23:55 +07:00
stylesheet.css feat(profiles): add ability to crop avatar (#1089) 2024-10-14 13:53:56 +03:00
theme.yml chore(theme-midnight): bump version to 0.0.2.9 2024-04-19 11:16:41 +03:00

Preview

Intro

"Midnight" is a design theme using darker shades of color similar to "Slate Blue" (according to X11 colors), designed to reduce eye pain when browsing at midnight or at all times.

The key feature of the design theme is to be as close to the standard design theme as possible, which is why you'll not see a badass (in a good way) design of that button which does not need to be styled.

Contributing

If I (Lumaeris) didn't manage to style a new feature in time or if you develop a new feature with styling yourself, please remember the key feature of the design theme.

"as close to the standard design theme as possible"

What is meant here is that you should NOT add unnecessary properties (such as width, overflow-x, cursor, etc). You should only focus on color changes and only add critical properties where needed. That's it. Keep It Simple, Silly.

When upgrading a version, you don't have to choose something specific like 0.2.64.85 or 2038-1-19.1, just increase the number in the last part of the version line (0.0.5.6 -> 0.0.5.7). It is necessary to update the version constantly to avoid forced caching of the style file. Increase the version is necessary not only in theme.yml, but also in stylesheet.css ("Replace All" will help in this).