From 0e02bba4c2541ee3e07b5ac53478e8d2fb90214b Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 8 Mar 2025 22:50:44 +0200 Subject: [PATCH] Update README.md and slightly lighten the color of the background --- README.md | 9 ++++++++- colors.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 267af48..99672d1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Icon theme: https://github.com/vinceliuice/Colloid-icon-theme ## 🚧 Requirements -- GNOME 43-46. Correct functionality on other versions is not guaranteed. +- GNOME 42-47. Correct functionality on other versions is not guaranteed. - [User Themes](https://extensions.gnome.org/extension/19/user-themes/ "User Themes") extension. - Python 3.2+. @@ -68,6 +68,13 @@ Icon theme: https://github.com/vinceliuice/Colloid-icon-theme ![User Themes in Extensions](./readme-images/user-themes-settings.png) 5. Select the shell theme you want. +> [!TIP] +> For updating the theme, run the `git pull` command in the `Marble-shell-theme` directory and run the program again. +> If Marble theme is used, updates will be applied automatically. + +> [!TIP] +> If you want to install only one color, use the `--red`, `--yellow`, `--green`, `--blue`, `--purple`, `--gray` option. + ## 🖥️ GDM theme diff --git a/colors.json b/colors.json index e6bd0fb..fafc1af 100644 --- a/colors.json +++ b/colors.json @@ -284,7 +284,7 @@ "dark" : { "s" : 7, - "l" : 8, + "l" : 10, "a" : 0.95 } }, @@ -299,7 +299,7 @@ "dark" : { "s" : 7, - "l" : 8, + "l" : 9, "a" : 1 } },