/usr/share/themes/HighContrastInverse/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 #003;
@define-color theme_fg_color #fff;
@define-color theme_active_color #669;
@define-color theme_insensitive_color #999;
@define-color theme_insensitive_bg #033;
@define-color theme_cursor_color #0cc;
* {
/* Pidgin */
-GtkIMHtml-hyperlink-color: #80ccff;
-GtkIMHtml-hyperlink-visited-color: #ff80ff;
-GtkIMHtml-hyperlink-prelight-color: #ffccff;
/* Evolution */
-GtkHTML-link-color: #80ccff;
-GtkHTML-vlink-color: #ff80ff;
-GtkHTML-cite-color: #ccff80;
-GtkWidget-link-color: #000060;
-GtkWidget-visited-link-color: #600000;
}
@import url("resource:///org/gnome/HighContrastInverse/a11y.css");
|