aboutsummaryrefslogtreecommitdiff
path: root/Chicago95-theme/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-03-27 20:30:02 -0400
committerB. Stack <bgstack15@gmail.com>2021-03-27 20:36:41 -0400
commit28d936cedbdda5eb06f085903340513c6eb3701d (patch)
tree343628b23a18793cb09159410d45cd483932b900 /Chicago95-theme/README.md
downloadlibreoffice-chicago95-iconset-28d936cedbdda5eb06f085903340513c6eb3701d.tar.gz
libreoffice-chicago95-iconset-28d936cedbdda5eb06f085903340513c6eb3701d.tar.bz2
libreoffice-chicago95-iconset-28d936cedbdda5eb06f085903340513c6eb3701d.zip
initial commit
Diffstat (limited to 'Chicago95-theme/README.md')
-rw-r--r--Chicago95-theme/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/Chicago95-theme/README.md b/Chicago95-theme/README.md
new file mode 100644
index 0000000..1158f78
--- /dev/null
+++ b/Chicago95-theme/README.md
@@ -0,0 +1,14 @@
+# README for Chicago95-theme LibreOffice icon set
+
+## History
+Unfortunately, I was unable to determine how to extract the toolbar icons from any of the dlls and exe files included in Office 95. The [tb97][2] reference includes some icons, but definitely not all.
+
+## TODO
+* make custom icons/chicago95-icon.png to match icons/office2013-icon.png
+
+## References
+[1]: https://winworldpc.com/product/microsoft-office/95 Office 95 Pro iso
+[2]: https://jrsoftware.org/download.php/tb97.zip Some icons (MIT or BSD)
+[3]: https://www.deviantart.com/charliecnr/art/Office-2013-theme-for-LibreOffice-512127527 Reference theme for what needs to be customized (LPGL)
+[4]: https://1drv.ms/u/s!ArgKmgFcmBYHhSQkPfyMZRnXX5LJ Download link for [reference 3][3]
+[5]: https://github.com/benwiley4000/win95-media-player media icons (MIT)
bgstack15