https://github.com/d4rk-lucif3r/gboard-themes-magisk-module
Gboard-Themes
https://github.com/d4rk-lucif3r/gboard-themes-magisk-module
Last synced: about 2 months ago
JSON representation
Gboard-Themes
- Host: GitHub
- URL: https://github.com/d4rk-lucif3r/gboard-themes-magisk-module
- Owner: d4rk-lucif3r
- License: gpl-3.0
- Created: 2020-03-25T11:45:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T16:09:09.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T11:07:47.091Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 5.67 MB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gboard Themes by d4rk-lucif3r


## Table of contents
- [Description](#description)
- [How does it work?](#how-does-it-work)
- [Themes](#themes)
- [Pro Tips](#pro-tips)
- [Credits](#credits)## Description
Gboard Themes is a Magisk module with themes invented trough modifying the only third party Gboard theme – Material 2 theme, windows theme, ios theme...## How does it work?
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.## Themes
- 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## PRO TIPS
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### Colored Navbar
"themed_navbar_style"Change the value from 0 to 3
### M2 Gboard Theme
"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"### Clipboard
"enable_clipboard"set "false" to "true"
### Minimal Google Logo
"enable_monochrome_g_icon"set "false" to "true"
#
## Credits
- [@RadekBledowski](https://github.com/RadekBledowski) for the orginal module
- [@topjohnwu](https://github.com/topjohnwu) for Magisk