-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
87 additions
and
417 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
This theme uses node-sass/libsass to process the various .scss files. Never edit any of the .css files manually. | ||
|
||
#### Editing the CSS based themes in the `common` directory (cinnamon, gnome-shell, gtk-3.0) | ||
|
||
* Install `nvm` (https://github.com/creationix/nvm) | ||
|
||
* Close and reopen your terminal | ||
|
||
* Run `nvm i` and `npm i` from this directory | ||
|
||
* Install `gulp` with `npm i -g gulp` | ||
|
||
* Edit the `common/*/sass/*.scss` files | ||
|
||
* Regenerate all .css files by executing `gulp` from the directory containing `gulpfile.js`. Alternatively execute `gulp --cwd` from any subdirectory containing a folder called `sass` to regenerate the .css files within that specific subdirectory only. | ||
|
||
-- | ||
|
||
#### Editing the GTK 2 themes | ||
|
||
* Go to `common/gtk-2.0` | ||
|
||
* The colors and includes are defined in `gtkrc`, `gtkrc-dark` and `gtkrc-darker` for each theme variant | ||
|
||
* `main.rc` contains the major part of the theme | ||
|
||
* `panel.rc` contains the panel styling for XFCE and Mate | ||
|
||
* `apps.rc` contains some application specific rules | ||
|
||
Because this theme is heavily based on the pixmap engine, a lot of the styling comes from the images in the `assets` and `assets-dark` folders. Don't edit these images directly. See the next section. | ||
|
||
-- | ||
|
||
#### Editing the images for the GTK 2 and GTK 3 themes | ||
|
||
* Go to the `common/gtk-2.0` or `common/gtk-3.0/$gtk-version` directory | ||
|
||
* Open the `assets.svg` or `assets-dark.svg` file in inkscape. Each object in the .svg file corresponds to an image in the `assets` or `assets-dark` folder | ||
|
||
* Find the object you want to edit and make your changes. Important: Don't change the obejct id! | ||
|
||
* Save `assets.svg` and delete the images corresponding to the edited .svg objects from the `assets` folder (or just delete everything in the `assets` folder) | ||
|
||
* Run `./render-assets.sh` or `./render-dark-assets.sh` from a terminal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
ACLOCAL_AMFLAGS = -I m4 | ||
|
||
EXTRA_DIST = autogen.sh | ||
SUBDIRS = common extra | ||
EXTRA_DIST = \ | ||
README.md \ | ||
HACKING.md \ | ||
autogen.sh \ | ||
gulpfile.js \ | ||
package.json \ | ||
.nvmrc | ||
|
||
SUBDIRS = common extra |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.