You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+54-52
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# SolArc Theme
2
-
SolArc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc.
2
+
SolArc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Pantheon, Xfce, MATE, Cinnamon (>=3.4), Budgie Desktop (10.4 for GTK+3.22) etc.
3
3
4
-
SolArc is a fork of the Arc theme: https://github.com/horst3180/arc-theme
4
+
SolArc is a fork of the Arc theme: https://github.com/NicoHood/arc-theme
5
5
6
6
Colours are based on the Solarized colour scheme by [Ethan Schoonover](https://github.com/altercation): https://github.com/altercation/solarized
7
7
@@ -20,31 +20,6 @@ If you like SolArc and want to help improve it, please get in touch! I don't hav
20
20
### SolArc-Dark
21
21

22
22
23
-
24
-
## Requirements
25
-
* Gnome/GTK3 3.14 - 3.22
26
-
* The `gnome-themes-standard` package
27
-
* The murrine engine. This has different names depending on your distro.
@@ -73,38 +65,48 @@ If you want to install the latest version from git, clone the repository with
73
65
74
66
git clone https://github.com/apheleia/solarc-theme --depth 1 && cd solarc-theme
75
67
76
-
**2. Build and install the theme**
68
+
**2. Download & patch the Arc theme source**
69
+
70
+
./solarize.sh
71
+
72
+
**3. Build and install the patched theme**
77
73
74
+
cd arc-theme-[version]
78
75
./autogen.sh --prefix=/usr
79
76
sudo make install
80
77
81
78
Other options to pass to autogen.sh are
82
79
83
-
--disable-transparency disable transparency in the GTK3 theme
84
-
--disable-light disable SolArc Light support
85
-
--disable-darker disable SolArc Darker support
86
-
--disable-dark disable SolArc Dark support
87
-
--disable-cinnamon disable Cinnamon support
88
-
--disable-gnome-shell disable GNOME Shell support
89
-
--disable-gtk2 disable GTK2 support
90
-
--disable-gtk3 disable GTK3 support
91
-
--disable-metacity disable Metacity support
92
-
--disable-unity disable Unity support
93
-
--disable-xfwm disable XFWM support
94
-
95
-
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20)
96
-
Note: Normally the correct version is detected automatically and this
97
-
option should not be needed.
98
-
99
-
After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `SolArc`, `SolArc-Darker` or `SolArc-Dark` as Window/GTK+ theme and `SolArc` or `SolArc-Dark` as Gnome-Shell and Xfce-Notify theme.
80
+
--disable-transparency disable transparency in the GTK3 theme
81
+
--disable-light disable Arc Light support
82
+
--disable-darker disable Arc Darker support
83
+
--disable-dark disable Arc Dark support
84
+
--disable-cinnamon disable Cinnamon support
85
+
--disable-gnome-shell disable GNOME Shell support
86
+
--disable-gtk2 disable GTK2 support
87
+
--disable-gtk3 disable GTK3 support
88
+
--disable-metacity disable Metacity support
89
+
--disable-unity disable Unity support
90
+
--disable-xfwm disable XFWM support
91
+
--disable-plank disable Plank theme support
92
+
--disable-openbox disable Openbox support
93
+
94
+
--with-gnome-shell=<version> build the gnome-shell theme for a specific version
95
+
--with-gtk3=<version> build the GTK3 theme for a specific version
96
+
Note: Normally the correct version is detected automatically
97
+
and these options should not be needed.
98
+
99
+
After the installation is complete the theme can be activated with `gnome-tweak-tool` or a similar program by selecting `SolArc`, `SolArc-Darker` or `SolArc-Dark` as Window/GTK+ theme and `SolArc` or `SolArc-Dark` as GNOME Shell/Cinnamon theme.
100
+
101
+
If the `--disable-transparency` option was used, the theme will be installed as `SolArc-solid`, `SolArc-Darker-solid` and `SolArc-Dark-solid`.
100
102
101
103
**Uninstall the theme**
102
104
103
105
Run
104
106
105
107
sudo make uninstall
106
108
107
-
from the same directory as this README resides in, or
0 commit comments