diff options
Diffstat (limited to 'tests/testgtkrc')
-rw-r--r-- | tests/testgtkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index 2772f40691..408cd54a65 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -32,7 +32,7 @@ style "global-style-properties" { # xthickness = 20 GtkSpinButton::shadow_type = etched-out - GtkEntry::cursor_color = { 1.0, 0.0, 0.0 } + GtkEntry::cursor_color = "#ff00ff" } class "GtkWidget" style "global-style-properties" |