Major 44 update
Popup menus have smaller paddings Popup menu items have bigger margins Fixed popup menu item white text color when dark theme is off (44) Popup separators (44) have similar margins as in 43 Add message bg color in on hover as in the standard theme Quick menu toggles (44) (43 toggles are too rounded now) Quick slider icon button less padding Background apps (44) Add border for workspace thumbnail indicator Set app icons border radius to 20px App folder dialog have less border radius (44) Default borders fix (44) Page navigation arrow fix (44) Set dash paddings to 4px, box shadow to 1px Change input field border color on focus Change modal dialog borders Screenshot ui some missing styles fix
This commit is contained in:
@@ -35,10 +35,10 @@ Wallpaper: https://www.androidpolice.com/chromebook-chrome-os-wallpapers/#radian
|
||||

|
||||
|
||||
## Requirements
|
||||
- GNOME 43+. I do not guarantee correct functionality on older versions.
|
||||
- GNOME 43, 44. I do not guarantee correct functionality on other versions.
|
||||
- [User Themes](https://extensions.gnome.org/extension/19/user-themes/ "User Themes") extension.
|
||||
- [GNOME Tweaks](https://gitlab.gnome.org/GNOME/gnome-tweaks "GNOME Tweaks").
|
||||
- Python 3.10+.
|
||||
- Python 3.2+.
|
||||
|
||||
## Installation
|
||||
1. Open terminal.
|
||||
@@ -48,10 +48,10 @@ git clone https://github.com/imarkoff/Marble-shell-theme.git && cd Marble-shell-
|
||||
```
|
||||
3. Run the program:
|
||||
```shell
|
||||
python install.py
|
||||
python install.py -h
|
||||
```
|
||||
4. Follow instructions inside the program.
|
||||
5. After successful file creation open up GNOME Tweaks, go to `Appearance - Themes - Shell`.
|
||||
5. After successful file creation open GNOME Tweaks, go to `Appearance - Themes - Shell`.
|
||||
6. Select shell theme you want.
|
||||
|
||||
## Installation tweaks
|
||||
@@ -67,7 +67,7 @@ You can install several themes in one string: `python install.py --red --green -
|
||||
| --purple | | purple theme only |
|
||||
| --blue | | blue theme only |
|
||||
| --green | | green theme only |
|
||||
| --yellow | | pink theme only |
|
||||
| --yellow | | yellow theme only |
|
||||
| --gray | | gray theme only |
|
||||
|
||||
#### Install custom color
|
||||
|
||||
Reference in New Issue
Block a user