From 62f14a4bf23304e09645aa218d718453388cc900 Mon Sep 17 00:00:00 2001 From: grassblock Date: Fri, 13 Dec 2024 23:14:24 +0800 Subject: [PATCH] feat: change the gtk theme for light mode for consistent experience && change kitty theme --- .../private_share/dark-mode.d/executable_kitty.sh | 2 +- .../private_share/light-mode.d/executable_kde-gtk-theme.sh | 2 +- .../private_share/light-mode.d/executable_kitty.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/private_dot_local/private_share/dark-mode.d/executable_kitty.sh b/home/private_dot_local/private_share/dark-mode.d/executable_kitty.sh index f220a8c..219901b 100644 --- a/home/private_dot_local/private_share/dark-mode.d/executable_kitty.sh +++ b/home/private_dot_local/private_share/dark-mode.d/executable_kitty.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -kitten themes --config-file-name=themes.conf --reload-in=all "Nord" +kitten themes --config-file-name=themes.conf --reload-in=all "nord-dark" diff --git a/home/private_dot_local/private_share/light-mode.d/executable_kde-gtk-theme.sh b/home/private_dot_local/private_share/light-mode.d/executable_kde-gtk-theme.sh index fbcdfd4..4769819 100644 --- a/home/private_dot_local/private_share/light-mode.d/executable_kde-gtk-theme.sh +++ b/home/private_dot_local/private_share/light-mode.d/executable_kde-gtk-theme.sh @@ -4,4 +4,4 @@ # GTK themes can be installed here: Global Theme > Application Style > Configure GNOME/GTK Application Style. # Reference: https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications -dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Vimix-light-beryl" +dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Graphite-Light-nord" diff --git a/home/private_dot_local/private_share/light-mode.d/executable_kitty.sh b/home/private_dot_local/private_share/light-mode.d/executable_kitty.sh index 0cbf5a2..f4f4910 100644 --- a/home/private_dot_local/private_share/light-mode.d/executable_kitty.sh +++ b/home/private_dot_local/private_share/light-mode.d/executable_kitty.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -kitten themes --config-file-name=themes.conf "PaperColor Light" +kitten themes --config-file-name=themes.conf "nord-light"