Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ 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();
});

Expand Down
68 changes: 57 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,68 @@
# Dunmeri

![](Art/_banner-github.jpg)
A warm, earthy dark theme for GTK 3/4, GNOME Shell, Cinnamon, KDE (Kvantum, Aurorae, color schemes, Look-and-Feel, SDDM), Xfwm4, Metacity, and more.

> Nordic is a Gtk3.20+ theme created using the awesome [Nord](https://github.com/arcticicestudio/nord) color palette.
Forked from [Nordic](https://github.com/EliverLara/Nordic) by EliverLara. Dunmeri replaces Nord's cool blue-gray palette with a warm, clay-toned palette inspired by the ashlands of Morrowind.

#### Installation
## Variants

Extract the zip file to the themes directory i.e. `/usr/share/themes/` or `~/.themes/` (create it if necessary).
- **Clay** (default) — muted, restrained, neutral-warm
- Balmora, Ald'ruhn, Molag Mar, Solstheim — planned future variants

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

### GNOME

```bash
cp -r Dunmeri ~/.themes/
gsettings set org.gnome.desktop.interface gtk-theme Dunmeri
```
gsettings set org.gnome.desktop.interface gtk-theme "Nordic"
gsettings set org.gnome.desktop.wm.preferences theme "Nordic"

### KDE

- **Kvantum:** Copy `kde/kvantum/Dunmeri` to `~/.config/Kvantum/`
- **Aurorae:** Copy `kde/aurorae/Dunmeri` to `~/.local/share/aurorae/themes/`
- **Color scheme:** Copy `kde/colorschemes/Dunmeri.colors` to `~/.local/share/color-schemes/`
- **SDDM:** Copy `kde/sddm/Dunmeri` to `/usr/share/sddm/themes/`

### Xfce

Copy `Dunmeri` to `~/.themes/` and select in Settings → Appearance.

## Rebuilding from Nordic

```bash
./dunmerify-theme.sh ~/.themes/Nordic ~/.themes/Dunmeri --force
```
or Change via distribution specific tweak tool.

## Firefox theme
This re-derives Dunmeri from a fresh Nordic checkout, enabling easy upstream sync.

## Color Palette — Clay

| Role | Hex |
|------|-----|
| Deepest bg | `#2f2a28` |
| Base bg | `#3a3431` |
| Elevated surface | `#453e3b` |
| Disabled/comment | `#554d49` |
| Primary text | `#cac6c4` |
| Bright text | `#d6d3d1` |
| Brightest text | `#e2e0df` |
| Primary accent | `#af6f5a` |
| Secondary accent | `#b38f6b` |
| Keywords | `#859cb7` |
| Links | `#5d81ac` |
| Error | `#c65353` |
| Warning | `#c37960` |
| Yellow | `#ddc388` |
| Success | `#8faf79` |
| Purple | `#af79a6` |

## Credits

- [Nordic](https://github.com/EliverLara/Nordic) by EliverLara — the base theme
- [Nord](https://www.nordtheme.com/) color palette by Arctic Ice Studio — the original palette this diverges from

If you're a firefox user you should give a try to the awesome [Nordic theme for firefox](https://github.com/EliverLara/firefox-nordic-theme).
## Note

![](Art/firefox-preview.jpg)
The splash screen PNGs in `kde/plasma/` contain bitmap text that still reads "Nordic" visually. This is cosmetic only and does not affect functionality. Replacing these requires manual image editing.
Binary file modified assets/checkbox-checked-active-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-backdrop-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-backdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-hover-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-insensitive-backdrop-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-insensitive-backdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-insensitive-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked-insensitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-checked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-active-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-backdrop-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-backdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-hover-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-insensitive-backdrop-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-insensitive-backdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-insensitive-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed-insensitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-mixed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-unchecked-active-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/checkbox-unchecked-active.png
Binary file modified assets/checkbox-unchecked-hover-dark.png
Binary file modified assets/checkbox-unchecked-hover.png
2 changes: 1 addition & 1 deletion assets/close.svg
2 changes: 1 addition & 1 deletion assets/close_prelight.svg
2 changes: 1 addition & 1 deletion assets/close_unfocused.svg
2 changes: 1 addition & 1 deletion assets/maximize.svg
2 changes: 1 addition & 1 deletion assets/maximize_prelight.svg
2 changes: 1 addition & 1 deletion assets/min.svg
2 changes: 1 addition & 1 deletion assets/min_prelight.svg
Binary file modified assets/radio-checked-active-dark.png
Binary file modified assets/radio-checked-active.png
Binary file modified assets/radio-checked-backdrop-dark.png
Binary file modified assets/radio-checked-backdrop.png
Binary file modified assets/radio-checked-dark.png
Binary file modified assets/radio-checked-hover-dark.png
Binary file modified assets/radio-checked-hover.png
Binary file modified assets/radio-checked-insensitive-backdrop.png
Binary file modified assets/radio-checked-insensitive.png
Binary file modified assets/radio-checked.png
Binary file modified assets/radio-mixed-active-dark.png
Binary file modified assets/radio-mixed-active.png
Binary file modified assets/radio-mixed-backdrop-dark.png
Binary file modified assets/radio-mixed-backdrop.png
Binary file modified assets/radio-mixed-dark.png
Binary file modified assets/radio-mixed-hover-dark.png
Binary file modified assets/radio-mixed-hover.png
Binary file modified assets/radio-mixed-insensitive-backdrop-dark.png
Binary file modified assets/radio-mixed-insensitive-backdrop.png
Binary file modified assets/radio-mixed-insensitive-dark.png
Binary file modified assets/radio-mixed-insensitive.png
Binary file modified assets/radio-mixed.png
Binary file modified assets/radio-unchecked-active-dark.png
Binary file modified assets/radio-unchecked-active.png
Binary file modified assets/radio-unchecked-backdrop.png
Binary file modified assets/radio-unchecked-hover-dark.png
Binary file modified assets/radio-unchecked-hover.png
Binary file modified assets/radio-unchecked-insensitive-backdrop.png
Binary file modified assets/radio-unchecked-insensitive.png
Binary file modified assets/radio-unchecked.png
2 changes: 1 addition & 1 deletion assets/radio-unselected.svg
Binary file modified assets/selected-checkbox-checked-dark.png
Binary file modified assets/selected-checkbox-checked.png
Binary file modified assets/selected-checkbox-mixed-dark.png
Binary file modified assets/selected-checkbox-mixed.png
Binary file modified assets/selected-checkbox-unchecked-dark.png
Binary file modified assets/selected-checkbox-unchecked.png
Binary file modified assets/selected-radio-checked-dark.png
Binary file modified assets/selected-radio-checked.png
Binary file modified assets/selected-radio-mixed-dark.png
Binary file modified assets/selected-radio-mixed.png
Binary file modified assets/selected-radio-unchecked-dark.png
Binary file modified assets/selected-radio-unchecked.png
Binary file added assets/selection-mode-checkbox-checked-active.png
Binary file added assets/selection-mode-checkbox-checked-azure.png
Binary file added assets/selection-mode-checkbox-checked-hover.png
Binary file added assets/selection-mode-checkbox-checked.png
Binary file added assets/selection-mode-checkbox-unchecked-active.png
Binary file added assets/selection-mode-checkbox-unchecked-azure.png
Binary file added assets/selection-mode-checkbox-unchecked-hover.png
Binary file added assets/selection-mode-checkbox-unchecked.png
2 changes: 1 addition & 1 deletion assets/switch-insensitive.svg
2 changes: 1 addition & 1 deletion assets/switch-on-insensitive.svg
2 changes: 1 addition & 1 deletion assets/switch-on.svg
4 changes: 2 additions & 2 deletions assets/switch-slider-insensitive.svg
4 changes: 2 additions & 2 deletions assets/switch-slider-off.svg
4 changes: 2 additions & 2 deletions assets/switch-slider-on-insensitive.svg
4 changes: 2 additions & 2 deletions assets/switch-slider-on-selected.svg
4 changes: 2 additions & 2 deletions assets/switch-slider-on.svg
4 changes: 2 additions & 2 deletions assets/switch-slider-on@2.svg
Loading