Skip to content

Commit 8dcbd38

Browse files
committed
Pulled Upstream
Fixes #17
2 parents 79b94dd + 1f127a7 commit 8dcbd38

File tree

81 files changed

+5843
-2554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+5843
-2554
lines changed

Diff for: README.md

+9-14
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Most of the work is done inside [solarize.sh](https://github.com/apheleia/solarc
2121
## Requirements
2222
* Gnome/GTK3 3.14 - 3.22
2323
* The `gnome-themes-standard` package
24-
* The murrine engine. This has different names depending on the distro.
24+
* The murrine engine. This has different names depending on your distro.
2525
* `gtk-engine-murrine` (Arch Linux)
2626
* `gtk2-engines-murrine` (Debian, Ubuntu, elementary OS)
2727
* `gtk-murrine-engine` (Fedora)
@@ -64,13 +64,13 @@ If your distributions doesn't ship separate development packages you just need G
6464

6565
Install the theme with the following commands
6666

67-
#### 1. Get the source
67+
**1. Get the source**
6868

69-
Clone the git repository with
69+
If you want to install the latest version from git, clone the repository with
7070

7171
git clone https://github.com/apheleia/solarc-theme --depth 1 && cd solarc-theme
7272

73-
#### 2. Build and install the theme
73+
**2. Build and install the theme**
7474

7575
./autogen.sh --prefix=/usr
7676
sudo make install
@@ -89,23 +89,19 @@ Other options to pass to autogen.sh are
8989
--disable-unity disable Unity support
9090
--disable-xfwm disable XFWM support
9191

92-
--with-gnome=<version> build the theme for a specific GNOME version (3.14, 3.16, 3.18, 3.20, 3.22)
93-
Note 1: Normally the correct version is detected automatically and this
92+
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20)
93+
Note: Normally the correct version is detected automatically and this
9494
option should not be needed.
95-
Note 2: For GNOME 3.24, use --with-gnome-version=3.22
96-
(this works for now, the build system will be improved in the future)
9795

98-
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.
96+
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.
9997

100-
If the `--disable-transparency` option was used, the theme will be installed as `SolArc-solid`, `SolArc-Darker-solid` and `SolArc-Dark-solid`.
101-
102-
## Uninstall
98+
**Uninstall the theme**
10399

104100
Run
105101

106102
sudo make uninstall
107103

108-
from the cloned git repository, or
104+
from the same directory as this README resides in, or
109105

110106
sudo rm -rf /usr/share/themes/{SolArc,SolArc-Darker,SolArc-Dark}
111107

@@ -122,7 +118,6 @@ If you get artifacts like black or invisible backgrounds under Unity, disable ov
122118

123119
gsettings set com.canonical.desktop.interface scrollbar-mode normal
124120

125-
126121
## Bug reporting
127122
If you find a bug, please report it at https://github.com/apheleia/solarc-theme/issues
128123

Diff for: common/gnome-shell/3.18/common-assets/misc/calendar-today.svg

+2-2
Loading

0 commit comments

Comments
 (0)