/usr/share/gps/gps-Adwaita (Dark).css is in gnat-gps-common 6.1.2016-1ubuntu1.
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 | /*
* Custom styling for GPS when using the Adwaita style, dark variant
*/
@define-color mdi_border_color shade(#393f3f, 1.2);
@define-color local_toolbar_color shade(#393f3f, 1.2);
@define-color notebook_background #393f3f;
@define-color toolbar_button_color #eee;
@define-color toolbar_button_insensitive_color #666;
@define-color inactive_tab_color #aaa;
@define-color active_tab_color white;
@define-color scrollbar_slider_color #5f6362;
@define-color gutter_color grey;
@define-color gutter_background #2a2a2a;
@define-color browser_decoration_color grey;
@define-color browser_decoration_background #2a2a2a;
|