Skip to content

Commit bdaedca

Browse files
authored
Merge pull request #36 from rizmut/Dark
Resolves #31 / tdf#153465 Add Sukapura's dark variant
2 parents 08e2334 + 535d24f commit bdaedca

File tree

17,366 files changed

+18549
-11707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

17,366 files changed

+18549
-11707
lines changed

build.sh

Lines changed: 40 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -79,37 +79,46 @@ do
7979
fdir=$( dirname "$i")
8080
# echo "and is in the directory: ${fdir##*/}"
8181
#inkscape -p "$i" -o "${i%.*}.png"
82-
sed -i -e 's/#98989d/#f2f2f7/g' "$i" #outline grey to light (6)
83-
sed -i -e 's/#3e3e3e/#f2f2f7/g' "$i" #dark grey to light (6)
84-
sed -i -e 's/#d6d6d6/#1c1c1e/g' "$i" #dark grey to light (6)
85-
sed -i -e 's/#69696e/#f2f2f7/g' "$i" #outline dark grey to light (6)
86-
sed -i -e 's/#848489/#f2f2f7/g' "$i" #outline dark grey to light (6)
87-
sed -i -e 's/#e5e5ea/#e5e5ea/g' "$i" #outline dark grey to light (5)
88-
sed -i -e 's/#616165/#e5e5ea/g' "$i" #outline dark grey to light (5)
89-
sed -i -e 's/#fff/#1c1c1e/g' "$i" #white to darkest grey (6)
90-
sed -i -e 's/#e9e9e9/#1c1c1e/g' "$i" #white to darkest grey (6)
91-
sed -i -e 's/#efefef/#1c1c1e/g' "$i" #white to darkest grey (6)
92-
sed -i -e 's/#e5eefc/#1c1c1e/g' "$i" #white to darkest grey (6)
93-
sed -i -e 's/#fdf9f3/#1c1c1e/g' "$i" #white to darkest grey (6)
94-
sed -i -e 's/#ebebeb/#1c1c1e/g' "$i" #white to darkest grey (6)
95-
sed -i -e 's/#e5eefc/#2c2c2e/g' "$i" #white 2 gray (5)
96-
sed -i -e 's/#f7f7f7/#2c2c2e/g' "$i" #white 2 gray (5)
97-
sed -i -e 's/#fdfdfd/#2c2c2e/g' "$i" #white 2 gray (5)
98-
sed -i -e 's/#fcfdff/#2c2c2e/g' "$i" #white 2 gray (5)
99-
sed -i -e 's/#fcfcfc/#2c2c2e/g' "$i" #white 2 gray (5)
100-
sed -i -e 's/#f8f8f8/#2c2c2e/g' "$i" #white 2 gray (5)
101-
sed -i -e 's/#f3f3f3/#3a3a3c/g' "$i" #white 3 gray (4)
102-
sed -i -e 's/#f2f2f2/#2c2c2e/g' "$i" #white 2 gray (5)
103-
sed -i -e 's/#f6f6f6/#2c2c2e/g' "$i" #white 2 gray (5)
104-
sed -i -e 's/#444446/#3a3a3c/g' "$i" #white 3 gray (4)
105-
sed -i -e 's/#fbfbfb/#3a3a3c/g' "$i" #white 3 gray (4)
106-
sed -i -e 's/#f1f1f1/#2c2c2e/g' "$i" #white 2 gray (5)
107-
sed -i -e 's/#d5d5d5/#3a3a3c/g' "$i" #white 3 gray (4)
108-
sed -i -e 's/#dadada/#3a3a3c/g' "$i" #white 3 gray (4)
109-
sed -i -e 's/#f5f5f5/#2c2c2e/g' "$i" #white 2 gray (5)
110-
sed -i -e 's/#2f2f31/#f2f2f7/g' "$i" #almost black to light (6)
111-
sed -i -e 's/#a2a2a7/#f2f2f7/g' "$i" #gray to light (6)
112-
sed -i -e 's/#4b4b4f/#d1d1d6/g' "$i" #gray to light (4)
82+
#Light to Dark
83+
sed -i -e 's/#f2f2f7/#2d2d2d/g' "$i" #
84+
sed -i -e 's/#e5e5ea/#2d2d2d/g' "$i" #
85+
sed -i -e 's/#c7c7cc/#5b5b5b/g' "$i" #TransitionA1
86+
sed -i -e 's/#d1d1d6/#acacac/g' "$i" #TransitionB1
87+
#Dark Grey to Light
88+
sed -i -e 's/#48484a/#f2f2f7/g' "$i" #
89+
sed -i -e 's/#8e8e93/#f2f2f7/g' "$i" #
90+
sed -i -e 's/#aeaeb2/#e5e5ea/g' "$i" #
91+
#Dark to Light
92+
sed -i -e 's/#1c1c1e/#98989d/g' "$i" #ImpressFloatingInsert
93+
sed -i -e 's/#48484a/#98989d/g' "$i" #
94+
sed -i -e 's/#3a3a3c/#d1d1d6/g' "$i" #
95+
#Light to Dark (2)
96+
sed -i -e 's/#7b7b7b/#e5e5ea/g' "$i" #TransitionA2
97+
sed -i -e 's/#acacac/#3a3a3c/g' "$i" #TransitionB2
98+
#Blue
99+
sed -i -e 's/#0040dd/#409cff/g' "$i" #AccessibleLighttoDark
100+
sed -i -e 's/#007aff/#0a84ff/g' "$i" #DefaultLighttoDark
101+
#Orange
102+
sed -i -e 's/#c93400/#ff6961/g' "$i" #AccessibleLighttoDark
103+
sed -i -e 's/#ff9500/#ff9f0a/g' "$i" #DefaultLighttoDark
104+
#Yellow
105+
sed -i -e 's/#a05a00/#ffd426/g' "$i" #AccessibleLighttoDark
106+
sed -i -e 's/#ffcc00/#ffd60a/g' "$i" #DefaultLighttoDark
107+
#Green
108+
sed -i -e 's/#007d1b/#31de4b/g' "$i" #AccessibleLighttoDark
109+
sed -i -e 's/#28cd41/#28d74b/g' "$i" #DefaultLighttoDark
110+
#Red
111+
sed -i -e 's/#d70015/#ff6482/g' "$i" #AccessibleLighttoDark
112+
sed -i -e 's/#ff453a/#ff453a/g' "$i" #DefaultLighttoDark
113+
#Cyan
114+
sed -i -e 's/#0071a4/#70d7ff/g' "$i" #AccessibleLighttoDark
115+
sed -i -e 's/#55bef0/#5ac8f5/g' "$i" #DefaultLighttoDark
116+
#Purple
117+
sed -i -e 's/#ad44ab/#da8fff/g' "$i" #AccessibleLighttoDark
118+
sed -i -e 's/#af52de/#bf5af2/g' "$i" #DefaultLighttoDark
119+
#Brown
120+
sed -i -e 's/#7f6545/#b59469/g' "$i" #AccessibleLighttoDark
121+
sed -i -e 's/#a2845e/#ac8e68/g' "$i" #DefaultLighttoDark
113122
#convert "$i" -quality 75 "$i"
114123
done
115124

