Skip to content

Commit

Permalink
First attemp
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Dec 13, 2018
0 parents commit 130687e
Show file tree
Hide file tree
Showing 615 changed files with 127,722 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
# Dependency directories
node_modules/

# Sass
.sass-cache/
*.css.map

_gnome-shell/

install.sh
*blue.*
Binary file added Art/nautilus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/nordic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions Gulpfile.js
@@ -0,0 +1,28 @@
var gulp = require('gulp');
var sass = require('gulp-sass');
var exec = require('gulp-exec');

gulp.task('styles', function(done) {
gulp.src('gtk-3.0/**/*.scss')
.pipe(sass().on('error', sass.logError))
.pipe(gulp.dest('./gtk-3.0/'))
.pipe(exec(' gsettings set org.gnome.desktop.interface gtk-theme "Nordic"'))
done();
});

gulp.task('shell-style', function(done) {
gulp.src('gnome-shell/**/*.scss')
.pipe(sass().on('error', sass.logError))
.pipe(gulp.dest('./gnome-shell/'))
.pipe(exec('gsettings set org.gnome.shell.extensions.user-theme name "Nordic"'))
done();
});

//Watch task
gulp.task('default',function() {
gulp.watch('gtk-3.0/**/*.scss', gulp.series('styles'));
});

gulp.task('shell',function() {
gulp.watch('gnome-shell/**/*.scss', gulp.series('shell-style'));
});
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@

![](Art/nordic.png)

> Nordic is a Gtk3.20+ theme created using the awesome [Nord](https://github.com/arcticicestudio/nord) color pallete.
#### Installation

Extract the zip file to the themes directory i.e. `/usr/share/themes/` or `~/.themes/` (create it if necessary).

To set the theme on Gnome, run the following commands in Terminal:

```
gsettings set org.gnome.desktop.interface gtk-theme "Nordic"
gsettings set org.gnome.desktop.wm.preferences theme "Nordic"
```
or Change via distribution specific tool.

Binary file added assets/calendar-selected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/calendar-selected@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-active-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-active-dark@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-active.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-active@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-backdrop-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-backdrop-dark@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-backdrop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-backdrop@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-dark@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-hover-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-hover-dark@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-hover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-hover@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-insensitive-backdrop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-insensitive-backdrop@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-insensitive-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-insensitive-dark@2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-insensitive.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/checkbox-checked-insensitive@2.png
Binary file added assets/checkbox-checked.png
Binary file added assets/checkbox-checked@2.png
Binary file added assets/checkbox-mixed-active-dark.png
Binary file added assets/checkbox-mixed-active-dark@2.png
Binary file added assets/checkbox-mixed-active.png
Binary file added assets/checkbox-mixed-active@2.png
Binary file added assets/checkbox-mixed-backdrop-dark.png
Binary file added assets/checkbox-mixed-backdrop-dark@2.png
Binary file added assets/checkbox-mixed-backdrop.png
Binary file added assets/checkbox-mixed-backdrop@2.png
Binary file added assets/checkbox-mixed-dark.png
Binary file added assets/checkbox-mixed-dark@2.png
Binary file added assets/checkbox-mixed-hover-dark.png
Binary file added assets/checkbox-mixed-hover-dark@2.png
Binary file added assets/checkbox-mixed-hover.png
Binary file added assets/checkbox-mixed-hover@2.png
Binary file added assets/checkbox-mixed-insensitive-backdrop-dark.png
Binary file added assets/checkbox-mixed-insensitive-backdrop.png
Binary file added assets/checkbox-mixed-insensitive-backdrop@2.png
Binary file added assets/checkbox-mixed-insensitive-dark.png
Binary file added assets/checkbox-mixed-insensitive-dark@2.png
Binary file added assets/checkbox-mixed-insensitive.png
Binary file added assets/checkbox-mixed-insensitive@2.png
Binary file added assets/checkbox-mixed.png
Binary file added assets/checkbox-mixed@2.png
Binary file added assets/checkbox-unchecked-active-dark.png
Binary file added assets/checkbox-unchecked-active-dark@2.png
Binary file added assets/checkbox-unchecked-active.png
Binary file added assets/checkbox-unchecked-active@2.png
Binary file added assets/checkbox-unchecked-backdrop-dark.png
Binary file added assets/checkbox-unchecked-backdrop-dark@2.png
Binary file added assets/checkbox-unchecked-backdrop.png
Binary file added assets/checkbox-unchecked-backdrop@2.png
Binary file added assets/checkbox-unchecked-dark.png
Binary file added assets/checkbox-unchecked-dark@2.png
Binary file added assets/checkbox-unchecked-hover-dark.png
Binary file added assets/checkbox-unchecked-hover-dark@2.png
Binary file added assets/checkbox-unchecked-hover.png
Binary file added assets/checkbox-unchecked-hover@2.png
Binary file added assets/checkbox-unchecked-insensitive-backdrop.png
Binary file added assets/checkbox-unchecked-insensitive-backdrop@2.png
Binary file added assets/checkbox-unchecked-insensitive-dark.png
Binary file added assets/checkbox-unchecked-insensitive-dark@2.png
Binary file added assets/checkbox-unchecked-insensitive.png
Binary file added assets/checkbox-unchecked-insensitive@2.png
Binary file added assets/checkbox-unchecked.png
Binary file added assets/checkbox-unchecked@2.png
Binary file added assets/close.png
86 changes: 86 additions & 0 deletions assets/close.svg
Binary file added assets/close@2.png
Binary file added assets/close_prelight.png
91 changes: 91 additions & 0 deletions assets/close_prelight.svg
Binary file added assets/close_prelight@2.png
98 changes: 98 additions & 0 deletions assets/close_pressed.svg
Binary file added assets/close_unfocused.png

0 comments on commit 130687e

Please sign in to comment.