From 8cd3fed16e461685f0607f443528b91f9e884026 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 27 Mar 2020 11:44:31 +0000 Subject: [PATCH] Stop forcing light theme --- roles/home-cli/files/shrc | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 113acf6..857ee97 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -27,7 +27,6 @@ export TIME_STYLE="long-iso" # Other exports. export ANSIBLE_NOCOWS=1 export EDITOR=vi -export GTK_THEME=Adwaita:light # Force Adwaita Light for KDE. export POWERSHELL_TELEMETRY_OPTOUT=1 export PYTHONWARNINGS="ignore::UserWarning"