Add adw-gtk3 and matugen for unified color theming
adw-gtk3-dark makes GTK3 apps match libadwaita dark styling. matugen generates Material You color schemes from wallpaper. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4faefb92f3
commit
0859c6c28d
1 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
gnome-themes-extra
|
gnome-themes-extra
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
|
adw-gtk3
|
||||||
|
matugen
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set cursor theme
|
# Set cursor theme
|
||||||
|
|
@ -91,7 +93,7 @@
|
||||||
# Interface / theme
|
# Interface / theme
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
gtk-theme = "Adwaita-dark";
|
gtk-theme = "adw-gtk3-dark";
|
||||||
enable-hot-corners = false;
|
enable-hot-corners = false;
|
||||||
accent-color = "purple";
|
accent-color = "purple";
|
||||||
cursor-theme = "Adwaita";
|
cursor-theme = "Adwaita";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue