feat: change the gtk theme for light mode for consistent experience && change kitty theme
This commit is contained in:
parent
43df9bea2e
commit
62f14a4bf2
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env bash
|
#!/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"
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
# GTK themes can be installed here: Global Theme > Application Style > Configure GNOME/GTK Application Style.
|
# 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
|
# 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"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
kitten themes --config-file-name=themes.conf "PaperColor Light"
|
kitten themes --config-file-name=themes.conf "nord-light"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue