277dd7106a
Install and distribute gnome-shell.css and theme images. They are moved down from $datadir to $datadir/theme to avoid a weirdness where we have images in $datadir and then also in $datadir/images. (Also moved in the source tree to avoid adding another difference between installed and uninstalled operation.)
14 lines
164 B
CSS
14 lines
164 B
CSS
@import "../../data/theme/gnome-shell.css";
|
|
|
|
*.red {
|
|
background-color: red;
|
|
}
|
|
|
|
*.green {
|
|
background-color: green;
|
|
}
|
|
|
|
*.blue {
|
|
background-color: blue;
|
|
}
|