Initialize KDE subdirectory
I honestly don't know if this will work that well, but here goes nothing famalam
This commit is contained in:
55
kde/.config/gtkrc
Normal file
55
kde/.config/gtkrc
Normal file
@@ -0,0 +1,55 @@
|
||||
# created by KDE Plasma, Fri Nov 10 19:00:13 2017
|
||||
#
|
||||
# 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.192, 0.212, 0.231 }
|
||||
bg[SELECTED] = { 0.239, 0.682, 0.914 }
|
||||
bg[INSENSITIVE] = { 0.192, 0.212, 0.231 }
|
||||
bg[ACTIVE] = { 0.169, 0.184, 0.204 }
|
||||
bg[PRELIGHT] = { 0.192, 0.212, 0.231 }
|
||||
|
||||
base[NORMAL] = { 0.137, 0.149, 0.161 }
|
||||
base[SELECTED] = { 0.239, 0.682, 0.914 }
|
||||
base[INSENSITIVE] = { 0.192, 0.212, 0.231 }
|
||||
base[ACTIVE] = { 0.239, 0.682, 0.914 }
|
||||
base[PRELIGHT] = { 0.239, 0.682, 0.914 }
|
||||
|
||||
text[NORMAL] = { 0.937, 0.941, 0.945 }
|
||||
text[SELECTED] = { 0.937, 0.941, 0.945 }
|
||||
text[INSENSITIVE] = { 0.169, 0.184, 0.204 }
|
||||
text[ACTIVE] = { 0.937, 0.941, 0.945 }
|
||||
text[PRELIGHT] = { 0.937, 0.941, 0.945 }
|
||||
|
||||
fg[NORMAL] = { 0.937, 0.941, 0.945 }
|
||||
fg[SELECTED] = { 0.937, 0.941, 0.945 }
|
||||
fg[INSENSITIVE] = { 0.169, 0.184, 0.204 }
|
||||
fg[ACTIVE] = { 0.937, 0.941, 0.945 }
|
||||
fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
|
||||
}
|
||||
|
||||
class "*" style "default"
|
||||
|
||||
style "ToolTip"
|
||||
{
|
||||
bg[NORMAL] = { 0.937, 0.922, 0.906 }
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user