aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-dark/applications
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-13 14:51:14 -0400
committerKen Moore <ken@ixsystems.com>2017-04-13 14:51:14 -0400
commitd467ba19d127325cac273761217327c1c1b1e8ce (patch)
tree1ead19f84401685717886ce9f62ed4f457bc22ce /icon-theme/material-design-dark/applications
parentLast batch of icons missing for the Lumina desktop usage. Still need to move/... (diff)
downloadlumina-d467ba19d127325cac273761217327c1c1b1e8ce.tar.gz
lumina-d467ba19d127325cac273761217327c1c1b1e8ce.tar.bz2
lumina-d467ba19d127325cac273761217327c1c1b1e8ce.zip
Sync up the dark theme with the light theme (color adjusted of course)
Diffstat (limited to 'icon-theme/material-design-dark/applications')
-rw-r--r--icon-theme/material-design-dark/applications/preferences-desktop-color.svg4
-rw-r--r--icon-theme/material-design-dark/applications/preferences-desktop-sound.svg1
-rw-r--r--icon-theme/material-design-dark/applications/preferences-system-power-management.svg1
3 files changed, 4 insertions, 2 deletions
diff --git a/icon-theme/material-design-dark/applications/preferences-desktop-color.svg b/icon-theme/material-design-dark/applications/preferences-desktop-color.svg
index a1631d52..1762ba42 100644
--- a/icon-theme/material-design-dark/applications/preferences-desktop-color.svg
+++ b/icon-theme/material-design-dark/applications/preferences-desktop-color.svg
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
<path fill="#F8F8F8" fill-opacity="1" stroke-linejoin="round" d="M 19,11.5C 19,11.5 17,13.667 17,15C 17,16.104 17.896,17 19,17C 20.104,17 21,16.104 21,15C 21,13.667 19,11.5 19,11.5 Z M 14.7187,9.97917L 5.207,10L 10,5.208L 14.7187,9.97917 Z M 16.561,8.939L 7.621,0L 6.207,1.414L 8.586,3.793L 3.439,8.939C 2.854,9.525 2.854,10.475 3.439,11.061L 8.939,16.561C 9.232,16.854 9.616,17 10,17C 10.384,17 10.768,16.854 11.061,16.561L 16.561,11.061C 17.146,10.475 17.146,9.525 16.561,8.939 Z "/>
- <rect x="0" y="20" fill="#000000" fill-opacity="1" stroke-linejoin="round" width="24" height="4"/>
+ <rect x="0" y="20" fill="#F8F8F8" fill-opacity="1" stroke-linejoin="round" width="24" height="4"/>
</svg>
diff --git a/icon-theme/material-design-dark/applications/preferences-desktop-sound.svg b/icon-theme/material-design-dark/applications/preferences-desktop-sound.svg
new file mode 100644
index 00000000..00e09343
--- /dev/null
+++ b/icon-theme/material-design-dark/applications/preferences-desktop-sound.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path fill="#F8F8F8" d="M6 34v4h12v-4H6zm0-24v4h20v-4H6zm20 32v-4h16v-4H26v-4h-4v12h4zM14 18v4H6v4h8v4h4V18h-4zm28 8v-4H22v4h20zm-12-8h4v-4h8v-4h-8V6h-4v12z"/></svg>
diff --git a/icon-theme/material-design-dark/applications/preferences-system-power-management.svg b/icon-theme/material-design-dark/applications/preferences-system-power-management.svg
new file mode 100644
index 00000000..e826ca7e
--- /dev/null
+++ b/icon-theme/material-design-dark/applications/preferences-system-power-management.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path fill="#F8F8F8" d="M31.33 8H28V4h-8v4h-3.33C15.19 8 14 9.19 14 10.67v30.67c0 1.47 1.19 2.67 2.67 2.67h14.67c1.47 0 2.67-1.19 2.67-2.67V10.67C34 9.19 32.81 8 31.33 8zM25.9 35.9h-3.8v-3.8h3.8v3.8zm2.7-10.52s-.76.84-1.34 1.42c-.97.97-1.66 2.29-1.66 3.2h-3.2c0-1.66.92-3.05 1.86-3.99l1.86-1.89c.54-.54.88-1.29.88-2.12 0-1.66-1.34-3-3-3s-3 1.34-3 3h-3c0-3.31 2.69-6 6-6s6 2.69 6 6c0 1.32-.53 2.52-1.4 3.38z"/></svg>
bgstack15