Reduce icons brightness

This commit is contained in:
miruka 2019-08-30 20:30:39 -04:00
parent ca2ecc75bb
commit 9aff5450db
2 changed files with 5 additions and 6 deletions

View File

@ -11,9 +11,7 @@
- When qml syntax highlighting supports ES6 string interpolation, use them
- Fixes
- Backspace bug
- Show error if uploading avatar fails or file is corrupted
- Pressing backspace in composer sometimes doesn't work
- If account not in config anymore, discard ui state last page on startup
- Don't strip user spacing in html
@ -25,10 +23,11 @@
- Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb`
- UI
- Show error if uploading avatar fails or file is corrupted
- Just use Shortcut onHeld instead of analyzing the current velocity
in `smartVerticalFlick()`
- Reduce icons brightness
- Thinner expand arrow
- Thinner expand arrow icon
- Restore previous focus after closing right click context menu
- Choose a better default easing type for animations
- Make HListView scrollbars visible

View File

@ -88,7 +88,7 @@ icons:
string preferredPack: "thin"
// "transparent" to disable colorizing
color colorize: "white"
color colorize: hsluv(0, 0, colors.intensity * 90)
color disabledColorize: "white"