diff --git a/files/gschema-overrides/zz1-hydro-os-theming.gschema.override b/files/gschema-overrides/zz1-hydro-os-theming.gschema.override new file mode 100644 index 0000000..caa45e1 --- /dev/null +++ b/files/gschema-overrides/zz1-hydro-os-theming.gschema.override @@ -0,0 +1,4 @@ +[org.gnome.desktop.interface] +gtk-theme='Adwaita-dark' +color-scheme='prefer-dark' +icon-theme='Papirus' \ No newline at end of file diff --git a/recipes/components/appearance-module.yml b/recipes/components/appearance-module.yml index 53dbe6b..d0bb8fd 100644 --- a/recipes/components/appearance-module.yml +++ b/recipes/components/appearance-module.yml @@ -26,4 +26,8 @@ modules: - paper-icon-theme - breeze-icon-theme - papirus-icon-theme - - bibata-cursor-themes \ No newline at end of file + - bibata-cursor-themes + + - type: gschema-overrides + include: + - zz1-hydro-os-theming.gschema.override \ No newline at end of file