[gtk] Plasma (semi?) automatic gtkrc updates

This commit is contained in:
Sebastian Schulze 2018-07-27 19:24:45 +02:00
parent fa406e1044
commit 3909a006d6
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 2 additions and 98 deletions

View File

@ -1,55 +1,7 @@
# created by KDE Plasma, Mo. Fäb 5 11:44:06 2018
# created by KDE Plasma, Fr. Jul 20 19:48:45 2018
#
# If you do not want Plasma to override your GTK settings, select
# Colors in the System Settings and disable the checkbox
# "Apply colors to non-Qt applications"
#
#
style "default"
{
bg[NORMAL] = { 0.937, 0.941, 0.945 }
bg[SELECTED] = { 0.239, 0.682, 0.914 }
bg[INSENSITIVE] = { 0.937, 0.941, 0.945 }
bg[ACTIVE] = { 0.769, 0.788, 0.804 }
bg[PRELIGHT] = { 0.937, 0.941, 0.945 }
base[NORMAL] = { 0.988, 0.988, 0.988 }
base[SELECTED] = { 0.239, 0.682, 0.914 }
base[INSENSITIVE] = { 0.937, 0.941, 0.945 }
base[ACTIVE] = { 0.239, 0.682, 0.914 }
base[PRELIGHT] = { 0.239, 0.682, 0.914 }
text[NORMAL] = { 0.192, 0.212, 0.231 }
text[SELECTED] = { 0.937, 0.941, 0.945 }
text[INSENSITIVE] = { 0.769, 0.788, 0.804 }
text[ACTIVE] = { 0.937, 0.941, 0.945 }
text[PRELIGHT] = { 0.937, 0.941, 0.945 }
fg[NORMAL] = { 0.192, 0.212, 0.231 }
fg[SELECTED] = { 0.937, 0.941, 0.945 }
fg[INSENSITIVE] = { 0.769, 0.788, 0.804 }
fg[ACTIVE] = { 0.192, 0.212, 0.231 }
fg[PRELIGHT] = { 0.192, 0.212, 0.231 }
}
class "*" style "default"
style "ToolTip"
{
bg[NORMAL] = { 0.937, 0.937, 0.937 }
base[NORMAL] = { 1.000, 1.000, 1.000 }
text[NORMAL] = { 0.000, 0.000, 0.000 }
fg[NORMAL] = { 0.000, 0.000, 0.000 }
}
widget "gtk-tooltip" style "ToolTip"
widget "gtk-tooltips" style "ToolTip"
style "MenuItem"
{
bg[PRELIGHT] = { 0.239, 0.682, 0.914 }
fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
}
class "*MenuItem" style "MenuItem"

View File

@ -1,4 +1,4 @@
# created by KDE Plasma, Mo. Fäb 5 11:44:06 2018
# created by KDE Plasma, Fr. Jul 20 19:48:45 2018
#
# If you do not want Plasma to override your GTK settings, select
# Colors in the System Settings and disable the checkbox
@ -8,51 +8,3 @@
gtk-alternative-button-order = 1
style "default"
{
bg[NORMAL] = { 0.937, 0.941, 0.945 }
bg[SELECTED] = { 0.239, 0.682, 0.914 }
bg[INSENSITIVE] = { 0.937, 0.941, 0.945 }
bg[ACTIVE] = { 0.769, 0.788, 0.804 }
bg[PRELIGHT] = { 0.937, 0.941, 0.945 }
base[NORMAL] = { 0.988, 0.988, 0.988 }
base[SELECTED] = { 0.239, 0.682, 0.914 }
base[INSENSITIVE] = { 0.937, 0.941, 0.945 }
base[ACTIVE] = { 0.239, 0.682, 0.914 }
base[PRELIGHT] = { 0.239, 0.682, 0.914 }
text[NORMAL] = { 0.192, 0.212, 0.231 }
text[SELECTED] = { 0.937, 0.941, 0.945 }
text[INSENSITIVE] = { 0.769, 0.788, 0.804 }
text[ACTIVE] = { 0.937, 0.941, 0.945 }
text[PRELIGHT] = { 0.937, 0.941, 0.945 }
fg[NORMAL] = { 0.192, 0.212, 0.231 }
fg[SELECTED] = { 0.937, 0.941, 0.945 }
fg[INSENSITIVE] = { 0.769, 0.788, 0.804 }
fg[ACTIVE] = { 0.192, 0.212, 0.231 }
fg[PRELIGHT] = { 0.192, 0.212, 0.231 }
}
class "*" style "default"
style "ToolTip"
{
bg[NORMAL] = { 0.937, 0.937, 0.937 }
base[NORMAL] = { 1.000, 1.000, 1.000 }
text[NORMAL] = { 0.000, 0.000, 0.000 }
fg[NORMAL] = { 0.000, 0.000, 0.000 }
}
widget "gtk-tooltip" style "ToolTip"
widget "gtk-tooltips" style "ToolTip"
style "MenuItem"
{
bg[PRELIGHT] = { 0.239, 0.682, 0.914 }
fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
}
class "*MenuItem" style "MenuItem"