Doc: for v3.0

This commit is contained in:
MS_Y 2021-07-29 00:44:43 +00:00 committed by GitHub
parent 8b7f8a10b6
commit 662c40a788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,10 @@
(Lepton's design :arrow_up:)
- *Color*
- Default light/dark theme constrast enhancement
- Colorful context menu
- More dark mode support
- GTK system theme support
- Windows system theme support
- Windows7 compatibility
- *Icons*
@ -42,6 +46,7 @@
- Panel
- Menu
- Density
- Others...
- *Tab Design*
- General:
- Connect with toolbar(Buttons like tabs)
@ -75,10 +80,15 @@
*Script Installation(experimental)*
Linux, mac users:
#+BEGIN_SRC
#+BEGIN_SRC bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.sh)"
#+END_SRC
Windows users: Run powershell as administrator
#+BEGIN_SRC powershell
Powershell -c "iwr https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.ps1 -useb | iex"
#+END_SRC
*Menual Inatallation*
You can see the [[https://github.com/black7375/Firefox-UI-Fix/wiki/Installation-Guide][installation guide]] with screenshots on the wiki.