Revert "Qt: set breeze as default theme"
This reverts commit 31d935254b3156429958bb6c5407a106456e9162. Now that we are adding kali purple themes I've noticed that breeze qt theme doens't follow the color-palette everywhere. In some cases it still shows the blue highlight color. Plus installing it in Xfce as an example takes 40MiB (unpacked)
This commit is contained in:
parent
7488ea63f9
commit
c0233eebab
1
debian/control
vendored
1
debian/control
vendored
@ -61,7 +61,6 @@ Depends:
|
|||||||
fonts-firacode,
|
fonts-firacode,
|
||||||
gtk2-engines-pixbuf,
|
gtk2-engines-pixbuf,
|
||||||
kali-themes-common (= ${source:Version}),
|
kali-themes-common (= ${source:Version}),
|
||||||
kde-style-breeze,
|
|
||||||
librsvg2-common,
|
librsvg2-common,
|
||||||
plymouth-label,
|
plymouth-label,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
|||||||
4
debian/kali-themes.postinst
vendored
4
debian/kali-themes.postinst
vendored
@ -97,6 +97,7 @@ if [ "$1" = "configure" ]; then
|
|||||||
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml force
|
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml force
|
||||||
fi
|
fi
|
||||||
if dpkg --compare-versions "$2" lt "2022.1.0"; then
|
if dpkg --compare-versions "$2" lt "2022.1.0"; then
|
||||||
|
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
|
||||||
install_config_file /etc/lightdm/lightdm-gtk-greeter.conf force
|
install_config_file /etc/lightdm/lightdm-gtk-greeter.conf force
|
||||||
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml force
|
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml force
|
||||||
fi
|
fi
|
||||||
@ -120,9 +121,6 @@ if [ "$1" = "configure" ]; then
|
|||||||
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
|
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
|
||||||
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml force
|
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml force
|
||||||
fi
|
fi
|
||||||
if dpkg --compare-versions "$2" lt "2023.1.3"; then
|
|
||||||
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
|
|
||||||
fi
|
|
||||||
# Install remaining new files
|
# Install remaining new files
|
||||||
install_all
|
install_all
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -4,10 +4,10 @@ icon_theme=Flat-Remix-Blue-Dark
|
|||||||
color_scheme_path=/usr/share/qt5ct/colors/Kali-Dark.conf
|
color_scheme_path=/usr/share/qt5ct/colors/Kali-Dark.conf
|
||||||
standard_dialogs=default
|
standard_dialogs=default
|
||||||
standard_dialogs=gtk3
|
standard_dialogs=gtk3
|
||||||
style=Breeze
|
style=Fusion
|
||||||
|
|
||||||
[Interface]
|
[Interface]
|
||||||
#stylesheets=/usr/share/qt5ct/qss/fusion-simple-scrollbar.qss
|
stylesheets=/usr/share/qt5ct/qss/fusion-simple-scrollbar.qss
|
||||||
|
|
||||||
[Fonts]
|
[Fonts]
|
||||||
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x46\0i\0r\0\x61\0 \0\x43\0o\0\x64\0\x65@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x39\x10)
|
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x46\0i\0r\0\x61\0 \0\x43\0o\0\x64\0\x65@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x39\x10)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user