File tree 5 files changed +6
-22
lines changed
5 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ case "${1}" in
65
65
CHANGED_FILES=" ${CHANGED_FILES} \
66
66
${CONF_DIR} /gtk-3.0/gtk.css"
67
67
fi
68
- if dpkg --compare-versions " ${2} " lt " 1.20161206 " ; then
68
+ if dpkg --compare-versions " ${2} " lt " 1.20180926 " ; then
69
69
CHANGED_FILES=" ${CHANGED_FILES} \
70
70
${CONF_DIR} /gtk-3.0/settings.ini"
71
71
fi
Original file line number Diff line number Diff line change @@ -39,16 +39,6 @@ if [ ! -f "$LXSESSION_CONF_DIR/autokey.sh" ]; then
39
39
cp /etc/xdg/lxsession/LXDE-pi/autokey.sh " $LXSESSION_CONF_DIR /autokey.sh"
40
40
fi
41
41
42
- # Copy gtk.css and settings.ini (required for GTK3 themes to work correctly)
43
- if [ ! -f " $XDG_CONFIG_HOME /gtk-3.0/gtk.css" ]; then
44
- mkdir -p " $XDG_CONFIG_HOME /gtk-3.0"
45
- cp /usr/share/raspi-ui-overrides/gtk.css " $XDG_CONFIG_HOME /gtk-3.0/"
46
- fi
47
- if [ ! -f " $XDG_CONFIG_HOME /gtk-3.0/settings.ini" ]; then
48
- mkdir -p " $XDG_CONFIG_HOME /gtk-3.0"
49
- cp /usr/share/raspi-ui-overrides/settings.ini " $XDG_CONFIG_HOME /gtk-3.0/"
50
- fi
51
-
52
42
# Ensure Qt themes are consistent with GTK themes
53
43
if [ ! -f " $XDG_CONFIG_HOME /Trolltech.conf" ]; then
54
44
cp /usr/share/raspi-ui-overrides/Trolltech.conf " $XDG_CONFIG_HOME /"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4607,22 +4607,22 @@ stackswitcher button.text-button.circular {
4607
4607
use responsibly! */
4608
4608
/*
4609
4609
widget text/foreground color */
4610
- @define-color theme_fg_color # 2e3436 ;
4610
+ @define-color theme_fg_color # 000000 ;
4611
4611
/*
4612
4612
text color for entries, views and content in general */
4613
- @define-color theme_text_color black ;
4613
+ @define-color theme_text_color # 1a1a1a ;
4614
4614
/*
4615
4615
widget base background color */
4616
- @define-color theme_bg_color # ededed ;
4616
+ @define-color theme_bg_color # edeceb ;
4617
4617
/*
4618
4618
text widgets and the like base background color */
4619
4619
@define-color theme_base_color # ffffff;
4620
4620
/*
4621
4621
base background color of selections */
4622
- @define-color theme_selected_bg_color @theme_selected_bg_color ;
4622
+ @define-color theme_selected_bg_color # 4d98f5 ;
4623
4623
/*
4624
4624
text/foreground color of selections */
4625
- @define-color theme_selected_fg_color @theme_selected_fg_color ;
4625
+ @define-color theme_selected_fg_color # ffffff ;
4626
4626
/*
4627
4627
base background color of insensitive widgets */
4628
4628
@define-color insensitive_bg_color # f1f1f1;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments