Barnett: Initial commit. (#5320)

This commit is contained in:
alaczek 2022-01-20 09:58:33 +11:00 committed by GitHub
parent 3526fdbdde
commit 0ea2fc8e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 103 additions and 0 deletions

37
barnett/readme.txt Normal file
View file

@ -0,0 +1,37 @@
=== Barnett ===
Contributors: Automattic
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 5.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Barnett is a minimalist theme, designed for single-page websites.
== Changelog ==
= 1.0.0 =
* Initial release
== Copyright ==
Barnett WordPress Theme, (C) 2021 Automattic
Barnett is distributed under the terms of the GNU GPL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Barnett uses the following third-party resources:
Green tropical leaves background. Original public domain image from Wikimedia Commons.
Source: https://www.rawpixel.com/image/3286299/free-photo-image-flower-tropical-green
Used in theme screenshot and demo site.

BIN
barnett/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

36
barnett/style.css Normal file
View file

@ -0,0 +1,36 @@
/*
Theme Name: Barnett
Theme URI: https://wordpress.com/theme/barnett
Author: Automattic
Author URI: https://automattic.com/
Description: Barnett is a minimalist theme, designed for single-page websites.
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
Template: blockbase
Text Domain: barnett
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, auto-loading-homepage
Barnett WordPress Theme, (C) 2021 Automattic
Barnett is distributed under the terms of the GNU GPL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Barnett uses the following third-party resources:
Green tropical leaves background. Original public domain image from Wikimedia Commons.
Source: https://www.rawpixel.com/image/3286299/free-photo-image-flower-tropical-green
Used in theme screenshot and demo site.
*/

30
barnett/theme.json Normal file
View file

@ -0,0 +1,30 @@
{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#133837",
"name": "Foreground",
"default": "#000000"
},
{
"slug": "background",
"color": "#D2F0EA",
"name": "Background",
"default": "#ffffff"
}
]
},
"custom": {
"color": {
"foreground": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)",
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
}
}
}