README.md: Fix some mistakes of Markdown
README.md: Fix some mistakes of Markdown
By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.
README.md: Fix some mistakes of Markdown
roundabout,
created on Friday, 15 July 2016, 04:13:49 (1468556029),
received on Sunday, 11 May 2025, 13:21:56 (1746969716)
Author identity: GitHub <noreply@github.com>
a6b3e106aac1dd856fac0408bd2845d4fc1accf3
# Flat-PlatFlat-Plat =========A Material Design-like flat theme for GTK3, GTK2, and GNOME Shell. ## FeaturesFeatures --------<img src="img/Button.gif" alt="Button" align="right" /> * Supports ripple effect animations (only GTK3 apps). * Supports both light and dark variants.
* Supports Chrome's theme and scrollbars extensions. * Appears more beautifully when you use a font family including `Medium` and `Light` weight. ## RequirementsRequirements ------------* GNOME/GTK+ 3.14, 3.16, 3.18 or 3.20 * The `gnome-themes-standard` package for GTK2 * The pixmap (or pixbuf) engine for GTK2 > _If default Adwaita works fine, it should also works fine._ ## InstallationInstallation ------------1. Download an archive. * [3.20.20160404](https://github.com/nana-4/Flat-Plat/releases/download/3.20.20160404/Flat-Plat-3.20.20160404.tar.gz) for GNOME 3.20 * [3.18.20160404](https://github.com/nana-4/Flat-Plat/releases/download/3.18.20160404/Flat-Plat-3.18.20160404.tar.gz) for GNOME 3.18
3. Use `gnome-tweak-tool` to change the theme. 4. Optionally, open the `chrome` folder and drag and drop the `.crx` files onto the Chrome's extensions page (`chrome://extensions/`). ## GDM (Lock/Login Screen)To change the GDM theme, you need to rewrite a system file.GDM (Lock/Login Screen) ----------------------- To change the GDM theme, you need to rewrite a system file.Please **be careful** because if it fails, the desktop environment may not operate correctly. > **Notes:** > * Not supported for GNOME 3.14, sorry.
### Install 1. Backup the existing `.gresource` file. _(Skip this step if you just update it.)_ ```bashsudo cp /usr/share/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource~```sudo cp /usr/share/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource~2. Replace it with the new one. * If you put this theme in `/usr/share/themes`: ```bashsudo cp /usr/share/themes/Flat-Plat/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell```sudo cp /usr/share/themes/Flat-Plat/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell* If you put this theme in `~/.themes`: ```bashsudo cp ~/.themes/Flat-Plat/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell```sudo cp ~/.themes/Flat-Plat/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell3. Restart GNOME Shell (press `Alt`+`F2`, then type `r`). ### Uninstall 1. Restore to original theme from the backup. ```bashsudo mv -f /usr/share/gnome-shell/gnome-shell-theme.gresource~ /usr/share/gnome-shell/gnome-shell-theme.gresource```2. Restart GNOME Shell (press `Alt`+`F2`, then type `r`).## Screenshotssudo mv -f /usr/share/gnome-shell/gnome-shell-theme.gresource~ /usr/share/gnome-shell/gnome-shell-theme.gresource 2. Restart GNOME Shell (press `Alt`+`F2`, then type `r`).Screenshots -----------      ## Planned Features* Supports of global dark theme (sorry for the delay...)Planned Features ---------------- * Supports of global dark theme* Re-supports of Metacity theme * Total rewrite of the code and images for GTK2 * Supports of Unity theme
* GNOME Terminal color pallet (if possible) * Material Design like cursor theme ## Other InfoOther Info ----------* License: GPL * Font: [M+ 1C](https://mplus-fonts.osdn.jp/) 10.5pt * Chrome's scrollbars extension forked from [Adwaita Scrollbars](https://github.com/gnome-integration-team/chrome-gnome-scrollbar). Thanks for original author.