feat: change the gtk theme for light mode for consistent experience && change kitty theme

This commit is contained in:
grassblock 2024-12-13 23:14:24 +08:00
parent 43df9bea2e
commit 62f14a4bf2
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"