It's mostly just a few tweaks hear and there of the Zukitwo, Nord, and drakfire dream themes to personalize for my tastes.
I also included a tweaked Zukitwo gtk theme with thinner dream scrollbars. I also have tweaked a chrome scrollbars theme to match if anyone wants it.
Installation:
Put the 'Vizard' folder inside ~/.themes and use a theme-selector extension to select it. OR, backup your /usr/share/gnome-shell/theme folder and replace everything inside it with this theme, press ALT+F2 and type 'rt' or 'r'
Very nice themes! Wonderful ^_^ The only little things ( i don't know if it's only my problem or it's a theme settings ) the scroll bar in the application list is very very thin, and it's not easy scroll down in the application list
You're right. This theme was basically just a tweaked version of Nord which also has very thin scrollbars. I think it's that way because most of the time the scrollbar isn't even clicked on anymore. Scrollwheels have replaced the need. It's mostly just for reference as to where you are on the list... It's a very easy tweak at the beginning of the gnome-shell.css file. I'm losing internet today (moving) otherwise I'd show you exactly what to do. Good luck!
Thanks for info. I changed settings in .css file like you said and finally I got my scrolling bar a little bit bigger, and now is perfect! Thanks for this great work!
( if someone need this change, around line 53/54 i made this change: StScrollView StScrollBar { min-width: 8px; min-height: 7px; }
For which application is the star and crescent icon in the left dock ? I do know this icon, but can't remember where I saw it, and what it is...
The only little things ( i don't know if it's only my problem or it's a theme settings )
the scroll bar in the application list is very very thin, and it's not easy scroll down in the application list
( if someone need this change, around line 53/54 i made this change:
StScrollView StScrollBar {
min-width: 8px;
min-height: 7px;
}
the value to change is min-width
Bye