diff --git a/x11-themes/adw-gtk3/Manifest b/x11-themes/adw-gtk3/Manifest
index 6e65a29b12..4ab1e5e469 100644
--- a/x11-themes/adw-gtk3/Manifest
+++ b/x11-themes/adw-gtk3/Manifest
@@ -1,2 +1,3 @@
DIST adw-gtk3-5.10.tar.gz 6174835 BLAKE2B 9df9dc992c1fb0ddcd27bdfd7f924c5728877fb8305d677c5105257a23b81cffae92858cc8959167794e63340588c4df1bfd72c1d5b8d2dca95402fd4a04299b SHA512 54846a3c0e62c0d863170489857bd9f6adfa878ee660efd141be44d8c69b0f82ee056697b7784760d7b3aaf8b47baa42176172a9dd7d5c9e7b4737fdbd93a616
DIST adw-gtk3-5.6.tar.gz 6152680 BLAKE2B 9b4dcc6ded707d2e0da165c792221e9f95d13831d819057990b8b80a89e81425609231c58795a791045ebf2ef7895d591f5f7d3e1d839bb54fc131ea7d81a762 SHA512 9758fa05dba863b54b9b8a978d971993daf41f48a915b4a9d79f49cce4196969192f50fde8bcd471347e491974d124cc0ade82cb19da503f1fc810b3d4317179
+DIST adw-gtk3v6.5.tar.xz 121632 BLAKE2B 22456adab08442722486e20e9c1aff734b117d380e928f020c0a0d2ec67ee7fa968c5ffef424991b1ba5345d7e7da00573fa068f15a257105ae9ce116f6fc067 SHA512 f97d89ca219a1a40330a2ac15e78a01ce28b6b6c2b9507e8acaaf93c6fee92cd72e272dd796d49fa705226b657f9e3474c78d60afb8464831728faa9d610a65f
diff --git a/x11-themes/adw-gtk3/adw-gtk3-6.5.ebuild b/x11-themes/adw-gtk3/adw-gtk3-6.5.ebuild
new file mode 100644
index 0000000000..56e21f2841
--- /dev/null
+++ b/x11-themes/adw-gtk3/adw-gtk3-6.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="An unofficial GTK3 port of libadwaita"
+HOMEPAGE="https://github.com/lassekongo83/adw-gtk3"
+SRC_URI="https://github.com/lassekongo83/adw-gtk3/releases/download/v${PV}/adw-gtk3v${PV}.tar.xz"
+S=${WORKDIR}
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RESTRICT="binchecks strip"
+
+src_install() {
+ insinto /usr/share/themes
+ doins -r adw-gtk3{,-dark}
+}
diff --git a/x11-themes/adw-gtk3/metadata.xml b/x11-themes/adw-gtk3/metadata.xml
index 4020893ea3..b3ce4d516c 100644
--- a/x11-themes/adw-gtk3/metadata.xml
+++ b/x11-themes/adw-gtk3/metadata.xml
@@ -5,6 +5,10 @@
Julien Roy
julien@jroy.ca
+
+ Björn
+ bjorn.megaflow@gmail.com
+
lassekongo83/adw-gtk3