diff --git a/changelog.d/5513.misc b/changelog.d/5513.misc
new file mode 100644
index 0000000000..767a9f1843
--- /dev/null
+++ b/changelog.d/5513.misc
@@ -0,0 +1 @@
+Added online presence indicator attribute online to match offline styling
diff --git a/library/ui-styles/src/main/res/values/colors.xml b/library/ui-styles/src/main/res/values/colors.xml
index 75b03a7d2e..d887e7774e 100644
--- a/library/ui-styles/src/main/res/values/colors.xml
+++ b/library/ui-styles/src/main/res/values/colors.xml
@@ -122,6 +122,10 @@
@color/palette_gray_100
@color/palette_gray_450
+
+ @color/palette_element_green
+ @color/palette_element_green
+
@color/palette_prune
diff --git a/library/ui-styles/src/main/res/values/palette_mobile.xml b/library/ui-styles/src/main/res/values/palette_mobile.xml
index ec2f1d0814..5610771f8a 100644
--- a/library/ui-styles/src/main/res/values/palette_mobile.xml
+++ b/library/ui-styles/src/main/res/values/palette_mobile.xml
@@ -53,5 +53,4 @@
@color/palette_verde
@color/palette_azure
@color/palette_grape
-
\ No newline at end of file
diff --git a/library/ui-styles/src/main/res/values/theme_dark.xml b/library/ui-styles/src/main/res/values/theme_dark.xml
index 06670ccd68..7177687fdd 100644
--- a/library/ui-styles/src/main/res/values/theme_dark.xml
+++ b/library/ui-styles/src/main/res/values/theme_dark.xml
@@ -43,6 +43,7 @@
- @color/vctr_presence_indicator_offline_dark
+ - @color/vctr_presence_indicator_online_dark
- ?vctr_system
diff --git a/library/ui-styles/src/main/res/values/theme_light.xml b/library/ui-styles/src/main/res/values/theme_light.xml
index c184464320..c90c021591 100644
--- a/library/ui-styles/src/main/res/values/theme_light.xml
+++ b/library/ui-styles/src/main/res/values/theme_light.xml
@@ -43,6 +43,7 @@
- @color/vctr_presence_indicator_offline_light
+ - @color/vctr_presence_indicator_online_light
- ?vctr_system
diff --git a/vector/src/main/res/drawable/ic_presence_online.xml b/vector/src/main/res/drawable/ic_presence_online.xml
index 2184f359b2..e5229de3fd 100644
--- a/vector/src/main/res/drawable/ic_presence_online.xml
+++ b/vector/src/main/res/drawable/ic_presence_online.xml
@@ -16,7 +16,7 @@