[gtk] Updated by Plasma

This commit is contained in:
Sebastian Schulze 2019-02-07 10:50:23 +01:00
parent 9f343073a3
commit 9801867f78
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# created by KDE Plasma, Tue Jan 29 20:47:36 2019
# created by KDE Plasma, Sa. Fäb 2 01:42:30 2019
#
# If you do not want Plasma to override your GTK settings, select
# Colors in the System Settings and disable the checkbox
@ -36,10 +36,10 @@ class "*" style "default"
style "ToolTip"
{
bg[NORMAL] = { 0.937, 0.941, 0.945 }
base[NORMAL] = { 0.988, 0.988, 0.988 }
text[NORMAL] = { 0.192, 0.212, 0.231 }
fg[NORMAL] = { 0.192, 0.212, 0.231 }
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"

View File

@ -1,4 +1,4 @@
# created by KDE Plasma, Tue Jan 29 20:47:36 2019
# created by KDE Plasma, Sa. Fäb 2 01:42:30 2019
#
# If you do not want Plasma to override your GTK settings, select
# Colors in the System Settings and disable the checkbox
@ -39,10 +39,10 @@ class "*" style "default"
style "ToolTip"
{
bg[NORMAL] = { 0.937, 0.941, 0.945 }
base[NORMAL] = { 0.988, 0.988, 0.988 }
text[NORMAL] = { 0.192, 0.212, 0.231 }
fg[NORMAL] = { 0.192, 0.212, 0.231 }
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"