summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-12-08 02:04:11 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-12-08 02:04:11 -0600
commitf85719677f70a33af0b5ea7b9b911483875722b6 (patch)
treef7c57e93746e5785d870d7c7838b0aa8d4a22748
downloadkde-theme-f85719677f70a33af0b5ea7b9b911483875722b6.tar.gz
kde-theme-f85719677f70a33af0b5ea7b9b911483875722b6.tar.bz2
kde-theme-f85719677f70a33af0b5ea7b9b911483875722b6.tar.xz
kde-theme-f85719677f70a33af0b5ea7b9b911483875722b6.zip
Initial commitHEADcurrent
-rw-r--r--CHANGELOG.rst14
-rw-r--r--CODE-OF-CONDUCT.rst97
-rw-r--r--CONTRIBUTING.rst44
-rw-r--r--README.rst13
-rw-r--r--kscreenlockerrc13
-rw-r--r--org.adelielinux.kdedark.desktop/contents/defaults29
-rw-r--r--org.adelielinux.kdedark.desktop/contents/previews/fullscreenpreview.jpgbin0 -> 174323 bytes
-rw-r--r--org.adelielinux.kdedark.desktop/contents/previews/preview.pngbin0 -> 100456 bytes
-rw-r--r--org.adelielinux.kdedark.desktop/metadata.json21
-rw-r--r--org.adelielinux.kdetheme.desktop/contents/defaults29
-rw-r--r--org.adelielinux.kdetheme.desktop/contents/previews/fullscreenpreview.jpgbin0 -> 168982 bytes
-rw-r--r--org.adelielinux.kdetheme.desktop/contents/previews/preview.pngbin0 -> 95022 bytes
-rw-r--r--org.adelielinux.kdetheme.desktop/metadata.json21
13 files changed, 281 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..6c9db52
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,14 @@
+================================
+ Changelog for Adélie KDE Theme
+================================
+:Author:
+ * **A. Wilcox**, documentation writer
+:Copyright:
+ © 2023 Adélie Linux and contributors.
+
+
+
+1.0 (2023-12-08)
+================
+
+Initial release.
diff --git a/CODE-OF-CONDUCT.rst b/CODE-OF-CONDUCT.rst
new file mode 100644
index 0000000..8f6713b
--- /dev/null
+++ b/CODE-OF-CONDUCT.rst
@@ -0,0 +1,97 @@
+==================================
+ Code of Conduct for Adélie Linux
+==================================
+
+
+
+Code of Conduct
+===============
+
+This code of conduct outlines expectations for participation in the Adélie
+Linux community, as well as steps for reporting unacceptable behavior. We
+are committed to providing a welcoming and inspiring community for all.
+People violating this code of conduct may be banned from the community.
+
+Our open source community strives to:
+
+* **Be friendly and patient**: Remember: you might not be communicating in
+ someone else's primary spoken or programming language, and others may not
+ have your level of understanding.
+
+* **Be welcoming**: Our community welcomes and supports people of all types
+ and backgrounds. This includes, but is not limited to members of any race,
+ ethnicity, culture, national origin, color, immigration status, social and
+ economic class, educational level, sex, sexual orientation, gender identity
+ and expression, age, size, family status, political belief, religion, and
+ mental and physical ability.
+
+* **Be respectful**: We are a world-wide community of professionals, and we
+ conduct ourselves professionally. Disagreement is no excuse for poor
+ behavior and poor manners. Disrespectful and unacceptable behavior
+ includes, but is not limited to:
+
+ * Violent threats or language.
+
+ * Discriminatory or derogatory jokes and language.
+
+ * Posting gratuitous, sexually explicit or violent material.
+
+ * Posting, or threatening to post, people's personally identifying
+ information ("doxing").
+
+ * Insults, especially those using discriminatory terms or slurs.
+
+ * Behavior that could be perceived as unwanted sexual attention.
+
+ * Advocating for or encouraging any of the above behaviors.
+
+* **Understand disagreements**: Disagreements, both social and technical, are
+ useful learning opportunities. Seek to understand the other viewpoints and
+ resolve differences constructively.
+
+This code is not exhaustive or complete. It serves to capture our common
+understanding of a productive, collaborative environment. We expect the code
+to be followed in spirit as much as in the letter.
+
+
+Reporting Code of Conduct Issues
+================================
+
+We encourage our community to resolve issues on their own whenever possible.
+This builds a broader and deeper understanding and ultimately a healthier
+interaction. In the event that an issue cannot be resolved locally, please
+feel free to report your concerns by contacting the Community Arbitration
+team. Your report will be handled in accordance with our issue resolution
+processes.
+
+In your report please include:
+
+* Your contact information.
+
+* Names (real, usernames or pseudonyms) of any individuals involved. If there
+ are additional witnesses, please include them as well.
+
+* Your account of what occurred, and if you believe the incident is ongoing.
+ If there is a publicly available record (e.g. a mailing list archive or a
+ public chat log), please include a link or attachment.
+
+* Any additional information that may be helpful.
+
+All reports will be reviewed by a multi-person team and will result in a
+response that is deemed necessary and appropriate to the circumstances. Where
+additional perspectives are needed, the team may seek insight from others with
+relevant expertise or experience. The confidentiality of the person reporting
+the incident will be kept at all times. Involved parties are never part of
+the review team.
+
+Anyone asked to stop unacceptable behavior is expected to comply immediately.
+If an individual engages in unacceptable behavior, the review team may take any
+action they deem appropriate, including a permanent ban from the community.
+
+
+Colophon
+========
+
+This code of conduct is based on the template established by the TODO Group
+and used by numerous other large communities (e.g., Facebook, Twitter,
+GitHub, and Microsoft).
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..6e95c59
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,44 @@
+=========================================
+ Contribution Guide for Adélie KDE Theme
+=========================================
+:Author:
+ * **A. Wilcox**, documentation writer
+:Copyright:
+ © 2023 Adélie Linux Team. NCSA open source licence.
+
+
+
+Contributing Changes
+====================
+
+This section describes the usual flows of contribution to this repository.
+For a detailed description of how to contribute to Adélie Linux, review the
+Handbook_.
+
+.. _Handbook: https://help.adelielinux.org/html/devel/
+
+
+GitLab Merge Requests
+`````````````````````
+
+#. If you do not already have a GitLab account, you must create one.
+
+#. Create a *fork* of the Horizon repository. For more information, consult
+ the GitLab online documentation.
+
+#. Clone your forked repository to your computer.
+
+#. Make your changes.
+
+#. Test your changes to ensure they are correct.
+
+#. Add (or remove) changed files using ``git add`` and ``git rm``.
+
+#. Commit your changes to the tree using the commands ``git commit -S`` and
+ ``git push``.
+
+#. Visit your forked repository in a Web browser.
+
+#. Choose the *Create Merge Request* button.
+
+#. Review your changes to ensure they are correct, and then submit the form.
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..aea7a0a
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,13 @@
+=============================
+ README for Adélie KDE Theme
+=============================
+:Authors:
+ * **A. Wilcox**, principal author
+ * **Zach van Rijn**, wallpapers
+:Status:
+ Production
+:Copyright:
+ © 2023 Adélie Linux and contributors.
+
+
+This repository contains the KDE themes used for Adélie Linux.
diff --git a/kscreenlockerrc b/kscreenlockerrc
new file mode 100644
index 0000000..5c3ff6f
--- /dev/null
+++ b/kscreenlockerrc
@@ -0,0 +1,13 @@
+[$Version]
+update_info=kscreenlocker.upd:0.1-autolock
+
+[Greeter]
+WallpaperPlugin=org.kde.image
+
+[Greeter][Wallpaper][org.kde.color][General]
+Color=19,21,23
+
+[Greeter][Wallpaper][org.kde.image][General]
+Color=19,21,23
+FillMode=1
+Image=lockscreen
diff --git a/org.adelielinux.kdedark.desktop/contents/defaults b/org.adelielinux.kdedark.desktop/contents/defaults
new file mode 100644
index 0000000..685af10
--- /dev/null
+++ b/org.adelielinux.kdedark.desktop/contents/defaults
@@ -0,0 +1,29 @@
+[kdeglobals][KDE]
+widgetStyle=Breeze
+
+[kdeglobals][General]
+ColorScheme=BreezeDark
+
+[kdeglobals][Icons]
+Theme=Papirus
+
+[plasmarc][Theme]
+name=default
+
+[Wallpaper]
+Image=lockscreen
+
+[kcminputrc][Mouse]
+cursorTheme=breeze_cursors
+
+[kwinrc][WindowSwitcher]
+LayoutName=org.kde.breeze.desktop
+
+[kwinrc][DesktopSwitcher]
+LayoutName=org.kde.breeze.desktop
+
+[kwinrc][org.kde.kdecoration2]
+library=org.kde.breeze
+
+[KSplash]
+Theme=org.kde.Breeze
diff --git a/org.adelielinux.kdedark.desktop/contents/previews/fullscreenpreview.jpg b/org.adelielinux.kdedark.desktop/contents/previews/fullscreenpreview.jpg
new file mode 100644
index 0000000..58d8221
--- /dev/null
+++ b/org.adelielinux.kdedark.desktop/contents/previews/fullscreenpreview.jpg
Binary files differ
diff --git a/org.adelielinux.kdedark.desktop/contents/previews/preview.png b/org.adelielinux.kdedark.desktop/contents/previews/preview.png
new file mode 100644
index 0000000..5e5f3ad
--- /dev/null
+++ b/org.adelielinux.kdedark.desktop/contents/previews/preview.png
Binary files differ
diff --git a/org.adelielinux.kdedark.desktop/metadata.json b/org.adelielinux.kdedark.desktop/metadata.json
new file mode 100644
index 0000000..ec8b200
--- /dev/null
+++ b/org.adelielinux.kdedark.desktop/metadata.json
@@ -0,0 +1,21 @@
+{
+ "KPlugin": {
+ "Authors": [
+ {
+ "Email": "adelie-devel@lists.adelielinux.org",
+ "Name": "Adélie Linux Platform Team"
+ }
+ ],
+ "Category": "",
+ "Description": "Adélie Linux default theme (Dark)",
+ "Id": "org.adelielinux.kdedark.desktop",
+ "License": "NCSA",
+ "Name": "Adélie Dark",
+ "ServiceTypes": [
+ "Plasma/LookAndFeel"
+ ],
+ "Version": "2.0",
+ "Website": "https://www.adelielinux.org"
+ },
+ "X-Plasma-MainScript": "defaults"
+}
diff --git a/org.adelielinux.kdetheme.desktop/contents/defaults b/org.adelielinux.kdetheme.desktop/contents/defaults
new file mode 100644
index 0000000..4343b9e
--- /dev/null
+++ b/org.adelielinux.kdetheme.desktop/contents/defaults
@@ -0,0 +1,29 @@
+[kdeglobals][KDE]
+widgetStyle=Breeze
+
+[kdeglobals][General]
+ColorScheme=BreezeClassic
+
+[kdeglobals][Icons]
+Theme=Papirus
+
+[plasmarc][Theme]
+name=default
+
+[Wallpaper]
+Image=background
+
+[kcminputrc][Mouse]
+cursorTheme=breeze_cursors
+
+[kwinrc][WindowSwitcher]
+LayoutName=org.kde.breeze.desktop
+
+[kwinrc][DesktopSwitcher]
+LayoutName=org.kde.breeze.desktop
+
+[kwinrc][org.kde.kdecoration2]
+library=org.kde.breeze
+
+[KSplash]
+Theme=org.kde.Breeze
diff --git a/org.adelielinux.kdetheme.desktop/contents/previews/fullscreenpreview.jpg b/org.adelielinux.kdetheme.desktop/contents/previews/fullscreenpreview.jpg
new file mode 100644
index 0000000..89f80ac
--- /dev/null
+++ b/org.adelielinux.kdetheme.desktop/contents/previews/fullscreenpreview.jpg
Binary files differ
diff --git a/org.adelielinux.kdetheme.desktop/contents/previews/preview.png b/org.adelielinux.kdetheme.desktop/contents/previews/preview.png
new file mode 100644
index 0000000..181a69b
--- /dev/null
+++ b/org.adelielinux.kdetheme.desktop/contents/previews/preview.png
Binary files differ
diff --git a/org.adelielinux.kdetheme.desktop/metadata.json b/org.adelielinux.kdetheme.desktop/metadata.json
new file mode 100644
index 0000000..40db937
--- /dev/null
+++ b/org.adelielinux.kdetheme.desktop/metadata.json
@@ -0,0 +1,21 @@
+{
+ "KPlugin": {
+ "Authors": [
+ {
+ "Email": "adelie-devel@lists.adelielinux.org",
+ "Name": "Adélie Linux Platform Team"
+ }
+ ],
+ "Category": "",
+ "Description": "Adélie Linux default theme (Light)",
+ "Id": "org.adelielinux.kdetheme.desktop",
+ "License": "NCSA",
+ "Name": "Adélie Light",
+ "ServiceTypes": [
+ "Plasma/LookAndFeel"
+ ],
+ "Version": "2.0",
+ "Website": "https://www.adelielinux.org"
+ },
+ "X-Plasma-MainScript": "defaults"
+}