
GTK3 Themes dark flat light material multicolor
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/adapta-project/adapta-gtk-theme
Builds of adapta-gtk-theme, a flat material design inspired theme, for a variety of material design colors rather than just the standard cyan.
Screenshot gallery: https://imgur.com/a/GLTvx (for v3.91)
Following color variants are included:
* Adapta-Red
* Adapta-RedGrey
* Adapta-Pink
* Adapta-Purple
* Adapta-DeepPurple
* Adapta-Indigo
* Adapta-Blue
* Adapta-LightBlue
* Adapta-Cyan
* Adapta-Teal
* Adapta-Green
* Adapta-LightGreen
* Adapta-Lime
* Adapta-Amber
* Adapta-Orange
* Adapta-DeepOrange
* Adapta-Brown
* Adapta-Grey
* Adapta-BlueGrey
With 4 themes for each:
* standard light theme
* Nokto - dark theme
* Eta - compact
* Nokto-Eta - dark and compact
Installation: unpack tarball into ~/.themes/ to install for current user only, or into /usr/share/themes/ or install .deb for Debian/Ubuntu to install system-wide (sudo apt install ./package.deb). Use GNOME Tweak Tool or an equivalent app to enable it for your desktop afterwards.
If installing from a tarball make sure to install the dependencies:
sudo apt-get install gtk2-engines-pixbuf gtk2-engines-murrine
Roboto or Noto Sans is recommended as a UI font for this theme.
lezerquera
4 months ago
Report
2635655010
7 months ago
Report
joshaby
9 months ago
I'm still doing it, some colors are missing and the eta version!
Report
igeto
9 months ago
Report
dayfuaim
1 year ago
Report
rodhash
1 year ago
Report
parsival
1 year ago
Report
densha
1 year ago
Report
obafe
1 year ago
Report
densha
1 year ago
Report
joshaby
1 year ago
Report
Andrija
1 year ago
Thank you, it's beautiful.
My new theme for openSUSE ^_^
Report
Zakka
1 year ago
Report
michaelbr
2 years ago
Report
michaelbr
2 years ago
An update, I did manage to install this theme, but when I open FF, it's still the same, white background and black text, how can I change it? The Adapta-teal-nokto is enabled.
Report
infnty
2 years ago
Report
michaelbr
2 years ago
Report
ivan16509
2 years ago
Report
infnty
2 years ago
Ah, sorry about that - at first I was building from HEAD and apparently Brila is a new feature in v3.95. For final upload I rebuilt from stable release v3.94 which doesn't have it, but didn't notice. Corrected text now. I'll try to rebuild and upload a new version once it stabilizes - currently changelog on upstream warns about some breakages and that it got reverted to 3.94.x
> nor are they generated by the build script.
You can tell the script to build from a particular commit or tags, if the upstream has Brila or other base variants at that commit, you should get all it and all other variants in all colors
> Theme is great but just a small problem . When I pin firefox to edge of the screen a border of like 1 cm develop around firefox window. See in this screenshot :
Possibly upstream bug, can you try last few releases from https://github.com/adapta-project/adapta-gtk-theme/releases and check if any of them looks fine? If it's broken on all, then file an issue on github. Some more details about the system would be useful, e.g. which desktop environment is that, distro and version, as there's big variety among linux desktops.
Report
AmanMarok
2 years ago
Report
AmanMarok
2 years ago
http://i.imgur.com/yVHDYPe.png
Report
bridnour
2 years ago
Report
Sourav
2 years ago
Report
infnty
2 years ago
Yes, no problem.
> love it, but any chance we could have a lighter grey version, so that A and B matches in this pic?
You'd need to build from source https://github.com/adapta-project/adapta-gtk-theme
For reference I'm building my gray variant as:
Grey300=#E0E0E0
Grey400=#BDBDBD
Grey500=#9E9E9E
BlueGrey500=#607D8B
BlueGrey200=#B0BEC5
BlueGrey300=#90A4AE
RedA200=#FF5252
./autogen.sh --with-selection_color=$Grey500 --with-second_selection_color=$Grey300 --with-accent_color=$BlueGrey300 --with-suggestion_color=$BlueGrey500 --with-destruction_color=$RedA200
You could try picking a lighter color for --with-selection_color e.g. Grey400 or Grey300 from https://material.io/design/color/
> also, is there an easy way to turn off the faded out icon effect in the budgie panel icon task list? this is annoying me
Sorry, I don't use that desktop, you'd need to dig into .css files on your own to find out where it's getting set...
Report
babblegum
2 years ago
Report