Mercurial > libervia-desktop-kivy
comparison cagou/kv/base.kv @ 131:36fc269e2a32
core: changed default background color to white
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Apr 2018 16:12:58 +0200 |
parents | 0ec3c3c0ed92 |
children | d65a51fa00b9 |
comparison
equal
deleted
inserted
replaced
130:0ec3c3c0ed92 | 131:36fc269e2a32 |
---|---|
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 # GNU Affero General Public License for more details. | 12 # GNU Affero General Public License for more details. |
13 | 13 |
14 # You should have received a copy of the GNU Affero General Public License | 14 # You should have received a copy of the GNU Affero General Public License |
15 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | |
17 | |
18 <Label>: | |
19 color: 0, 0, 0, 1 | |
20 | |
21 <Button>: | |
22 color: 1, 1, 1, 1 |