This file is indexed.

/usr/share/themes/HighContrast/gtk-3.0/gtk.css is in gnome-accessibility-themes 3.4.2-2.1.

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
@define-color theme_base_color #fff;
@define-color theme_fg_color #000;
@define-color theme_active_color #b8b891;
@define-color theme_insensitive_color #999;
@define-color theme_insensitive_bg #ccf;

@define-color theme_cursor_color #cc0000;

* {
    /* Pidgin */
    -GtkIMHtml-hyperlink-color: #000060;
    -GtkIMHtml-hyperlink-visited-color: #600000;
    -GtkIMHtml-hyperlink-prelight-color: #404080;

    /* Evolution */
    -GtkHTML-link-color: #000060;
    -GtkHTML-vlink-color: #600000;
    -GtkHTML-cite-color: #003000;

    -GtkWidget-link-color: #80ccff;
    -GtkWidget-visited-link-color: #ff80ff;
}

@import url("resource:///org/gnome/HighContrast/a11y.css");