Skip to content

Commit 2a92a68

Browse files
author
Rik Wehbring
committed
Fix background of directory and file choosers in GtkFileSelection to match color scheme
1 parent bec8466 commit 2a92a68

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

jpilotrc.blue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ fg[NORMAL] = { 1.0, 1.0, 1.0 }
44
bg[NORMAL] = { 0.0, 0.3, 0.6 }
55
}
66

7+
style "fileselect" = "window"
8+
{
9+
text[NORMAL] = { 0.0, 0.0, 1.0 } # fg of file selection lists
10+
base[NORMAL] = { 0.85, 0.9, 1.0 } # bg of file selection lists
11+
}
12+
713
style "frame"
814
{
915
fg[NORMAL] = { 1.0, 1.0, 1.0 }
@@ -135,7 +141,7 @@ base[NORMAL] = { 0.0, 0.3, 0.6 } # bg for calendar
135141
widget_class "GtkWindow" style "window"
136142
widget_class "GtkDialog" style "window"
137143
widget_class "GtkMessageDialog" style "window"
138-
widget_class "GtkFileSelection" style "window"
144+
widget_class "GtkFileSelection*" style "fileselect"
139145
widget_class "GtkFontSel*" style "notebook"
140146
widget_class "*GtkNotebook" style "notebook"
141147
widget_class "*GtkButton*" style "button"

jpilotrc.purple

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ fg[NORMAL] = { 1.0, 1.0, 1.0 } #forground color for window
44
bg[NORMAL] = { 0.4, 0.2, 0.6 } #background color for window
55
}
66

7+
style "fileselect" = "window"
8+
{
9+
text[NORMAL] = { 0.0, 0.0, 1.0 } # fg of file selection lists
10+
base[NORMAL] = { 0.85, 0.9, 1.0 } # bg of file selection lists
11+
}
12+
713
style "frame"
814
{
915
fg[NORMAL] = { 1.0, 1.0, 1.0 } #the text part of a frame
@@ -139,7 +145,7 @@ base[NORMAL] = { 0.4, 0.2, 0.6 } # bg for calendar
139145
widget_class "GtkWindow" style "window"
140146
widget_class "GtkDialog" style "window"
141147
widget_class "GtkMessageDialog" style "window"
142-
widget_class "GtkFileSelection" style "window"
148+
widget_class "GtkFileSelection*" style "fileselect"
143149
widget_class "GtkFontSel*" style "notebook"
144150
widget_class "*GtkNotebook" style "notebook"
145151
widget_class "*GtkButton*" style "button"

jpilotrc.steel

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ fg[NORMAL] = { 1.0, 1.0, 1.0 }
44
bg[NORMAL] = { 0.4, 0.4, 0.6 }
55
}
66

7+
style "fileselect" = "window"
8+
{
9+
text[NORMAL] = { 0.0, 0.0, 1.0 } # fg of file selection lists
10+
base[NORMAL] = { 0.85, 0.9, 1.0 } # bg of file selection lists
11+
}
12+
713
style "frame"
814
{
915
fg[NORMAL] = { 1.0, 1.0, 1.0 }
@@ -136,7 +142,7 @@ base[NORMAL] = { 0.4, 0.4, 0.6 } # bg for calendar
136142
widget_class "GtkWindow" style "window"
137143
widget_class "GtkDialog" style "window"
138144
widget_class "GtkMessageDialog" style "window"
139-
widget_class "GtkFileSelection" style "window"
145+
widget_class "GtkFileSelection*" style "fileselect"
140146
widget_class "GtkFontSel*" style "notebook"
141147
widget_class "*GtkNotebook" style "notebook"
142148
widget_class "*GtkButton*" style "button"

0 commit comments

Comments
 (0)