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-Compact/gnome-shell/pad-osd.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/Plata-Compact/gnome-shell/pad-osd.css (limited to 'themes/Plata-Compact/gnome-shell/pad-osd.css') diff --git a/themes/Plata-Compact/gnome-shell/pad-osd.css b/themes/Plata-Compact/gnome-shell/pad-osd.css new file mode 100644 index 0000000..b665246 --- /dev/null +++ b/themes/Plata-Compact/gnome-shell/pad-osd.css @@ -0,0 +1,9 @@ +.Leader { stroke-width: 0.5 !important; stroke: #9ea9e4 !important; fill: none !important; } + +.Button { stroke-width: 0.25; stroke: #9ea9e4; fill: rgba(158, 169, 228, 0.12); } + +.Ring { stroke-width: 0.5 !important; stroke: #9ea9e4 !important; fill: none !important; } + +.Label { stroke-width: 0.1 !important; stroke: none !important; fill: transparent !important; font-size: 0.1 !important; } + +.TouchStrip, .TouchRing { stroke-width: 0.1 !important; stroke: #9ea9e4 !important; fill: rgba(158, 169, 228, 0.25) !important; } -- cgit v1.2.3