inspector: Add HighContrastInverse to list of themes
This commit is contained in:
@ -245,6 +245,7 @@ init_theme (GtkInspectorVisual *vis)
|
|||||||
/* Builtin themes */
|
/* 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 ("HighContrast"));
|
||||||
|
g_hash_table_add (t, g_strdup ("HighContrastInverse"));
|
||||||
g_hash_table_add (t, g_strdup ("Raleigh"));
|
g_hash_table_add (t, g_strdup ("Raleigh"));
|
||||||
|
|
||||||
path = _gtk_css_provider_get_theme_dir ();
|
path = _gtk_css_provider_get_theme_dir ();
|
||||||
|
Reference in New Issue
Block a user