Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to compile? #73

Closed
dbasinge opened this issue May 19, 2020 · 3 comments
Closed

How to compile? #73

dbasinge opened this issue May 19, 2020 · 3 comments

Comments

@dbasinge
Copy link

I would like to convert this to Nordic to a flatpak, so this theme will look good on Flatpak app. How can I compile from source?

@vancanhuit
Copy link

I also curious about how to compile the source code to Nordic variants, e.g. Nordic darker.

@EliverLara
Copy link
Owner

Hi, I personally use gulp to generate the css files, but you can just use sass

If you want to use gulp, just move to the theme directory and run the following commands:

npm install

For edit and compile gtk theme (gtk-3.0 folder):

gulp

For edit and compile gnome-shell theme (gnome-shell folder):

gulp shell

For edit and compile cinnamon theme (cinnamon folder):

gulp cinnamon

@Gambloide
Copy link

For anyone coming across this while still open: The above gulp examples don't work out of the box currently.

Node-sass upgraded to 5.0.0 in Oct 2020 and removed all 4.x releases from GitHub.
This results in gulp-sass not being installable anymore, since it tries to download a 4.x release from GitHub. This is a known issue in gulp-sass: dlmanning/gulp-sass#781

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants