/usr/share/vdkb2/res/vdkbrc is in vdkbuilder2 2.4.0-4.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | #
# VDKBuilder 2.0 - default rc file
#
# common fonts
pixmap_path "/root:/usr/local/share/vdkb2/res"
style "notebook"
{
bg[ACTIVE] = "#b4c3d4"
fg[SELECTED] = "white"
# bg[PRELIGHT] = "#e8eff42"
}
class "GtkNotebook" style "notebook"
style "editable"
{
fg[NORMAL] ="black"
base[NORMAL] = "white"
}
class "GtkEntry" style "editable"
class "GtkTextView" style "editable"
style "clist"
{
bg[PRELIGHT] = "#e8eff4"
fg[PRELIGHT] = "#e8eff4"
fg[SELECTED] = "white"
base[NORMAL] = "white"
}
class "GtkCList" style "clist"
class "GtkTreeView" style "clist"
style "checkbutton"
{
bg[PRELIGHT] = "#b4c3d4"
}
class "GtkCheckButton" style "checkbutton"
style "default"
{
font = "helvetica medium 10"
fg[NORMAL] = "#000000"
fg[PRELIGHT] = "white"
fg[ACTIVE] = "black"
fg[SELECTED] = "#000000"
fg[INSENSITIVE] = { 0.3, 0.3, 0.3 }
bg[NORMAL] = "#b4c3d4"
bg[PRELIGHT] = "#6e89ab"
bg[ACTIVE] = "#486380"
bg[SELECTED] = "#6e89ab"
bg[INSENSITIVE] = "#b4c3d4"
base[NORMAL] = "#b4c3d4"
base[ACTIVE] = "#e8eff4"
# bg_pixmap[NORMAL] = "fuzzy.xpm"
}
# common default
class "GtkWidget" style "default"
style "tooltip"
{
bg[NORMAL] = "white"
fg[NORMAL] = "navyblue"
font_name = "helvetica 10"
}
# tip style, remove comment to enable
widget "gtk-tooltips*" style "tooltip"
|