From 993917ddcedd58927a068cc804d81f1018d7bc0e Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 6 Jun 2023 10:14:44 -0500 Subject: Fix gtk theme setting --- themes/Plata-Lumine-Compact/gtk-3.22/gtk-dark.css | 1 + themes/Plata-Lumine-Compact/gtk-3.22/gtk.css | 1 + themes/Plata-Lumine-Compact/gtk-3.22/gtk.gresource | Bin 0 -> 1113633 bytes 3 files changed, 2 insertions(+) create mode 100644 themes/Plata-Lumine-Compact/gtk-3.22/gtk-dark.css create mode 100644 themes/Plata-Lumine-Compact/gtk-3.22/gtk.css create mode 100644 themes/Plata-Lumine-Compact/gtk-3.22/gtk.gresource (limited to 'themes/Plata-Lumine-Compact/gtk-3.22') diff --git a/themes/Plata-Lumine-Compact/gtk-3.22/gtk-dark.css b/themes/Plata-Lumine-Compact/gtk-3.22/gtk-dark.css new file mode 100644 index 0000000..2527f99 --- /dev/null +++ b/themes/Plata-Lumine-Compact/gtk-3.22/gtk-dark.css @@ -0,0 +1 @@ +@import url("resource:///com/plata-theme/gtk-3.22-light-compact/gtk-contained-dark.css"); diff --git a/themes/Plata-Lumine-Compact/gtk-3.22/gtk.css b/themes/Plata-Lumine-Compact/gtk-3.22/gtk.css new file mode 100644 index 0000000..a88af80 --- /dev/null +++ b/themes/Plata-Lumine-Compact/gtk-3.22/gtk.css @@ -0,0 +1 @@ +@import url("resource:///com/plata-theme/gtk-3.22-light-compact/gtk-contained.css"); diff --git a/themes/Plata-Lumine-Compact/gtk-3.22/gtk.gresource b/themes/Plata-Lumine-Compact/gtk-3.22/gtk.gresource new file mode 100644 index 0000000..013d289 Binary files /dev/null and b/themes/Plata-Lumine-Compact/gtk-3.22/gtk.gresource differ -- cgit v1.2.3