Adwaita One Dark v0.44.0 (GNOME 44/Feodra 38)
Adwaita One Dark
- GNOME Shell theme. GNOME 44
- Recolor GTK 4 (libadwaita) and GTK3 (adw-gtk3-dark)
- GTK 2 theme
- GtkSourceView
GNOME Shell Theme
Note
We assume you install themes in~/.local/share/themes
- Download the
.tar.xz
file from releases and extract the folder to~/.local/share/themes
- Install GNOME Tweaks and User Themes Extension
- Open
gnome-tweaks
and change the shell theme toAdwaita-One-Dark
(Appearance -- Shell
)
Recolor GTK 4 (libadwaita) and GTK3 (adw-gtk3-dark)
Install and enable the 3rd-party adw-gtk3-dark
theme.
Create the following symbolic links:
ln -s ~/.local/share/themes/Adwaita-One-Dark/colors/gtk-dark.css ~/.config/gtk-4.0/gtk.css
ln -s ~/.local/share/themes/Adwaita-One-Dark/colors/gtk-dark.css ~/.config/gtk-3.0/gtk.css
Enable GTK 2.0 theme
Create the following symbolic link:
mkdir -p ~/.themes/adw-gtk3-dark
ln -s ~/.local/share/themes/Adwaita-One-Dark/gtk-2.0 ~/.themes/adw-gtk3-dark/gtk-2.0
Why?
- GTK 2 doesn't support
~/.local/share/themes/
- We enabled
adw-gtk3-dark
for gtk 3 theme (notAdwaita-One-Dark
), so ourgtk-2.0
theme need to be in~/.themes/adw-gtk3-dark/gtk-2.0