Shell theme for GNOME DE. Based on https://www.pling.com/p/1939902/.
[!IMPORTANT]
If you have another theme installed globally (changed the appearance of the login window (GDM)), please remove it before installing this theme.
git clone https://github.com/imarkoff/Marble-shell-theme.git
cd Marble-shell-theme
python install.py -a
python install.py -a --filled
User Themes - ยทยทยท - Settings
.
[!NOTE]
This theme only supports GNOME Display Manager. Ubuntu Display Manager is currently not supported.[!WARNING]
I am not responsible for any damage caused by the installation of the theme. If you have any problems, please open an issue.
--gdm
option
sudo python install.py --gdm (--your color) (--is filled)
sudo python install.py --gdm --blue --filled
sudo systemctl restart gdm
--remove
option:
sudo python install.py --gdm -r
Ctrl + Alt + F3
key combination, log in, go to the Marble-shell-theme
directory and run the command above. If it doesn't help, try reinstalling gnome-shell
package.[!TIP] Wanna use accent color from your favorite wallpaper? Use Chromaflow.
Option | Description |
---|---|
-a, --all | Install all available colors |
--red | red theme only |
--yellow | yellow theme only |
--green | green theme only |
--blue | blue theme only |
--purple | purple theme only |
--gray | gray theme only |
[!TIP] You can install several themes in one string:
python install.py --red --green --blue
[!TIP] If you don't like these colors, you can change them in the
colors.json
file (after theelements
).
Option | Secondary option | Description |
---|---|---|
--hue | (0 - 360) | Generate theme from Hue prompt [0 - 360] |
--name | NAME | Custom theme name |
Option | Description |
---|---|
--filled | Make accent color more vibrant |
-O, --opaque | Make background color opaque (by default is translucent) |
Option | Secondary option | Description |
---|---|---|
--mode | light / dark | light / dark theme only |
--sat | (0 - 250) | custom color saturation (<100% - reduce, >100% - increase) |
Panel default size
Panel without button background
Option | Secondary option | Description |
---|---|---|
-Pds, --panel_default_size | set default panel size | |
-Pnp, --panel_no_pill | remove panel button background | |
-Ptc, --panel_text_color | #abcdef | custom panel HEX(A) text color |
Launchpad icon
Command | Description |
---|---|
--launchpad | Change Show Apps icon to macOS Launchpad icon |
Command | Description |
---|---|
-a | Install all accent colors with light & dark mode |
--all --mode dark | Install all accent colors with dark mode only |
--purple --mode=light | Install purple accent color with light mode only |
--hue 150 --name coldgreen | Install custom coldgreen accent color, light & dark mode |
--red --green --sat=70 | red, green accent colors, 70% of the stock saturation |
--hue=200 --name=grayblue --sat=50 --mode=dark | custom grayblue accent color, 50% of the stock saturation, dark mode |