Layan-gtk-theme icon indicating copy to clipboard operation
Layan-gtk-theme copied to clipboard

dark dialog boxes when using light theme?

Open jwhendy opened this issue 3 years ago • 0 comments

Greetings,

I installed this from AUR and loved it, minus that I get what I felt was an odd issue. I get dialog boxes that I would expect for a dark theme even though I'm setting the light theme via lxappearance.

$ pacman -Q | grep layan
layan-gtk-theme-git 2021063010g6913efd-1

$ cat .gtkrc-2.0 
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.

include "/home/jwhendy/.gtkrc-2.0.mine"
gtk-theme-name="Layan-light-solid"
gtk-icon-theme-name="Papirus"
gtk-font-name="Hack 11"
gtk-cursor-theme-name="comix-white-opaque"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=0
gtk-xft-hintstyle="hintslight"

$ cat .config/gtk-3.0/settings.ini 
[Settings]
gtk-theme-name=Layan-light-solid
gtk-icon-theme-name=Papirus
gtk-font-name=Hack 11
gtk-cursor-theme-name=comix-white-opaque
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=0
gtk-xft-hintstyle=hintslight

Here's a popup when exiting out of libreoffice calc without saving.

grab_2021-11-11_161943

Is this expected?

jwhendy avatar Nov 11 '21 22:11 jwhendy