From cabf932995a5ce5beaec22a3c56aaf684227da6e Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Thu, 26 Sep 2024 20:24:38 +0200 Subject: [PATCH] adding themes --- mate/Dockerfile | 2 ++ mate/Dockerfile.aarch64 | 2 ++ xfce/Dockerfile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/mate/Dockerfile b/mate/Dockerfile index ae31227..271bab6 100644 --- a/mate/Dockerfile +++ b/mate/Dockerfile @@ -38,6 +38,8 @@ RUN \ adwaita-gtk2-theme \ adwaita-icon-theme \ papirus-icon-theme \ + pop-gtk2-theme \ + pop-gtk3-theme \ thunderbird \ firefox \ code && \ diff --git a/mate/Dockerfile.aarch64 b/mate/Dockerfile.aarch64 index c30f0cf..6557c45 100644 --- a/mate/Dockerfile.aarch64 +++ b/mate/Dockerfile.aarch64 @@ -39,6 +39,8 @@ RUN \ adwaita-gtk2-theme \ adwaita-icon-theme \ papirus-icon-theme \ + pop-gtk2-theme \ + pop-gtk3-theme \ thunderbird \ firefox \ code && \ diff --git a/xfce/Dockerfile b/xfce/Dockerfile index 038f8a5..27d7219 100644 --- a/xfce/Dockerfile +++ b/xfce/Dockerfile @@ -35,6 +35,8 @@ RUN \ adwaita-gtk2-theme \ adwaita-icon-theme \ papirus-icon-theme \ + pop-gtk2-theme \ + pop-gtk3-theme \ thunderbird \ firefox \ code && \