Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 18:15:25 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556006 - in head/x11-themes: . nordic-theme
Message-ID:  <202011211815.0ALIFPq3049143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Sat Nov 21 18:15:24 2020
New Revision: 556006
URL: https://svnweb.freebsd.org/changeset/ports/556006

Log:
  New port: x11-themes/nordic-theme: Using Nord color palette
  
  Dark Gtk3.20+ & KDE theme created using the awesome Nord color palette [1].
  
  [1] https://github.com/EliverLara/Nordic
  
  PR:		251292
  Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com> (new maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27308

Added:
  head/x11-themes/nordic-theme/
  head/x11-themes/nordic-theme/Makefile   (contents, props changed)
  head/x11-themes/nordic-theme/distinfo   (contents, props changed)
  head/x11-themes/nordic-theme/pkg-descr   (contents, props changed)
  head/x11-themes/nordic-theme/pkg-plist   (contents, props changed)
Modified:
  head/x11-themes/Makefile

Modified: head/x11-themes/Makefile
==============================================================================
--- head/x11-themes/Makefile	Sat Nov 21 17:51:57 2020	(r556005)
+++ head/x11-themes/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
@@ -121,6 +121,7 @@
     SUBDIR += metacity-theme-microgui
     SUBDIR += metacity-themes
     SUBDIR += mint-themes
+    SUBDIR += nordic-theme
     SUBDIR += numix-gtk-theme
     SUBDIR += numix-icon-theme
     SUBDIR += openbox-arc-theme

Added: head/x11-themes/nordic-theme/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/nordic-theme/Makefile	Sat Nov 21 18:15:24 2020	(r556006)
@@ -0,0 +1,67 @@
+# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
+# $FreeBSD$
+
+PORTNAME=	nordic-theme
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.9.0
+CATEGORIES=	x11-themes
+
+MAINTAINER=	Alexander88207@protonmail.com
+COMMENT=	Dark GTK & KDE theme created using the Nord color palette
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	EliverLara
+GH_PROJECT=	Nordic
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+OPTIONS_DEFINE=	CINNAMON GNOMESHELL KDE METACITY XFCE
+OPTIONS_DEFAULT=	GNOMESHELL KDE METACITY XFCE
+OPTIONS_SUB=	yes
+
+CINNAMON_DESC=	Install Cinnamon theme
+CINNAMON_BROKEN=	This version of the theme dont have the cinnamon theme yet.
+CINNAMON_IMPLIES=	METACITY
+
+GNOMESHELL_DESC=	Install Gnome-Shell theme
+KDE_DESC=	Install KDE theme
+METACITY_DESC=	Install Metacity theme
+XFCE_DESC=	Install XFCE theme
+
+do-install-CINNAMON-on:
+	${MV} ${WRKSRC}/cinnamon ${STAGEDIR}${PREFIX}/share/themes/Nordic/
+
+do-install-GNOMESHELL-on:
+	${MV} ${WRKSRC}/gnome-shell ${STAGEDIR}${PREFIX}/share/themes/Nordic/
+
+do-install-METACITY-on:
+	${MV} ${WRKSRC}/metacity-1 ${STAGEDIR}${PREFIX}/share/themes/Nordic/
+
+do-install-XFCE-on:
+	${MV} ${WRKSRC}/xfwm4 ${STAGEDIR}${PREFIX}/share/themes/Nordic/
+
+do-install-KDE-on:
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/aurorae/themes
+	(cd ${WRKSRC}/kde/aurorae && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/aurorae/themes)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/color-schemes
+	(cd ${WRKSRC}/kde/colorschemes/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/color-schemes)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/konsole
+	(cd ${WRKSRC}/kde/konsole/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/konsole)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/Kvantum
+	(cd ${WRKSRC}/kde/kvantum && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/Kvantum)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/plasma/look-and-feel/Nordic
+	(cd ${WRKSRC}/kde/look-and-feel && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/plasma/look-and-feel/Nordic)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/sddm/themes/Nordic
+	(cd ${WRKSRC}/kde/sddm/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/sddm/themes/Nordic)
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Nordic
+	@${MV} ${WRKSRC}/assets ${STAGEDIR}${PREFIX}/share/themes/Nordic/
+	@${MV} ${WRKSRC}/gtk-2.0 ${STAGEDIR}${PREFIX}/share/themes/Nordic/
+	@${MV} ${WRKSRC}/gtk-3.0 ${STAGEDIR}${PREFIX}/share/themes/Nordic/
+	@${MV} ${WRKSRC}/index.theme ${STAGEDIR}${PREFIX}/share/themes/Nordic/
+	@${RM}	${STAGEDIR}${PREFIX}/share/themes/Nordic/gtk-2.0/render-assets.sh
+.include <bsd.port.mk>

Added: head/x11-themes/nordic-theme/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/nordic-theme/distinfo	Sat Nov 21 18:15:24 2020	(r556006)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605957304
+SHA256 (EliverLara-Nordic-v1.9.0_GH0.tar.gz) = 2621b908351d245306bfa1956067d666eb08c00082f69468888162ddb9b1ba45
+SIZE (EliverLara-Nordic-v1.9.0_GH0.tar.gz) = 4381900

Added: head/x11-themes/nordic-theme/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/nordic-theme/pkg-descr	Sat Nov 21 18:15:24 2020	(r556006)
@@ -0,0 +1,3 @@
+Dark Gtk3.20+ & KDE theme created using the awesome Nord color palette.
+
+WWW: https://github.com/EliverLara/Nordic

Added: head/x11-themes/nordic-theme/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/nordic-theme/pkg-plist	Sat Nov 21 18:15:24 2020	(r556006)
@@ -0,0 +1,729 @@
+%%KDE%%share/Kvantum/Nordic-Darker-Solid/Nordic-Darker-Solid.kvconfig
+%%KDE%%share/Kvantum/Nordic-Darker-Solid/Nordic-Darker-Solid.svg
+%%KDE%%share/Kvantum/Nordic-Darker/Nordic-Darker.kvconfig
+%%KDE%%share/Kvantum/Nordic-Darker/Nordic-Darker.svg
+%%KDE%%share/Kvantum/Nordic-Solid/Nordic-Solid.kvconfig
+%%KDE%%share/Kvantum/Nordic-Solid/Nordic-Solid.svg
+%%KDE%%share/Kvantum/Nordic/Nordic.kvconfig
+%%KDE%%share/Kvantum/Nordic/Nordic.svg
+%%KDE%%share/aurorae/themes/Nordic/.directory
+%%KDE%%share/aurorae/themes/Nordic/Nordicrc
+%%KDE%%share/aurorae/themes/Nordic/alldesktops.svg
+%%KDE%%share/aurorae/themes/Nordic/close.svg
+%%KDE%%share/aurorae/themes/Nordic/decoration.svg
+%%KDE%%share/aurorae/themes/Nordic/keepabove.svg
+%%KDE%%share/aurorae/themes/Nordic/keepbelow.svg
+%%KDE%%share/aurorae/themes/Nordic/maximize.svg
+%%KDE%%share/aurorae/themes/Nordic/metadata.desktop
+%%KDE%%share/aurorae/themes/Nordic/minimize.svg
+%%KDE%%share/aurorae/themes/Nordic/restore.svg
+%%KDE%%share/color-schemes/Nordic.colors
+%%KDE%%share/color-schemes/NordicDarker.colors
+%%KDE%%share/konsole/Nordic.colorscheme
+%%KDE%%share/plasma/look-and-feel/Nordic/contents/defaults
+%%KDE%%share/plasma/look-and-feel/Nordic/contents/previews/fullscreenpreview.jpg
+%%KDE%%share/plasma/look-and-feel/Nordic/contents/previews/preview.png
+%%KDE%%share/plasma/look-and-feel/Nordic/contents/previews/splash.png
+%%KDE%%share/plasma/look-and-feel/Nordic/contents/splash/Splash.qml
+%%KDE%%share/plasma/look-and-feel/Nordic/contents/splash/images/Nordic.png
+%%KDE%%share/plasma/look-and-feel/Nordic/contents/splash/images/busy.svg
+%%KDE%%share/plasma/look-and-feel/Nordic/contents/splash/images/logo.png
+%%KDE%%share/plasma/look-and-feel/Nordic/metadata.desktop
+%%KDE%%share/sddm/themes/Nordic/DropdownMenuStyle.qml
+%%KDE%%share/sddm/themes/Nordic/KeyboardButton.qml
+%%KDE%%share/sddm/themes/Nordic/Login.qml
+%%KDE%%share/sddm/themes/Nordic/Main.qml
+%%KDE%%share/sddm/themes/Nordic/SessionButton.qml
+%%KDE%%share/sddm/themes/Nordic/assets/bg.jpg
+%%KDE%%share/sddm/themes/Nordic/assets/change_user.svg
+%%KDE%%share/sddm/themes/Nordic/components/ActionButton.qml
+%%KDE%%share/sddm/themes/Nordic/components/Battery.qml
+%%KDE%%share/sddm/themes/Nordic/components/Clock.qml
+%%KDE%%share/sddm/themes/Nordic/components/Input.qml
+%%KDE%%share/sddm/themes/Nordic/components/KeyboardLayoutButton.qml
+%%KDE%%share/sddm/themes/Nordic/components/SessionManagementScreen.qml
+%%KDE%%share/sddm/themes/Nordic/components/UserDelegate.qml
+%%KDE%%share/sddm/themes/Nordic/components/UserList.qml
+%%KDE%%share/sddm/themes/Nordic/components/VirtualKeyboard.qml
+%%KDE%%share/sddm/themes/Nordic/components/artwork/logout_primary.svgz
+%%KDE%%share/sddm/themes/Nordic/components/artwork/restart_primary.svgz
+%%KDE%%share/sddm/themes/Nordic/components/artwork/shutdown_primary.svgz
+%%KDE%%share/sddm/themes/Nordic/faces/.face.icon
+%%KDE%%share/sddm/themes/Nordic/metadata.desktop
+%%KDE%%share/sddm/themes/Nordic/preview.png
+%%KDE%%share/sddm/themes/Nordic/theme.conf
+share/themes/Nordic/assets/calendar-selected.png
+share/themes/Nordic/assets/calendar-selected@2.png
+share/themes/Nordic/assets/checkbox-checked-active-dark.png
+share/themes/Nordic/assets/checkbox-checked-active-dark@2.png
+share/themes/Nordic/assets/checkbox-checked-active.png
+share/themes/Nordic/assets/checkbox-checked-active@2.png
+share/themes/Nordic/assets/checkbox-checked-backdrop-dark.png
+share/themes/Nordic/assets/checkbox-checked-backdrop-dark@2.png
+share/themes/Nordic/assets/checkbox-checked-backdrop.png
+share/themes/Nordic/assets/checkbox-checked-backdrop@2.png
+share/themes/Nordic/assets/checkbox-checked-dark.png
+share/themes/Nordic/assets/checkbox-checked-dark@2.png
+share/themes/Nordic/assets/checkbox-checked-hover-dark.png
+share/themes/Nordic/assets/checkbox-checked-hover-dark@2.png
+share/themes/Nordic/assets/checkbox-checked-hover.png
+share/themes/Nordic/assets/checkbox-checked-hover@2.png
+share/themes/Nordic/assets/checkbox-checked-insensitive-backdrop-dark.png
+share/themes/Nordic/assets/checkbox-checked-insensitive-backdrop-dark@2.png
+share/themes/Nordic/assets/checkbox-checked-insensitive-backdrop.png
+share/themes/Nordic/assets/checkbox-checked-insensitive-backdrop@2.png
+share/themes/Nordic/assets/checkbox-checked-insensitive-dark.png
+share/themes/Nordic/assets/checkbox-checked-insensitive-dark@2.png
+share/themes/Nordic/assets/checkbox-checked-insensitive.png
+share/themes/Nordic/assets/checkbox-checked-insensitive@2.png
+share/themes/Nordic/assets/checkbox-checked.png
+share/themes/Nordic/assets/checkbox-checked@2.png
+share/themes/Nordic/assets/checkbox-mixed-active-dark.png
+share/themes/Nordic/assets/checkbox-mixed-active-dark@2.png
+share/themes/Nordic/assets/checkbox-mixed-active.png
+share/themes/Nordic/assets/checkbox-mixed-active@2.png
+share/themes/Nordic/assets/checkbox-mixed-backdrop-dark.png
+share/themes/Nordic/assets/checkbox-mixed-backdrop-dark@2.png
+share/themes/Nordic/assets/checkbox-mixed-backdrop.png
+share/themes/Nordic/assets/checkbox-mixed-backdrop@2.png
+share/themes/Nordic/assets/checkbox-mixed-dark.png
+share/themes/Nordic/assets/checkbox-mixed-dark@2.png
+share/themes/Nordic/assets/checkbox-mixed-hover-dark.png
+share/themes/Nordic/assets/checkbox-mixed-hover-dark@2.png
+share/themes/Nordic/assets/checkbox-mixed-hover.png
+share/themes/Nordic/assets/checkbox-mixed-hover@2.png
+share/themes/Nordic/assets/checkbox-mixed-insensitive-backdrop-dark.png
+share/themes/Nordic/assets/checkbox-mixed-insensitive-backdrop-dark@2.png
+share/themes/Nordic/assets/checkbox-mixed-insensitive-backdrop.png
+share/themes/Nordic/assets/checkbox-mixed-insensitive-backdrop@2.png
+share/themes/Nordic/assets/checkbox-mixed-insensitive-dark.png
+share/themes/Nordic/assets/checkbox-mixed-insensitive-dark@2.png
+share/themes/Nordic/assets/checkbox-mixed-insensitive.png
+share/themes/Nordic/assets/checkbox-mixed-insensitive@2.png
+share/themes/Nordic/assets/checkbox-mixed.png
+share/themes/Nordic/assets/checkbox-mixed@2.png
+share/themes/Nordic/assets/checkbox-unchecked-active-dark.png
+share/themes/Nordic/assets/checkbox-unchecked-active-dark@2.png
+share/themes/Nordic/assets/checkbox-unchecked-active.png
+share/themes/Nordic/assets/checkbox-unchecked-active@2.png
+share/themes/Nordic/assets/checkbox-unchecked-backdrop-dark.png
+share/themes/Nordic/assets/checkbox-unchecked-backdrop-dark@2.png
+share/themes/Nordic/assets/checkbox-unchecked-backdrop.png
+share/themes/Nordic/assets/checkbox-unchecked-backdrop@2.png
+share/themes/Nordic/assets/checkbox-unchecked-dark.png
+share/themes/Nordic/assets/checkbox-unchecked-dark@2.png
+share/themes/Nordic/assets/checkbox-unchecked-hover-dark.png
+share/themes/Nordic/assets/checkbox-unchecked-hover-dark@2.png
+share/themes/Nordic/assets/checkbox-unchecked-hover.png
+share/themes/Nordic/assets/checkbox-unchecked-hover@2.png
+share/themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop-dark.png
+share/themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop-dark@2.png
+share/themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop.png
+share/themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop@2.png
+share/themes/Nordic/assets/checkbox-unchecked-insensitive-dark.png
+share/themes/Nordic/assets/checkbox-unchecked-insensitive-dark@2.png
+share/themes/Nordic/assets/checkbox-unchecked-insensitive.png
+share/themes/Nordic/assets/checkbox-unchecked-insensitive@2.png
+share/themes/Nordic/assets/checkbox-unchecked.png
+share/themes/Nordic/assets/checkbox-unchecked@2.png
+share/themes/Nordic/assets/close.png
+share/themes/Nordic/assets/close.svg
+share/themes/Nordic/assets/close@2.png
+share/themes/Nordic/assets/close_prelight.png
+share/themes/Nordic/assets/close_prelight.svg
+share/themes/Nordic/assets/close_prelight@2.png
+share/themes/Nordic/assets/close_pressed.svg
+share/themes/Nordic/assets/close_unfocused.png
+share/themes/Nordic/assets/close_unfocused.svg
+share/themes/Nordic/assets/close_unfocused@2.png
+share/themes/Nordic/assets/grid-selection-checked.png
+share/themes/Nordic/assets/grid-selection-checked@2.png
+share/themes/Nordic/assets/grid-selection-unchecked.png
+share/themes/Nordic/assets/grid-selection-unchecked@2.png
+share/themes/Nordic/assets/maximize.png
+share/themes/Nordic/assets/maximize.svg
+share/themes/Nordic/assets/maximize@2.png
+share/themes/Nordic/assets/maximize_prelight.png
+share/themes/Nordic/assets/maximize_prelight.svg
+share/themes/Nordic/assets/maximize_prelight@2.png
+share/themes/Nordic/assets/maximize_pressed.svg
+share/themes/Nordic/assets/maximize_unfocused.png
+share/themes/Nordic/assets/maximize_unfocused.svg
+share/themes/Nordic/assets/menuitem-checkbox-checked-hover.png
+share/themes/Nordic/assets/menuitem-checkbox-checked-hover@2.png
+share/themes/Nordic/assets/menuitem-checkbox-checked-insensitive.png
+share/themes/Nordic/assets/menuitem-checkbox-checked-insensitive@2.png
+share/themes/Nordic/assets/menuitem-checkbox-checked.png
+share/themes/Nordic/assets/menuitem-checkbox-checked@2.png
+share/themes/Nordic/assets/menuitem-checkbox-mixed-hover.png
+share/themes/Nordic/assets/menuitem-checkbox-mixed-hover@2.png
+share/themes/Nordic/assets/menuitem-checkbox-mixed-insensitive.png
+share/themes/Nordic/assets/menuitem-checkbox-mixed-insensitive@2.png
+share/themes/Nordic/assets/menuitem-checkbox-mixed-selected.png
+share/themes/Nordic/assets/menuitem-checkbox-mixed-selected@2.png
+share/themes/Nordic/assets/menuitem-checkbox-mixed.png
+share/themes/Nordic/assets/menuitem-checkbox-mixed@2.png
+share/themes/Nordic/assets/menuitem-checkbox-unchecked.png
+share/themes/Nordic/assets/menuitem-checkbox-unchecked@2.png
+share/themes/Nordic/assets/menuitem-radio-checked-hover.png
+share/themes/Nordic/assets/menuitem-radio-checked-hover@2.png
+share/themes/Nordic/assets/menuitem-radio-checked-insensitive.png
+share/themes/Nordic/assets/menuitem-radio-checked-insensitive@2.png
+share/themes/Nordic/assets/menuitem-radio-checked.png
+share/themes/Nordic/assets/menuitem-radio-checked@2.png
+share/themes/Nordic/assets/min.png
+share/themes/Nordic/assets/min.svg
+share/themes/Nordic/assets/min@2.png
+share/themes/Nordic/assets/min_prelight.png
+share/themes/Nordic/assets/min_prelight.svg
+share/themes/Nordic/assets/min_prelight@2.png
+share/themes/Nordic/assets/min_pressed.svg
+share/themes/Nordic/assets/min_unfocused.png
+share/themes/Nordic/assets/min_unfocused.svg
+share/themes/Nordic/assets/pane-handle-vertical.png
+share/themes/Nordic/assets/pane-handle-vertical@2.png
+share/themes/Nordic/assets/pane-handle.png
+share/themes/Nordic/assets/pane-handle@2.png
+share/themes/Nordic/assets/path4417.png
+share/themes/Nordic/assets/radio-checked-active-dark.png
+share/themes/Nordic/assets/radio-checked-active-dark@2.png
+share/themes/Nordic/assets/radio-checked-active.png
+share/themes/Nordic/assets/radio-checked-active@2.png
+share/themes/Nordic/assets/radio-checked-backdrop-dark.png
+share/themes/Nordic/assets/radio-checked-backdrop-dark@2.png
+share/themes/Nordic/assets/radio-checked-backdrop.png
+share/themes/Nordic/assets/radio-checked-backdrop@2.png
+share/themes/Nordic/assets/radio-checked-dark.png
+share/themes/Nordic/assets/radio-checked-dark@2.png
+share/themes/Nordic/assets/radio-checked-hover-dark.png
+share/themes/Nordic/assets/radio-checked-hover-dark@2.png
+share/themes/Nordic/assets/radio-checked-hover.png
+share/themes/Nordic/assets/radio-checked-hover@2.png
+share/themes/Nordic/assets/radio-checked-insensitive-backdrop-dark.png
+share/themes/Nordic/assets/radio-checked-insensitive-backdrop-dark@2.png
+share/themes/Nordic/assets/radio-checked-insensitive-backdrop.png
+share/themes/Nordic/assets/radio-checked-insensitive-backdrop@2.png
+share/themes/Nordic/assets/radio-checked-insensitive-dark.png
+share/themes/Nordic/assets/radio-checked-insensitive-dark@2.png
+share/themes/Nordic/assets/radio-checked-insensitive.png
+share/themes/Nordic/assets/radio-checked-insensitive@2.png
+share/themes/Nordic/assets/radio-checked.png
+share/themes/Nordic/assets/radio-checked@2.png
+share/themes/Nordic/assets/radio-mixed-active-dark.png
+share/themes/Nordic/assets/radio-mixed-active-dark@2.png
+share/themes/Nordic/assets/radio-mixed-active.png
+share/themes/Nordic/assets/radio-mixed-active@2.png
+share/themes/Nordic/assets/radio-mixed-backdrop-dark.png
+share/themes/Nordic/assets/radio-mixed-backdrop-dark@2.png
+share/themes/Nordic/assets/radio-mixed-backdrop.png
+share/themes/Nordic/assets/radio-mixed-backdrop@2.png
+share/themes/Nordic/assets/radio-mixed-dark.png
+share/themes/Nordic/assets/radio-mixed-dark@2.png
+share/themes/Nordic/assets/radio-mixed-hover-dark.png
+share/themes/Nordic/assets/radio-mixed-hover-dark@2.png
+share/themes/Nordic/assets/radio-mixed-hover.png
+share/themes/Nordic/assets/radio-mixed-hover@2.png
+share/themes/Nordic/assets/radio-mixed-insensitive-backdrop-dark.png
+share/themes/Nordic/assets/radio-mixed-insensitive-backdrop-dark@2.png
+share/themes/Nordic/assets/radio-mixed-insensitive-backdrop.png
+share/themes/Nordic/assets/radio-mixed-insensitive-backdrop@2.png
+share/themes/Nordic/assets/radio-mixed-insensitive-dark.png
+share/themes/Nordic/assets/radio-mixed-insensitive-dark@2.png
+share/themes/Nordic/assets/radio-mixed-insensitive.png
+share/themes/Nordic/assets/radio-mixed-insensitive@2.png
+share/themes/Nordic/assets/radio-mixed.png
+share/themes/Nordic/assets/radio-mixed@2.png
+share/themes/Nordic/assets/radio-selected-insensitive@2.png
+share/themes/Nordic/assets/radio-selected@2.png
+share/themes/Nordic/assets/radio-unchecked-active-dark.png
+share/themes/Nordic/assets/radio-unchecked-active-dark@2.png
+share/themes/Nordic/assets/radio-unchecked-active.png
+share/themes/Nordic/assets/radio-unchecked-active@2.png
+share/themes/Nordic/assets/radio-unchecked-backdrop-dark.png
+share/themes/Nordic/assets/radio-unchecked-backdrop-dark@2.png
+share/themes/Nordic/assets/radio-unchecked-backdrop.png
+share/themes/Nordic/assets/radio-unchecked-backdrop@2.png
+share/themes/Nordic/assets/radio-unchecked-dark.png
+share/themes/Nordic/assets/radio-unchecked-dark@2.png
+share/themes/Nordic/assets/radio-unchecked-hover-dark.png
+share/themes/Nordic/assets/radio-unchecked-hover-dark@2.png
+share/themes/Nordic/assets/radio-unchecked-hover.png
+share/themes/Nordic/assets/radio-unchecked-hover@2.png
+share/themes/Nordic/assets/radio-unchecked-insensitive-backdrop-dark.png
+share/themes/Nordic/assets/radio-unchecked-insensitive-backdrop-dark@2.png
+share/themes/Nordic/assets/radio-unchecked-insensitive-backdrop.png
+share/themes/Nordic/assets/radio-unchecked-insensitive-backdrop@2.png
+share/themes/Nordic/assets/radio-unchecked-insensitive-dark.png
+share/themes/Nordic/assets/radio-unchecked-insensitive-dark@2.png
+share/themes/Nordic/assets/radio-unchecked-insensitive.png
+share/themes/Nordic/assets/radio-unchecked-insensitive@2.png
+share/themes/Nordic/assets/radio-unchecked.png
+share/themes/Nordic/assets/radio-unchecked@2.png
+share/themes/Nordic/assets/radio-unselected-hover@2.png
+share/themes/Nordic/assets/radio-unselected-insensitive@2.png
+share/themes/Nordic/assets/radio-unselected.svg
+share/themes/Nordic/assets/radio-unselected@2.png
+share/themes/Nordic/assets/scale-slider-hover.svg
+share/themes/Nordic/assets/scale-slider-hover@2.png
+share/themes/Nordic/assets/scale-slider-insensitive.png
+share/themes/Nordic/assets/scale-slider-insensitive@2.png
+share/themes/Nordic/assets/scale-slider.svg
+share/themes/Nordic/assets/scale-slider@2.png
+share/themes/Nordic/assets/selected-checkbox-checked-dark.png
+share/themes/Nordic/assets/selected-checkbox-checked-dark@2.png
+share/themes/Nordic/assets/selected-checkbox-checked.png
+share/themes/Nordic/assets/selected-checkbox-checked@2.png
+share/themes/Nordic/assets/selected-checkbox-mixed-dark.png
+share/themes/Nordic/assets/selected-checkbox-mixed-dark@2.png
+share/themes/Nordic/assets/selected-checkbox-mixed.png
+share/themes/Nordic/assets/selected-checkbox-mixed@2.png
+share/themes/Nordic/assets/selected-checkbox-unchecked-dark.png
+share/themes/Nordic/assets/selected-checkbox-unchecked-dark@2.png
+share/themes/Nordic/assets/selected-checkbox-unchecked.png
+share/themes/Nordic/assets/selected-checkbox-unchecked@2.png
+share/themes/Nordic/assets/selected-radio-checked-dark.png
+share/themes/Nordic/assets/selected-radio-checked-dark@2.png
+share/themes/Nordic/assets/selected-radio-checked.png
+share/themes/Nordic/assets/selected-radio-checked@2.png
+share/themes/Nordic/assets/selected-radio-mixed-dark.png
+share/themes/Nordic/assets/selected-radio-mixed-dark@2.png
+share/themes/Nordic/assets/selected-radio-mixed.png
+share/themes/Nordic/assets/selected-radio-mixed@2.png
+share/themes/Nordic/assets/selected-radio-unchecked-dark.png
+share/themes/Nordic/assets/selected-radio-unchecked-dark@2.png
+share/themes/Nordic/assets/selected-radio-unchecked.png
+share/themes/Nordic/assets/selected-radio-unchecked@2.png
+share/themes/Nordic/assets/switch-insensitive.svg
+share/themes/Nordic/assets/switch-insensitive@2.svg
+share/themes/Nordic/assets/switch-off.svg
+share/themes/Nordic/assets/switch-off@2.svg
+share/themes/Nordic/assets/switch-on.svg
+share/themes/Nordic/assets/switch-on@2.svg
+share/themes/Nordic/assets/switch-slider-insensitive.svg
+share/themes/Nordic/assets/switch-slider-insensitive@2.svg
+share/themes/Nordic/assets/switch-slider-off.svg
+share/themes/Nordic/assets/switch-slider-off@2.svg
+share/themes/Nordic/assets/switch-slider-on.svg
+share/themes/Nordic/assets/switch-slider-on@2.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/_colors.scss
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/_common.scss
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/_drawing.scss
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/_extensions.scss
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/calendar-arrow-left.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/calendar-arrow-right.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/calendar-today.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/checkbox-focused.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/checkbox-off-focused.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/checkbox-off.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/checkbox.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/close-window.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/corner-ripple-ltr.png
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/corner-ripple-rtl.png
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/dash-placeholder.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/logged-in-indicator.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/noise-texture.png
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/process-working.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/running-indicator.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/source-button-border.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/toggle-off.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/toggle-on.svg
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/ws-switch-arrow-down.png
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/assets/ws-switch-arrow-up.png
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/extensions/_openweather.scss
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/gnome-shell.css
+%%GNOMESHELL%%share/themes/Nordic/gnome-shell/gnome-shell.scss
+share/themes/Nordic/gtk-2.0/apps/chrome.rc
+share/themes/Nordic/gtk-2.0/apps/gimp.rc
+share/themes/Nordic/gtk-2.0/apps/libreoffice.rc
+share/themes/Nordic/gtk-2.0/apps/terminal.rc
+share/themes/Nordic/gtk-2.0/apps/thunar.rc
+share/themes/Nordic/gtk-2.0/apps/xfce.rc
+share/themes/Nordic/gtk-2.0/assets.svg
+share/themes/Nordic/gtk-2.0/assets.txt
+share/themes/Nordic/gtk-2.0/assets/border.png
+share/themes/Nordic/gtk-2.0/assets/button-active.png
+share/themes/Nordic/gtk-2.0/assets/button-hover.png
+share/themes/Nordic/gtk-2.0/assets/button-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/button.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-checked-active.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-checked-hover.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-checked-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-checked.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-mixed-active.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-mixed-hover.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-mixed-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-mixed.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-unchecked-active.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-unchecked-hover.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-unchecked-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/checkbox-unchecked.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-active.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-hover.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry-active.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-active.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-hover.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry-active.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry.png
+share/themes/Nordic/gtk-2.0/assets/entry-active.png
+share/themes/Nordic/gtk-2.0/assets/entry-background-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/entry-background.png
+share/themes/Nordic/gtk-2.0/assets/entry-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/entry.png
+share/themes/Nordic/gtk-2.0/assets/focus.png
+share/themes/Nordic/gtk-2.0/assets/frame-inline.png
+share/themes/Nordic/gtk-2.0/assets/frame-notebook.png
+share/themes/Nordic/gtk-2.0/assets/frame.png
+share/themes/Nordic/gtk-2.0/assets/handle-horz.png
+share/themes/Nordic/gtk-2.0/assets/handle-vert.png
+share/themes/Nordic/gtk-2.0/assets/handle.png
+share/themes/Nordic/gtk-2.0/assets/line.png
+share/themes/Nordic/gtk-2.0/assets/menu-border.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox-checked-hover.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox-checked.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox-hover.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed-hover.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed.png
+share/themes/Nordic/gtk-2.0/assets/menu-checkbox.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-down-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-down.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-left-hover.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-left-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-left.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-right-hover.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-right-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-right.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-up-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-pan-up.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio-checked-hover.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio-checked-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio-checked.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio-hover.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio-mixed-hover.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio-mixed-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio-mixed.png
+share/themes/Nordic/gtk-2.0/assets/menu-radio.png
+share/themes/Nordic/gtk-2.0/assets/menubar-item-active.png
+share/themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png
+share/themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png
+share/themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png
+share/themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png
+share/themes/Nordic/gtk-2.0/assets/notebook-entry-active.png
+share/themes/Nordic/gtk-2.0/assets/notebook-entry-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/notebook-entry.png
+share/themes/Nordic/gtk-2.0/assets/pan-down-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/pan-down.png
+share/themes/Nordic/gtk-2.0/assets/pan-left-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/pan-left-semi.png
+share/themes/Nordic/gtk-2.0/assets/pan-left.png
+share/themes/Nordic/gtk-2.0/assets/pan-right-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/pan-right-semi.png
+share/themes/Nordic/gtk-2.0/assets/pan-right.png
+share/themes/Nordic/gtk-2.0/assets/pan-up-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/pan-up.png
+share/themes/Nordic/gtk-2.0/assets/progressbar-horz-trough.png
+share/themes/Nordic/gtk-2.0/assets/progressbar-horz.png
+share/themes/Nordic/gtk-2.0/assets/progressbar-vert-trough.png
+share/themes/Nordic/gtk-2.0/assets/progressbar-vert.png
+share/themes/Nordic/gtk-2.0/assets/radio-checked-active.png
+share/themes/Nordic/gtk-2.0/assets/radio-checked-hover.png
+share/themes/Nordic/gtk-2.0/assets/radio-checked-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/radio-checked.png
+share/themes/Nordic/gtk-2.0/assets/radio-mixed-active.png
+share/themes/Nordic/gtk-2.0/assets/radio-mixed-hover.png
+share/themes/Nordic/gtk-2.0/assets/radio-mixed-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/radio-mixed.png
+share/themes/Nordic/gtk-2.0/assets/radio-unchecked-active.png
+share/themes/Nordic/gtk-2.0/assets/radio-unchecked-hover.png
+share/themes/Nordic/gtk-2.0/assets/radio-unchecked-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/radio-unchecked.png
+share/themes/Nordic/gtk-2.0/assets/scale-horz-focus.png
+share/themes/Nordic/gtk-2.0/assets/scale-horz-trough-active.png
+share/themes/Nordic/gtk-2.0/assets/scale-horz-trough.png
+share/themes/Nordic/gtk-2.0/assets/scale-slider-active.png
+share/themes/Nordic/gtk-2.0/assets/scale-slider-hover.png
+share/themes/Nordic/gtk-2.0/assets/scale-slider-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/scale-slider.png
+share/themes/Nordic/gtk-2.0/assets/scale-vert-trough-active.png
+share/themes/Nordic/gtk-2.0/assets/scale-vert-trough.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider-active.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider-hover.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-horz-trough.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-active.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-hover.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-rtl.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-vert-trough-rtl.png
+share/themes/Nordic/gtk-2.0/assets/scrollbar-vert-trough.png
+share/themes/Nordic/gtk-2.0/assets/spin-down-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/spin-down.png
+share/themes/Nordic/gtk-2.0/assets/spin-ltr-down-active.png
+share/themes/Nordic/gtk-2.0/assets/spin-ltr-down-hover.png
+share/themes/Nordic/gtk-2.0/assets/spin-ltr-down-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/spin-ltr-down.png
+share/themes/Nordic/gtk-2.0/assets/spin-ltr-up-active.png
+share/themes/Nordic/gtk-2.0/assets/spin-ltr-up-hover.png
+share/themes/Nordic/gtk-2.0/assets/spin-ltr-up-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/spin-ltr-up.png
+share/themes/Nordic/gtk-2.0/assets/spin-rtl-down-active.png
+share/themes/Nordic/gtk-2.0/assets/spin-rtl-down-hover.png
+share/themes/Nordic/gtk-2.0/assets/spin-rtl-down-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/spin-rtl-down.png
+share/themes/Nordic/gtk-2.0/assets/spin-rtl-up-active.png
+share/themes/Nordic/gtk-2.0/assets/spin-rtl-up-hover.png
+share/themes/Nordic/gtk-2.0/assets/spin-rtl-up-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/spin-rtl-up.png
+share/themes/Nordic/gtk-2.0/assets/spin-up-insensitive.png
+share/themes/Nordic/gtk-2.0/assets/spin-up.png
+share/themes/Nordic/gtk-2.0/assets/tab-down-active.png
+share/themes/Nordic/gtk-2.0/assets/tab-down.png
+share/themes/Nordic/gtk-2.0/assets/tab-horz-gap.png
+share/themes/Nordic/gtk-2.0/assets/tab-left-active.png
+share/themes/Nordic/gtk-2.0/assets/tab-left.png
+share/themes/Nordic/gtk-2.0/assets/tab-right-active.png
+share/themes/Nordic/gtk-2.0/assets/tab-right.png
+share/themes/Nordic/gtk-2.0/assets/tab-up-active.png
+share/themes/Nordic/gtk-2.0/assets/tab-up.png
+share/themes/Nordic/gtk-2.0/assets/tab-vert-gap.png
+share/themes/Nordic/gtk-2.0/assets/toolbar-button-active.png
+share/themes/Nordic/gtk-2.0/assets/toolbar-button-hover.png
+share/themes/Nordic/gtk-2.0/assets/treeview-pan-down-active.png
+share/themes/Nordic/gtk-2.0/assets/treeview-pan-down-hover.png
+share/themes/Nordic/gtk-2.0/assets/treeview-pan-down.png
+share/themes/Nordic/gtk-2.0/assets/treeview-pan-up-active.png
+share/themes/Nordic/gtk-2.0/assets/treeview-pan-up-hover.png
+share/themes/Nordic/gtk-2.0/assets/treeview-pan-up.png
+share/themes/Nordic/gtk-2.0/assets/treeview-separator-ltr.png
+share/themes/Nordic/gtk-2.0/assets/treeview-separator-rtl.png
+share/themes/Nordic/gtk-2.0/gtkrc
+share/themes/Nordic/gtk-2.0/links.fish
+share/themes/Nordic/gtk-2.0/main.rc
+share/themes/Nordic/gtk-3.0/_apps.scss
+share/themes/Nordic/gtk-3.0/_colors-public.scss
+share/themes/Nordic/gtk-3.0/_colors.scss
+share/themes/Nordic/gtk-3.0/_common.scss
+share/themes/Nordic/gtk-3.0/_drawing.scss
+share/themes/Nordic/gtk-3.0/_nord.scss
+share/themes/Nordic/gtk-3.0/_widgets.scss
+share/themes/Nordic/gtk-3.0/apps/_budgie.scss
+share/themes/Nordic/gtk-3.0/apps/_geary.scss
+share/themes/Nordic/gtk-3.0/apps/_gnome.scss
+share/themes/Nordic/gtk-3.0/apps/_lightdm.scss
+share/themes/Nordic/gtk-3.0/apps/_pantheon.scss
+share/themes/Nordic/gtk-3.0/apps/_unity.scss
+share/themes/Nordic/gtk-3.0/apps/_xfce.scss
+share/themes/Nordic/gtk-3.0/gtk-dark.css
+share/themes/Nordic/gtk-3.0/gtk-dark.scss
+share/themes/Nordic/gtk-3.0/gtk.css
+share/themes/Nordic/gtk-3.0/gtk.scss
+share/themes/Nordic/gtk-3.0/widgets/_action-bars.scss
+share/themes/Nordic/gtk-3.0/widgets/_app-notifications.scss
+share/themes/Nordic/gtk-3.0/widgets/_base-states.scss
+share/themes/Nordic/gtk-3.0/widgets/_buttons.scss
+share/themes/Nordic/gtk-3.0/widgets/_calendar.scss
+share/themes/Nordic/gtk-3.0/widgets/_checks-radios.scss
+share/themes/Nordic/gtk-3.0/widgets/_color-chooser.scss
+share/themes/Nordic/gtk-3.0/widgets/_comboboxes.scss
+share/themes/Nordic/gtk-3.0/widgets/_dialogs.scss
+share/themes/Nordic/gtk-3.0/widgets/_entries.scss
+share/themes/Nordic/gtk-3.0/widgets/_expanders.scss
+share/themes/Nordic/gtk-3.0/widgets/_file-chooser.scss
+share/themes/Nordic/gtk-3.0/widgets/_floating-bar.scss
+share/themes/Nordic/gtk-3.0/widgets/_frames.scss
+share/themes/Nordic/gtk-3.0/widgets/_granite.scss
+share/themes/Nordic/gtk-3.0/widgets/_header-bars.scss
+share/themes/Nordic/gtk-3.0/widgets/_infobars.scss
+share/themes/Nordic/gtk-3.0/widgets/_level-bars.scss
+share/themes/Nordic/gtk-3.0/widgets/_links.scss
+share/themes/Nordic/gtk-3.0/widgets/_lists.scss
+share/themes/Nordic/gtk-3.0/widgets/_menus.scss
+share/themes/Nordic/gtk-3.0/widgets/_misc.scss
+share/themes/Nordic/gtk-3.0/widgets/_notebooks.scss
+share/themes/Nordic/gtk-3.0/widgets/_paned.scss
+share/themes/Nordic/gtk-3.0/widgets/_pathbars.scss
+share/themes/Nordic/gtk-3.0/widgets/_popovers.scss
+share/themes/Nordic/gtk-3.0/widgets/_print-dialog.scss
+share/themes/Nordic/gtk-3.0/widgets/_progress-bars.scss
+share/themes/Nordic/gtk-3.0/widgets/_scales.scss
+share/themes/Nordic/gtk-3.0/widgets/_scrollbars.scss
+share/themes/Nordic/gtk-3.0/widgets/_sidebar.scss
+share/themes/Nordic/gtk-3.0/widgets/_spinbuttons.scss
+share/themes/Nordic/gtk-3.0/widgets/_spinner.scss
+share/themes/Nordic/gtk-3.0/widgets/_switches.scss
+share/themes/Nordic/gtk-3.0/widgets/_toolbars.scss
+share/themes/Nordic/gtk-3.0/widgets/_tooltips.scss
+share/themes/Nordic/gtk-3.0/widgets/_touch-copy-paste.scss
+share/themes/Nordic/gtk-3.0/widgets/_treeviews.scss
+share/themes/Nordic/gtk-3.0/widgets/_windows.scss
+share/themes/Nordic/index.theme
+%%METACITY%%share/themes/Nordic/metacity-1/close.png
+%%METACITY%%share/themes/Nordic/metacity-1/close_focused.png
+%%METACITY%%share/themes/Nordic/metacity-1/close_focused_normal.png
+%%METACITY%%share/themes/Nordic/metacity-1/close_focused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/close_focused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/close_unfocused.png
+%%METACITY%%share/themes/Nordic/metacity-1/close_unfocused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/close_unfocused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/maximize.png
+%%METACITY%%share/themes/Nordic/metacity-1/maximize_focused.png
+%%METACITY%%share/themes/Nordic/metacity-1/maximize_focused_normal.png
+%%METACITY%%share/themes/Nordic/metacity-1/maximize_focused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/maximize_focused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/maximize_unfocused.png
+%%METACITY%%share/themes/Nordic/metacity-1/maximize_unfocused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/maximize_unfocused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/menu.png
+%%METACITY%%share/themes/Nordic/metacity-1/menu_focused.png
+%%METACITY%%share/themes/Nordic/metacity-1/menu_focused_normal.png
+%%METACITY%%share/themes/Nordic/metacity-1/menu_focused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/menu_focused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/menu_unfocused.png
+%%METACITY%%share/themes/Nordic/metacity-1/menu_unfocused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/menu_unfocused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/metacity-theme-1.xml
+%%METACITY%%share/themes/Nordic/metacity-1/metacity-theme-2.xml
+%%METACITY%%share/themes/Nordic/metacity-1/metacity-theme-3.xml
+%%METACITY%%share/themes/Nordic/metacity-1/metacity-theme.xml
+%%METACITY%%share/themes/Nordic/metacity-1/minimize.png
+%%METACITY%%share/themes/Nordic/metacity-1/minimize_focused.png
+%%METACITY%%share/themes/Nordic/metacity-1/minimize_focused_normal.png
+%%METACITY%%share/themes/Nordic/metacity-1/minimize_focused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/minimize_focused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/minimize_unfocused.png
+%%METACITY%%share/themes/Nordic/metacity-1/minimize_unfocused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/minimize_unfocused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/shade.png
+%%METACITY%%share/themes/Nordic/metacity-1/shade_focused.png
+%%METACITY%%share/themes/Nordic/metacity-1/shade_focused_normal.png
+%%METACITY%%share/themes/Nordic/metacity-1/shade_focused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/shade_focused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/shade_unfocused.png
+%%METACITY%%share/themes/Nordic/metacity-1/shade_unfocused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/shade_unfocused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/thumbnail.png
+%%METACITY%%share/themes/Nordic/metacity-1/unmaximize.png
+%%METACITY%%share/themes/Nordic/metacity-1/unmaximize_focused.png
+%%METACITY%%share/themes/Nordic/metacity-1/unmaximize_focused_normal.png
+%%METACITY%%share/themes/Nordic/metacity-1/unmaximize_focused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/unmaximize_focused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/unmaximize_unfocused.png
+%%METACITY%%share/themes/Nordic/metacity-1/unmaximize_unfocused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/unmaximize_unfocused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/unshade.png
+%%METACITY%%share/themes/Nordic/metacity-1/unshade_focused.png
+%%METACITY%%share/themes/Nordic/metacity-1/unshade_focused_normal.png
+%%METACITY%%share/themes/Nordic/metacity-1/unshade_focused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/unshade_focused_pressed.png
+%%METACITY%%share/themes/Nordic/metacity-1/unshade_unfocused.png
+%%METACITY%%share/themes/Nordic/metacity-1/unshade_unfocused_prelight.png
+%%METACITY%%share/themes/Nordic/metacity-1/unshade_unfocused_pressed.png
+%%XFCE%%share/themes/Nordic/xfwm4/assets/bottom-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/bottom-left-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/bottom-right-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/close-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/close-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/close-prelight.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/close-pressed.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/hide-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/hide-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/hide-prelight.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/hide-pressed.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/maximize-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/maximize-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/maximize-prelight.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/maximize-pressed.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/menu-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/right-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/shade-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/shade-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/shade-prelight.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/shade-pressed.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/stick-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/stick-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/stick-prelight.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/stick-pressed.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-1-active-shaded.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-1-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-1-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-2-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-2-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-3-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-3-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-4-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-4-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-5-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/title-5-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/top-left-active-shaded.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/top-left-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/top-left-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/top-right-active-shaded.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/top-right-active.svg
+%%XFCE%%share/themes/Nordic/xfwm4/assets/top-right-inactive.svg
+%%XFCE%%share/themes/Nordic/xfwm4/bottom-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/bottom-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/bottom-left-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/bottom-left-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/bottom-right-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/bottom-right-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/close-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/close-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/close-prelight.png
+%%XFCE%%share/themes/Nordic/xfwm4/close-pressed.png
+%%XFCE%%share/themes/Nordic/xfwm4/hide-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/hide-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/hide-prelight.png
+%%XFCE%%share/themes/Nordic/xfwm4/hide-pressed.png
+%%XFCE%%share/themes/Nordic/xfwm4/left-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/left-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/maximize-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/maximize-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/maximize-prelight.png
+%%XFCE%%share/themes/Nordic/xfwm4/maximize-pressed.png
+%%XFCE%%share/themes/Nordic/xfwm4/menu-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/menu-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/menu-prelight.png
+%%XFCE%%share/themes/Nordic/xfwm4/menu-pressed.png
+%%XFCE%%share/themes/Nordic/xfwm4/render_assets.fish
+%%XFCE%%share/themes/Nordic/xfwm4/right-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/right-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/shade-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/shade-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/shade-prelight.png
+%%XFCE%%share/themes/Nordic/xfwm4/shade-pressed.png
+%%XFCE%%share/themes/Nordic/xfwm4/stick-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/stick-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/stick-prelight.png
+%%XFCE%%share/themes/Nordic/xfwm4/stick-pressed.png
+%%XFCE%%share/themes/Nordic/xfwm4/themerc
+%%XFCE%%share/themes/Nordic/xfwm4/title-1-active-shaded.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-1-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-1-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-2-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-2-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-3-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-3-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-4-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-4-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-5-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/title-5-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/top-left-active-shaded.png
+%%XFCE%%share/themes/Nordic/xfwm4/top-left-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/top-left-inactive.png
+%%XFCE%%share/themes/Nordic/xfwm4/top-right-active-shaded.png
+%%XFCE%%share/themes/Nordic/xfwm4/top-right-active.png
+%%XFCE%%share/themes/Nordic/xfwm4/top-right-inactive.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011211815.0ALIFPq3049143>