build/Sukapura-Dark-IconSet.oxt

-166 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<m:manifest xmlns:m="http://openoffice.org/2001/manifest">
3+
<m:file-entry m:media-type="application/vnd.sun.star.configuration-data"
4+
m:full-path="config.xcu"/>
5+
</m:manifest>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<oor:items xmlns:oor="http://openoffice.org/2001/registry">
3+
<item oor:path="/org.openoffice.Office.Paths/Paths/Iconset/InternalPaths">
4+
<node oor:name="%origin%/iconsets" oor:op="fuse"/>
5+
</item>
6+
</oor:items>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<description
3+
xmlns="http://openoffice.org/extensions/description/2006"
4+
xmlns:dep="http://openoffice.org/extensions/description/2006"
5+
xmlns:lo="http://libreoffice.org/extensions/description/2011"
6+
xmlns:xlink="http://www.w3.org/1999/xlink">
7+
<identifier value="org.iconset.sukapuradark"/>
8+
<version value="7.0.0"/>
9+
<display-name name="Sukapura Dark Icon Set"/>
10+
<dependencies>
11+
<lo:LibreOffice-minimal-version d:name="LibreOffice 6.0" value="6.0"/>
12+
</dependencies>
13+
<publisher>
14+
<name xlink:href="https://libreofficemaster.blogspot.co.id">Rizal Muttaqin</name>
15+
</publisher>
16+
<icon>
17+
<default xlink:href="icons/Sukapura-Theme.png"/>
18+
</icon>
19+
<extension-description>
20+
<src xlink:href="pkg-desc/pkg-description.txt" />
21+
</extension-description>
22+
<registration>
23+
<simple-license accept-by="admin">
24+
<license-text xlink:href="registration/license.txt" lang="en" />
25+
</simple-license>
26+
</registration>
27+
</description>
1.19 KB
Loading

0 commit comments

Comments
 (0)