/usr/share/gps/gps-gtk-win32-base.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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | @define-color notebook_background #f0f0f0;
@define-color mdi_border_color #e0e0e0;
@define-color borders #777777;
@define-color theme_base_color white;
@define-color theme_bg_color @notebook_background;
@define-color theme_fg_color black;
@define-color active_tab_color white;
@define-color completion-selected-color #888;
@define-color completions-notes-text-color #444;
GtkButton {
padding: 4px;
}
.toolbar .button {
padding: 7px;
}
GtkWindow.tooltip GtkWidget {
padding: 7px;
background-color: shade(@notebook_background,0.9);
}
GtkButtonBox .button {
padding: 4px;
}
GtkNotebook {
background: @theme_bg_color;
}
.notebook.mdi tab {
box-shadow: none;
}
.notebook.mdi tab:active {
box-shadow: none;
background-color: @active_tab_color;
}
.notebook {
-GtkNotebook-tab-overlap: 1;
}
GtkToggleButton GtkBox{
background: transparent;
}
.mdi tab GtkLabel, .mdifocused tab GtkLabel {
color: black;
opacity: 1.0;
}
.notebook {
background-color: @notebook_background;
}
.menu .menuitem {
padding: 1px;
}
GtkMenu {
border: 1px solid #909090;
}
.gps-local-toolbar {
border-bottom: 1px solid #d0d0d0;
}
.gps-local-toolbar .button {
padding: 3px;
}
.button {
padding: 6px;
}
GtkWindow,
GtkViewport {
background-color: @theme_bg_color;
}
|