diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index 88480ced..901ccf42 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -4,9 +4,13 @@ on:
push:
branches:
- dev
+ paths-ignore:
+ - '**.md'
pull_request:
branches:
- dev
+ paths-ignore:
+ - '**.md'
jobs:
build:
diff --git a/README.md b/README.md
index 0ae0b061..11e5ff09 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
-# Vanced Manager [![Github All Releases](https://img.shields.io/github/downloads/YTVanced/VancedManager/total.svg)](https://github.com/YTVanced/VancedManager/releases/latest) [![Github All Releases](https://img.shields.io/github/release/YTVanced/VancedManager.svg)](https://github.com/YTVanced/VancedManager/releases/latest)
+# Vanced Manager
+
+
+[![Github All Releases](https://img.shields.io/github/downloads/YTVanced/VancedManager/total.svg?style=for-the-badge)](https://github.com/YTVanced/VancedManager/releases/latest) [![Github All Releases](https://img.shields.io/github/release/YTVanced/VancedManager.svg?style=for-the-badge)](https://github.com/YTVanced/VancedManager/releases/latest)
+
+
+
Hi, when we released Vanced 15.05.54, people were upset because it used the .apks format, which was way harder to install than a traditional .apk file. Even though we wrote clear instructions on how to install the new Vanced build, people still couldn't figure it out.
Then we thought, "why don't we make a manager for vanced, which will download, update and uninstall Vanced and MicroG, have an easy and understandable UI and be less than 10mb?" and that's how Vanced Manager was born.
@@ -15,7 +21,14 @@ For anyone who wants to provide translations please submit them to https://crowd
- [ ] Clean up the ViewModel and DataModel code
- [ ] Migrate to Jetpack Compose when it's officially released
-## Building [![Build](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml/badge.svg?branch=dev)](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml)
+## Building
+
+
+
+[![Build](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml/badge.svg?branch=dev)](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml)
+
+
+
### Using Android Studio
Clone the repo, open it in Android Studio and build the app.
@@ -31,4 +44,6 @@ chmod +x gradlew
```
## Vanced FAQ
-Vanced FAQ (from the faq branch) now available on the playstore! https://play.google.com/store/apps/details?id=com.vanced.faq
\ No newline at end of file
+Vanced FAQ (from the faq branch) now available on the playstore!
+
+
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
new file mode 100644
index 00000000..1e2dd8d6
--- /dev/null
+++ b/app/src/main/res/values-night/colors.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ #131317
+
+
+
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 05a0077b..9a61311a 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -12,6 +12,7 @@
#5F5E5E
#ffffff
#000000
- #131317
+
+ #cfcfcf