inspector: Add HighContrast to built-in themes list
This commit is contained in:
parent
d8ba193e9a
commit
cacda8086e
@ -208,7 +208,9 @@ init_theme (GtkInspectorVisual *vis)
|
|||||||
gchar *themedir = get_data_path ("themes");
|
gchar *themedir = get_data_path ("themes");
|
||||||
|
|
||||||
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
|
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
|
||||||
|
/* Builtin themes */
|
||||||
g_hash_table_add (t, g_strdup ("Adwaita"));
|
g_hash_table_add (t, g_strdup ("Adwaita"));
|
||||||
|
g_hash_table_add (t, g_strdup ("HighContrast"));
|
||||||
g_hash_table_add (t, g_strdup ("Raleigh"));
|
g_hash_table_add (t, g_strdup ("Raleigh"));
|
||||||
|
|
||||||
fill_gtk (themedir, t);
|
fill_gtk (themedir, t);
|
||||||
|
Loading…
Reference in New Issue
Block a user