Added a clear color

master
DonBatman 2016-03-25 07:53:31 -07:00
parent 81570147ec
commit cdb022072b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ mypaint.colors = {
pink = {"Pink", "FE2E9A"},
violet = {"Violet", "7f007f"},
yellow = {"Yellow", "ffff00"},
clear = {"Clear", "000000:0"},
}
mypaint.paintables = {}