Android System Bar Color Changer [](https://github.com/sponsors/syntaxerror247)
October 16, 2025 ยท View on GitHub
Android System Bar Color Changer 
This Plugin enables to dynamically change the system bar colors (status bar and navigation bar) of your godot android app.
Installation
Steps:
- download latest release from Github releases.
- unzip the release archive.
- copy addon to your Godot project's root directory.
- enable the plugin via the
Pluginstab ofProject->Project Settings...menu, in the Godot Editor.
How to use
-
Make the system bar visible
- Disable
immersive_modein the Android export settings, or - Use
window_set_modeto toggle it at runtime.
- Disable
-
Call the required methods anywhere in your project:
- To change system bar color
SystemBarColorChanger.set_system_bar_color(color)- To enable translucent system bars
SystemBarColorChanger.set_translucent_system_bars(true)- To disable translucent system bars
SystemBarColorChanger.set_translucent_system_bars(false)
Demo Project
You can try this plugin using demo project: Demo Project
https://github.com/user-attachments/assets/7e87834b-de21-4dec-9b8a-60a2d0b95beb
Credits
Developed By: Anish syntaxerror247