aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values-night (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: reformat all codeJason A. Donenfeld2023-05-051-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: don't create fake theme color attrJason A. Donenfeld2023-04-041-1/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: bring back dark log viewer colorsJason A. Donenfeld2023-03-281-0/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: add list selection backgroundsJason A. Donenfeld2023-03-271-0/+1
| | | | | | | Harsh - feel free to replace this commit with something better. I'm sure it's the most terrible way to do it. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: introduce a fresh set of Material3 themes and migrate to themHarsh Shandilya2023-03-272-23/+31
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* ui: switch up dark theme system bars colorsHarsh Shandilya2020-04-261-2/+2
| | | | | | | | | The status bar color had a subtle transparency applied which caused inconsistencies, and the navigation bar color was the wrong shade of gray. Reported-by: Danny Lin <danny@kdrag0n.dev> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Introduce realtime log viewerHarsh Shandilya2020-03-261-0/+6
| | | | | | | | | This contains a share button and a save button, the former using a custom content provider. Co-authored-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Rename app module to uiHarsh Shandilya2020-03-092-0/+22
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>