diff --git a/GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css b/GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css
index b9c076e091a720f7409fbf3b11943f1036979b16..0c7da6925d2222c49a755a701766b23e15335734 100644
--- a/GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css
+++ b/GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css
@@ -16,7 +16,7 @@
 
 .background {
   color: #5c616c;
-  background-color: rgba(245, 246, 247, 0.999); }
+  background-color: #F5F6F7; }
 
 *:disabled {
   -gtk-icon-effect: dim; }
@@ -103,7 +103,7 @@ popover.background.osd,
 popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd {
   color: #BAC3CF;
   border: none;
-  background-color: rgba(53, 57, 69, 0.95);
+  background-color: rgba(0, 0, 0, 0.95);
   background-clip: padding-box;
   box-shadow: none; }
 
@@ -320,7 +320,7 @@ button {
     box-shadow: none; }
   button.osd {
     color: #BAC3CF;
-    background-color: rgba(53, 57, 69, 0.95);
+    background-color: rgba(0, 0, 0, 0.95);
     border-color: rgba(35, 38, 46, 0.95); }
     button.osd.image-button {
       padding: 0;
@@ -859,7 +859,7 @@ toolbar, .inline-toolbar {
     padding: 7px;
     border: 1px solid rgba(0, 0, 0, 0.5);
     border-radius: 3px;
-    background-color: rgba(53, 57, 69, 0.85); }
+    background-color: rgba(0, 0, 0, 0.85); }
     toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar {
       border-radius: 0; }
     toolbar.osd.top, .osd.top.inline-toolbar {
@@ -921,7 +921,7 @@ headerbar,
   box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); }
   .csd headerbar,
   .csd .titlebar:not(headerbar) {
-    background-color: rgba(231, 232, 235, 0.95);
+    background-color: #E7E8EB;
     border-color: rgba(212, 213, 219, 0.95); }
   headerbar:backdrop,
   .titlebar:backdrop:not(headerbar) {
@@ -1088,7 +1088,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
 .primary-toolbar button, headerbar button {
   color: rgba(82, 93, 118, 0.8);
   outline-offset: -3px;
-  background-color: rgba(231, 232, 235, 0);
+  background-color: #E7E8EB;
   border-color: rgba(231, 232, 235, 0); }
   .primary-toolbar button:backdrop, headerbar button:backdrop {
     opacity: 0.7; }
@@ -1102,7 +1102,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
     background-color: #dd0100;
     background-clip: border-box; }
   .primary-toolbar button:disabled, headerbar button:disabled {
-    background-color: rgba(231, 232, 235, 0);
+    background-color: #E7E8EB;
     border-color: rgba(231, 232, 235, 0); }
     .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled {
       color: rgba(82, 93, 118, 0.35); }
@@ -1213,7 +1213,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
     background-color: #dd0100;
     border-color: #dd0100; }
   .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
-    background-color: rgba(231, 232, 235, 0);
+    background-color: #E7E8EB;
     border-color: rgba(231, 232, 235, 0); }
     .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
       color: rgba(82, 93, 118, 0.35); }
@@ -1242,7 +1242,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
     background-color: #E2F04A;
     border-color: #E2F04A; }
   .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
-    background-color: rgba(231, 232, 235, 0);
+    background-color: #E7E8EB;
     border-color: rgba(231, 232, 235, 0); }
     .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
       color: rgba(82, 93, 118, 0.35); }
@@ -2504,7 +2504,7 @@ calendar {
 
 messagedialog .titlebar {
   min-height: 20px;
-  background-color: rgba(231, 232, 235, 0.95);
+  background-color: #E7E8EB;
   border-bottom: 1px solid rgba(212, 213, 219, 0.95); }
 
 messagedialog .dialog-action-area button {
@@ -2879,7 +2879,7 @@ decoration {
   .solid-csd decoration {
     border-radius: 0;
     margin: 1px;
-    background-color: rgba(231, 232, 235, 0.95);
+    background-color: #E7E8EB;
     box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.7), 0 8px 8px 0 rgba(0, 0, 0, 0.8); }
   .solid-csd decoration.maximized {
     box-shadow: none;
@@ -2899,7 +2899,7 @@ headerbar button.titlebutton,
   border-color: transparent;
   background-color: transparent;
   background-image: none;
-  background-color: rgba(231, 232, 235, 0); }
+  background-color: #E7E8EB; }
   headerbar button.titlebutton:hover,
   .titlebar button.titlebutton:hover {
     color: rgba(82, 93, 118, 0.8);
@@ -3412,7 +3412,7 @@ button.documents-favorite:active:hover {
 #gf-candidate-popup,
 #gf-candidate-popup.solid {
   color: #cfd5de;
-  background-color: rgba(53, 57, 69, 0.95);
+  background-color: #000000;
   border: 1px solid rgba(35, 38, 46, 0.95);
   border-radius: 2px; }
 
@@ -3984,12 +3984,12 @@ GtkListBox .h4 {
   padding-top: 20px;
   padding-bottom: 0px;
   border-style: none;
-  background-color: rgba(53, 57, 69, 0.95);
+  background-color: rgba(0, 0, 0, 0.95);
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   border: solid rgba(0, 0, 0, 0.1);
   border-width: 0 1px 1px 1px;
-  box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); }
+  box-shadow: inset 0 1px rgba(0, 0, 0, 0.95); }
 
 #buttonbox_frame button {
   color: #ffffff;
@@ -4055,14 +4055,14 @@ GtkListBox .h4 {
   font-weight: bold; }
 
 .nautilus-window paned > separator {
-  background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
+  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)); }
   .nautilus-window paned > separator:dir(ltr) {
     margin-left: -1px; }
   .nautilus-window paned > separator:dir(rtl) {
     margin-right: -1px; }
 
 filechooser paned > separator {
-  background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
+  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)); }
 
 filechooser.csd.background, filechooser placessidebar list,
 .nautilus-window.csd.background,
