Gboard Themes is a Magisk module with themes invented trough modifying the only third party Gboard theme – Material 2 theme, windows theme, ios theme...
The module modifies two of your system props to map the theme location and adds a folder (/system/etc/gboard_themes) with actual themes inside.
- Material Design 2
- Material Design 2 (AOSP)
- Material Design 2 (Orange-Yellow)
- Material Design 2 (Purple)
- Material Design 2 (Dark)
- Material Design 2 (Red Dark)
- Material Design 2 (Amoled)
- Material Design 2 (Amoled)(AOSP)
- Neon Dark Blue
- Teal 2
- Windows old
- White very rounded
- IOS
- IOS Dark
- TWRP
- XDA Blue Light
- Oreo Cookies
All to change is in expconfig.xml located on:
/data/data/com.google.android.inputmethodlatin/shared_prefs/expconfig.xml
- You need to revoke wirte acces to shared_prefs folder
- After save changes to expconfigs.xml, force close Gboard App
"themed_navbar_style"
Change the value from 0 to 3
"enable_m2_horizontal_scroll"
"enable_m2_theme"
"enable_m2_for_non_default"
"enable_m2_for_expression_headers"
"enable_m2_for_search_cards"
set "false" to "true"
"enable_clipboard"
set "false" to "true"
"enable_monochrome_g_icon"
set "false" to "true"
- @RadekBledowski for the orginal module
- @topjohnwu for Magisk