Cybrkyd's git repositories

thunderbird-supernova-grey • commit: be5c388

commit be5c3885a6f01a599ceb57a8c0d45e208045fd42d0facd9953b65ceded57d361
author cybrkyd <vii@cybrkyd.com> 2025-12-05 08:24:50 +0000
committer cybrkyd <vii@cybrkyd.com> 2025-12-05 08:24:50 +0000

Commit Message

- Moving repo
- README.md replaced with README and reformatted
- LICENSE replaced with COPYING
- Removed example images

📊 Diffstat

LICENSE COPYING
README 50
README.md 39
screens/fig1.png
screens/fig2.png
screens/fig3.png
6 files changed, 50 insertions(+), 39 deletions(-)

Diff

diff --git a/LICENSE b/COPYING
old mode 100644
new mode 100755
similarity index 99%
rename from LICENSE
rename to COPYING
index a5cec31..fa212b4
--- a/LICENSE
+++ b/COPYING
@@ -672,3 +672,4 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
+
diff --git a/README b/README
new file mode 100644
index 0000000..02bd9b1
--- /dev/null
+++ b/README
@@ -0,0 +1,50 @@
+ =============================================
+ Grey styling for Thunderbird Supernova
+ =============================================
+
+ A simple grey theme for Thunderbird using legacy userChrome. A
+ solid-colour theme using #e7e7e7 background which may help reduce
+ eye-strain.
+
+ The blog post:
+
+ https://cybrkyd.com/post/thunderbird-supernova-theme/
+
+
+ Requirements
+ ---------------
+
+ Thunderbird 115+
+
+
+ Installation
+ ---------------
+
+ 1. Enable userChrome in Thunderbird:
+ * Navigate to Settings > General > Config Editor
+ * Search for : toolkit.legacyUserProfileCustomizations.stylesheets
+ * Toggle to 'true'
+
+ 2. Locate your profile directory:
+ * Navigate to Help > Troubleshooting Information.
+ * Under the Application Basics section, find the Profile
+ Directory row.
+ * Locate the profile which is in use; it will be labelled as:
+ "This is the profile in use and it cannot be deleted"
+ * Click on Open Folder for the Root Directory. Your profile
+ folder will open.
+
+ 3. In your profile directory, create a new folder called 'chrome'.
+
+ 4. Add "userChrome.css" and "userContent.css" to the directory
+ "chrome".
+
+ 5. Restart Thunderbird.
+
+
+ Licence
+ ---------------
+
+ This project is made available under a GPL3 licence -- see COPYING
+ for the full text.
+
diff --git a/README.md b/README.md
deleted file mode 100644
index 8ec903f..0000000
--- a/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
- # Grey styling for Thunderbird Supernova
-
- A simple grey theme for Thunderbird using legacy userChrome. A solid-colour theme using #e7e7e7 background which may help reduce eye-strain.
-
- The blog post: [Thunderbird Supernova grey theme](https://cybrkyd.com/post/thunderbird-supernova-theme/)
-
- ## Screens
-
- <a target="_blank" href="https://codeberg.org/cybrkyd/thunderbird-supernova-grey/raw/branch/main/screens/fig1.png"><img src="https://codeberg.org/cybrkyd/thunderbird-supernova-grey/raw/branch/main/screens/fig1.png" alt="Thunderbird inbox with table view and vertical reading pane" width="200"></a>
- <a target="_blank" href="https://codeberg.org/cybrkyd/thunderbird-supernova-grey/raw/branch/main/screens/fig2.png"><img src="https://codeberg.org/cybrkyd/thunderbird-supernova-grey/raw/branch/main/screens/fig2.png" alt="Thunderbird compose message window" width="200"></a>
- <a target="_blank" href="https://codeberg.org/cybrkyd/thunderbird-supernova-grey/raw/branch/main/screens/fig3.png"><img src="https://codeberg.org/cybrkyd/thunderbird-supernova-grey/raw/branch/main/screens/fig3.png" alt="Thunderbird Settings window" width="200"></a>
-
-
- ## Requirements
-
- Thunderbird 115+
-
- ## Installation
-
- 1. Enable userChrome in Thunderbird:
- * Navigate to Settings > General > Config Editor
- * Search for **toolkit.legacyUserProfileCustomizations.stylesheets**
- * Toggle to 'true'
-
- 2. Locate your profile directory:
- * Navigate to Help > Troubleshooting Information.
- * Under the Application Basics section, find the Profile Directory row.
- * Locate the profile which is in use; it will be labelled as: *This is the profile in use and it cannot be deleted*.
- * Click on Open Folder for the **Root Directory**. Your profile folder will open.
-
- 3. In your profile directory, create a new folder called 'chrome'.
-
- 4. Add **userChrome.css** and **userContent.css** to the directory 'chrome'.
-
- 5. Restart Thunderbird.
-
- ## Licences
- Nu-grey-theme for Thunderbird is available under a [GPL3 license](https://codeberg.org/cybrkyd/thunderbird-supernova-grey/src/branch/main/LICENSE).
-
diff --git a/screens/fig1.png b/screens/fig1.png
deleted file mode 100644
index 2bb16f3..0000000
Binary files a/screens/fig1.png and /dev/null differ
diff --git a/screens/fig2.png b/screens/fig2.png
deleted file mode 100644
index dc482ee..0000000
Binary files a/screens/fig2.png and /dev/null differ
diff --git a/screens/fig3.png b/screens/fig3.png
deleted file mode 100644
index 35f41ab..0000000
Binary files a/screens/fig3.png and /dev/null differ