├── Adwaita-Palette.gpl ├── LICENSE ├── templates.svg ├── wallpapers ├── README ├── gnome-3.18.jpg ├── gnome-lock-3.18.jpg └── gnome-lock-3.28.jpg ├── widget-factory-highcontrast.svg ├── widget-factory-low-fidelity.svg └── widget-factory.svg /Adwaita-Palette.gpl: -------------------------------------------------------------------------------- 1 | GIMP Palette 2 | Name: Adwaita Theme 3 | Columns: 3 4 | # 5 | 74 144 217 Light - Selections 6 | 46 52 54 Light - Text/Icons 7 | 250 250 250 Light - Sidebar 8 | 242 242 242 Light - Header Bar/Popover/Insensitive Button 9 | 234 234 234 Light - Standard Background/Raised Button 10 | 219 219 219 Light - Pushed Button/Grid Background 11 | 145 145 145 Light - Borders 12 | 33 93 156 Dark - Selections 13 | 229 229 229 Dark - Text/Icons 14 | 62 68 68 Dark - Header Bar/Popover/Insensitive Button 15 | 69 76 76 Dark - Sidebar 16 | 57 63 63 Dark - Standard Background/Raised Button 17 | 42 46 46 Dark - Pushed Button/Grid Background 18 | 29 32 32 Dark - Borders 19 | 74 144 217 Suggested Action 20 | 28 82 136 Suggested Action Border 21 | 238 34 34 Destructive Action 22 | 145 15 15 Destructive Action Border 23 | 255 255 255 White 24 | 0 0 0 Black 25 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This work is licenced under the Creative Commons Attribution-Share Alike 3.0 2 | United States License. To view a copy of this licence, visit 3 | http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative 4 | Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA. 5 | 6 | When attributing this work, using "GNOME Project" is enough. 7 | Please link to http://www.gnome.org where possible. 8 | -------------------------------------------------------------------------------- /wallpapers/README: -------------------------------------------------------------------------------- 1 | These are small sized wallpapers to be used in mockups. 2 | 3 | -------------------------------------------------------------------------------- /wallpapers/gnome-3.18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnome-design-team/gnome-mockups-resources/2a0513877922bb130d0c4e222145fa5f542fa7a5/wallpapers/gnome-3.18.jpg -------------------------------------------------------------------------------- /wallpapers/gnome-lock-3.18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnome-design-team/gnome-mockups-resources/2a0513877922bb130d0c4e222145fa5f542fa7a5/wallpapers/gnome-lock-3.18.jpg -------------------------------------------------------------------------------- /wallpapers/gnome-lock-3.28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnome-design-team/gnome-mockups-resources/2a0513877922bb130d0c4e222145fa5f542fa7a5/wallpapers/gnome-lock-3.28.jpg --------------------------------------------------------------------------------