imarkoff / Marble-shell-theme

Shell theme for GNOME DE
GNU General Public License v3.0
290 stars 7 forks source link

Search entry is too dark (ArcMenu) #20

Closed in4matix closed 7 months ago

in4matix commented 8 months ago

Sorry to bug you for another trivial personal snag that is not an issue... Just want to ask if it is possible to achieve below:

The color on mouse hover (marked with green) is a bit too dark. Can it match the color marked with red?

Screenshot from 2024-03-30 10-00-56

So, basically... Not sure if I am making sense...

Screenshot from 2024-03-30 10-01-02

imarkoff commented 7 months ago

Done Screenshot from 2024-04-01 13-18-56 Screenshot from 2024-04-01 13-19-04

in4matix commented 7 months ago

Hi, Pardon my ignorance, but how do I go about applying this?

imarkoff commented 7 months ago

Hi, Pardon my ignorance, but how do I go about applying this?

If you installed this theme using the installation script before, do this: open Marble folder in console,

git pull
python install.py -a --filled

But if you have already changed the css styles directly, add these lines to the end of the file

StEntry {
     background-color: rgba(180, 216, 253, 0.08);
}

.search-entry {
     background-color: rgba(28, 30, 32, 0.9);
}
in4matix commented 7 months ago

Sorry to waste your time. So either way, I will have to re-install the theme right? Also, it is not just ArcMenu, but notifications as well: Screenshot from 2024-04-01 19-39-21

imarkoff commented 7 months ago

Yes, you need to reinstall your theme.

Background in messages also looks weird so I will fix that too

in4matix commented 7 months ago

Not sure if you will recall, but you helped me last year some time to override the transparency of the theme, so my menus are a bit more transparent than normal. But, I was referring to the dark color of the notification that is similar to the dark color of the ArMenu search box.

imarkoff commented 7 months ago

Fixed but i dunno if it'll look good with your transparency in menus.

Screenshot from 2024-04-02 21-18-37

Pull changes with saving your modifications:

git stash
git pull
git stash pop
in4matix commented 7 months ago

Thank you. I will give it a try in the next couple of days and give you feedback.

in4matix commented 7 months ago

Hi! I finally mustered up the courage an attempted it. I managed to also implement the text color change! I used 0.58 and a lot better on the eyes now. ArcMenu looks great now, but notifications is a bit too light now (probably because I am using the more transparent menu setting as you said/). It looks good on mouse hover, but without mouse hover it is just too light now (sorry for being such a pain)

Without mouse hover: Screenshot from 2024-04-03 17-29-03

With mouse hover: Screenshot from 2024-04-03 17-29-19

I tried to figure it out, but I'm too stupid and don't want to break things.

ArcMenu: Screenshot from 2024-04-03 17-30-15

Screenshot from 2024-04-03 17-30-27

in4matix commented 7 months ago

After checking it out some more, it really depends on the wallpaper. My collection of wallpapers are classy light colorful and textured wallpapers. I had a couple of darker ones which I have deleted. So, I am very happy with the way it is now. Thanks a ton Bro. Much Love.