From cd1a7103b8ffc6b8e2a34e4225b74eb4c6504441 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 20 Sep 2022 23:25:00 +0300 Subject: [PATCH] fix: remove unused newlines --- curated/pop-dark.json | 4 ++-- curated/pop-light.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/curated/pop-dark.json b/curated/pop-dark.json index 12dd675..f2a6d76 100644 --- a/curated/pop-dark.json +++ b/curated/pop-dark.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "\nwindowcontrols image {\n background-color: transparent;\n}\n \n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n background-color: alpha(@headerbar_fg_color, 0.16);\n}\n\nheaderbar windowcontrols button.close image {\n background-color: #f28c2a;\n}\n\nheaderbar windowcontrols button.close image:hover {\n background-color: #5e5e5e;\n}\n\nheaderbar:backdrop windowcontrols button.close image {\n background-color: transparent;\n}\n\nheaderbar:backdrop windowcontrols button.close image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\n\nswitch slider {\n\tbackground-color: #363636;\n}\n\nswitch {\n\tbackground-color: #686868;\n}\n\nswitch:checked {\n\n\tbackground-color: #fbb86c;\n}\n\ncheckbutton check:checked{\n\tcolor: #363636;\n}\n\nscale highlight{\n\tbackground-color: #94ebeb;\n\n}\n\nscale slider{\n\tbackground-color: #94ebeb;\n}\n\n\n\n\n\n\n", + "gtk4": "windowcontrols image {\n background-color: transparent;\n}\n \n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n background-color: alpha(@headerbar_fg_color, 0.16);\n}\n\nheaderbar windowcontrols button.close image {\n background-color: #f28c2a;\n}\n\nheaderbar windowcontrols button.close image:hover {\n background-color: #5e5e5e;\n}\n\nheaderbar:backdrop windowcontrols button.close image {\n background-color: transparent;\n}\n\nheaderbar:backdrop windowcontrols button.close image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\n\nswitch slider {\n\tbackground-color: #363636;\n}\n\nswitch {\n\tbackground-color: #686868;\n}\n\nswitch:checked {\n\n\tbackground-color: #fbb86c;\n}\n\ncheckbutton check:checked{\n\tcolor: #363636;\n}\n\nscale highlight{\n\tbackground-color: #94ebeb;\n\n}\n\nscale slider{\n\tbackground-color: #94ebeb;\n}", "gtk3": "" } -} \ No newline at end of file +} diff --git a/curated/pop-light.json b/curated/pop-light.json index a01e6b5..180162e 100644 --- a/curated/pop-light.json +++ b/curated/pop-light.json @@ -101,7 +101,7 @@ } }, "custom_css": { - "gtk4": "\nwindowcontrols image {\n background-color: transparent;\n}\n \n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n background-color: alpha(@headerbar_fg_color, 0.16);\n}\n\nheaderbar windowcontrols button.close image {\n background-color: #f28c2a;\n}\n\nheaderbar windowcontrols button.close image:hover {\n background-color: #5e5e5e;\n}\n\nheaderbar:backdrop windowcontrols button.close image {\n background-color: transparent;\n}\n\nheaderbar:backdrop windowcontrols button.close image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\n\nswitch slider {\n\tbackground-color: #f6f6f6;\n}\n\nswitch {\n\tbackground-color: #a9a9a9;\n}\n\nswitch:checked {\n\n\tbackground-color: #ffad00;\n}\n\ncheckbutton check:checked{\n\tcolor: #363636;\n\tbackground-color:#ffad00;\n}\n\nscale highlight{\n\tbackground-color: #48b9c7;\n\n}\n\nscale slider{\n\tbackground-color: #48b9c7;\n}\n\n\n\n\n\n\n\n\n", + "gtk4": "windowcontrols image {\n background-color: transparent;\n}\n \n/* If you want to keep the circles when you hover: */\nwindowcontrols image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\n\n/* When the buttons are pushed down: */\nwindowcontrols image:active {\n background-color: alpha(@headerbar_fg_color, 0.16);\n}\n\nheaderbar windowcontrols button.close image {\n background-color: #f28c2a;\n}\n\nheaderbar windowcontrols button.close image:hover {\n background-color: #5e5e5e;\n}\n\nheaderbar:backdrop windowcontrols button.close image {\n background-color: transparent;\n}\n\nheaderbar:backdrop windowcontrols button.close image:hover {\n background-color: alpha(@headerbar_fg_color, 0.10);\n}\n\nswitch slider {\n\tbackground-color: #f6f6f6;\n}\n\nswitch {\n\tbackground-color: #a9a9a9;\n}\n\nswitch:checked {\n\n\tbackground-color: #ffad00;\n}\n\ncheckbutton check:checked{\n\tcolor: #363636;\n\tbackground-color:#ffad00;\n}\n\nscale highlight{\n\tbackground-color: #48b9c7;\n\n}\n\nscale slider{\n\tbackground-color: #48b9c7;\n}", "gtk3": "" } -} \ No newline at end of file +}