From 53072c02c7f15c6897d201f835377aff651784c4 Mon Sep 17 00:00:00 2001 From: artisticfox8 <77014769+artisticfox8@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:35:53 +0200 Subject: [PATCH 1/2] Added two KDE themes See https://github.com/ginggs/gelemental/issues/3 (I test different themes) --- src/buttons.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/buttons.cc b/src/buttons.cc index eaaa272..7116852 100644 --- a/src/buttons.cc +++ b/src/buttons.cc @@ -150,6 +150,8 @@ ColorButton::is_force_needed () "Mint-Y-Purple", "Mint-Y-Sand", "Mint-Y-Teal", + "Breeze", + "Breeze Dark" NULL }; From 5b8478df14e411640f2bcbafc752ae7ad205b640 Mon Sep 17 00:00:00 2001 From: artisticfox8 <77014769+artisticfox8@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:36:38 +0200 Subject: [PATCH 2/2] Fixed a typo --- src/buttons.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buttons.cc b/src/buttons.cc index 7116852..e4a61c0 100644 --- a/src/buttons.cc +++ b/src/buttons.cc @@ -151,7 +151,7 @@ ColorButton::is_force_needed () "Mint-Y-Sand", "Mint-Y-Teal", "Breeze", - "Breeze Dark" + "Breeze Dark", NULL };