@@ -4071,7 +4071,7 @@ filechooser.csd.background, filechooser placessidebar list,
 
 filechooser placessidebar.sidebar,
 .nautilus-window placessidebar.sidebar {
-  background-color: rgba(53, 57, 69, 0.95); }
+  background-color: #000000; }
   filechooser placessidebar.sidebar row.sidebar-row,
   .nautilus-window placessidebar.sidebar row.sidebar-row {
     border: none;
@@ -4139,11 +4139,11 @@ filechooser placessidebar.sidebar,
 
 filechooser.maximized placessidebar.sidebar,
 .nautilus-window.maximized placessidebar.sidebar {
-  background-color: #353945; }
+  background-color: #000000; }
 
 .nemo-window .sidebar {
   color: #BAC3CF;
-  background-color: rgba(53, 57, 69, 0.95); }
+  background-color: #000000; }
   .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row {
     background-color: transparent;
     color: #BAC3CF; }
@@ -4161,8 +4161,8 @@ filechooser.maximized placessidebar.sidebar,
 .caja-side-pane > notebook > stack > widget > box,
 .caja-side-pane text,
 .caja-side-pane treeview {
-  color: #353945;
-  caret-color: #353945;
+  color: #000000;
+  caret-color: #000000;
   background-color: #F5F6F7; }
 
 .caja-side-pane > box button:not(:active):not(:checked) {
@@ -4177,7 +4177,7 @@ filechooser.maximized placessidebar.sidebar,
 
 filechooser actionbar {
   color: #BAC3CF;
-  background-color: rgba(53, 57, 69, 0.95);
+  background-color: #000000;
   border-color: rgba(37, 40, 49, 0.95); }
   filechooser actionbar label, filechooser actionbar combobox {
     color: #BAC3CF; }
@@ -4186,15 +4186,15 @@ filechooser actionbar {
   background-color: #ffffff; }
 
 .gedit-side-panel-paned > separator {
-  background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
+  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)); }
 
 .gedit-bottom-panel-paned > separator {
   background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
 
 .gedit-document-panel {
-  background-color: rgba(53, 57, 69, 0.95); }
+  background-color: #000000; }
   .maximized .gedit-document-panel {
-    background-color: #353945; }
+    background-color: #000000; }
   .gedit-document-panel row {
     color: #BAC3CF;
     background-color: rgba(186, 195, 207, 0); }
diff --git a/GTK-Gnome/Mondrian/gtk-3.0/gtk.css b/GTK-Gnome/Mondrian/gtk-3.0/gtk.css
index aa763c4b7c0f86a99cf01bdffa4a1e742fcc629e..92c66908858eda852fd2ab8903ea014888413a3d 100644
--- a/GTK-Gnome/Mondrian/gtk-3.0/gtk.css
+++ b/GTK-Gnome/Mondrian/gtk-3.0/gtk.css
@@ -103,7 +103,7 @@ popover.background.osd,
 popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd {
   color: #BAC3CF;
   border: none;
-  background-color: rgba(53, 57, 69, 0.95);
+  background-color: rgba(0, 0, 0, 0.8);
   background-clip: padding-box;
   box-shadow: none; }
 
@@ -320,7 +320,7 @@ button {
     box-shadow: none; }
   button.osd {
     color: #BAC3CF;
-    background-color: rgba(53, 57, 69, 0.95);
+    background-color: rgba(0, 0, 0, 0.8);
     border-color: rgba(35, 38, 46, 0.95); }
     button.osd.image-button {
       padding: 0;
@@ -859,7 +859,7 @@ toolbar, .inline-toolbar {
     padding: 7px;
     border: 1px solid rgba(0, 0, 0, 0.5);
     border-radius: 3px;
-    background-color: rgba(53, 57, 69, 0.85); }
+    background-color: rgba(0, 0, 0, 0.8); }
     toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar {
       border-radius: 0; }
     toolbar.osd.top, .osd.top.inline-toolbar {
@@ -3408,8 +3408,8 @@ button.documents-favorite:active:hover {
 #gf-candidate-popup,
 #gf-candidate-popup.solid {
   color: #cfd5de;
-  background-color: rgba(53, 57, 69, 0.95);
-  border: 1px solid rgba(35, 38, 46, 0.95);
+  background-color: rgba(0, 0, 0, 0.8);
+  border: 1px solid rgba(0, 0, 0, 0.8);
   border-radius: 2px; }
 
 #gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
@@ -3980,12 +3980,12 @@ GtkListBox .h4 {
   padding-top: 20px;
   padding-bottom: 0px;
   border-style: none;
-  background-color: rgba(53, 57, 69, 0.95);
+  background-color: rgba(0, 0, 0, 0.8);
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   border: solid rgba(0, 0, 0, 0.1);
   border-width: 0 1px 1px 1px;
-  box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); }
+  box-shadow: inset 0 1px rgba(0, 0, 0, 0.8); }
 
 #buttonbox_frame button {
   color: #ffffff;
@@ -4051,14 +4051,14 @@ GtkListBox .h4 {
   font-weight: bold; }
 
 .nautilus-window paned > separator {
-  background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
+  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)); }
   .nautilus-window paned > separator:dir(ltr) {
     margin-left: -1px; }
   .nautilus-window paned > separator:dir(rtl) {
     margin-right: -1px; }
 
 filechooser paned > separator {
-  background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
+  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)); }
 
 filechooser.csd.background, filechooser placessidebar list,
 .nautilus-window.csd.background,
@@ -4067,7 +4067,7 @@ filechooser.csd.background, filechooser placessidebar list,
 
 filechooser placessidebar.sidebar,
 .nautilus-window placessidebar.sidebar {
-  background-color: rgba(53, 57, 69, 0.95); }
+  background-color: rgba(0, 0, 0, 0.95); }
   filechooser placessidebar.sidebar row.sidebar-row,
   .nautilus-window placessidebar.sidebar row.sidebar-row {
     border: none;
@@ -4135,11 +4135,11 @@ filechooser placessidebar.sidebar,
 
 filechooser.maximized placessidebar.sidebar,
 .nautilus-window.maximized placessidebar.sidebar {
-  background-color: #353945; }
+  background-color: rgba(0, 0, 0, 0.8); }
 
 .nemo-window .sidebar {
   color: #BAC3CF;
-  background-color: rgba(53, 57, 69, 0.95); }
+  background-color: rgba(0, 0, 0, 0.8); }
   .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row {
     background-color: transparent;
     color: #BAC3CF; }
@@ -4157,8 +4157,8 @@ filechooser.maximized placessidebar.sidebar,
 .caja-side-pane > notebook > stack > widget > box,
 .caja-side-pane text,
 .caja-side-pane treeview {
-  color: #353945;
-  caret-color: #353945;
+  color: #000000;
+  caret-color: #000000;
   background-color: #F5F6F7; }
 
 .caja-side-pane > box button:not(:active):not(:checked) {
@@ -4173,7 +4173,7 @@ filechooser.maximized placessidebar.sidebar,
 
 filechooser actionbar {
   color: #BAC3CF;
-  background-color: rgba(53, 57, 69, 0.95);
+  background-color: rgba(0, 0, 0, 0.8);
   border-color: rgba(37, 40, 49, 0.95); }
   filechooser actionbar label, filechooser actionbar combobox {
     color: #BAC3CF; }
@@ -4182,15 +4182,15 @@ filechooser actionbar {
   background-color: #ffffff; }
 
 .gedit-side-panel-paned > separator {
-  background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
+  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)); }
 
 .gedit-bottom-panel-paned > separator {
   background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
 
 .gedit-document-panel {
-  background-color: rgba(53, 57, 69, 0.95); }
+  background-color: rgba(0, 0, 0, 0.8); }
   .maximized .gedit-document-panel {
-    background-color: #353945; }
+    background-color: rgba(0, 0, 0, 0.8; }
   .gedit-document-panel row {
     color: #BAC3CF;
     background-color: rgba(186, 195, 207, 0); }
diff --git a/Icons/NM b/Icons/NM
deleted file mode 100644
index 9926e141dac52deb651ab6005808ec18785ff7df..0000000000000000000000000000000000000000
--- a/Icons/NM
+++ /dev/null
@@ -1,3 +0,0 @@
-699
-
-507
diff --git a/NM b/NM
new file mode 100644
index 0000000000000000000000000000000000000000..ed72d44d5077deb19c3bd17fe370657d65a6151e
--- /dev/null
+++ b/NM
@@ -0,0 +1,10 @@
+699
+
+507
+
+
+
+gtk-
+
+darker sidebar and filechoser
+fixed solid theme