mirror of https://github.com/lukechilds/damus.git
Browse Source
Changelog-Changed: Added damus gradient to post button Closes: #244translations_damus-localizations-en-us-xcloc-localized-contents-en-us-xliff--master_es_419
Ben Weeks
2 years ago
committed by
William Casarin
3 changed files with 85 additions and 2 deletions
@ -0,0 +1,38 @@ |
|||||
|
{ |
||||
|
"colors" : [ |
||||
|
{ |
||||
|
"color" : { |
||||
|
"color-space" : "srgb", |
||||
|
"components" : { |
||||
|
"alpha" : "1.000", |
||||
|
"blue" : "0xFF", |
||||
|
"green" : "0x4D", |
||||
|
"red" : "0x4B" |
||||
|
} |
||||
|
}, |
||||
|
"idiom" : "universal" |
||||
|
}, |
||||
|
{ |
||||
|
"appearances" : [ |
||||
|
{ |
||||
|
"appearance" : "luminosity", |
||||
|
"value" : "dark" |
||||
|
} |
||||
|
], |
||||
|
"color" : { |
||||
|
"color-space" : "srgb", |
||||
|
"components" : { |
||||
|
"alpha" : "1.000", |
||||
|
"blue" : "0xFF", |
||||
|
"green" : "0x4D", |
||||
|
"red" : "0x4B" |
||||
|
} |
||||
|
}, |
||||
|
"idiom" : "universal" |
||||
|
} |
||||
|
], |
||||
|
"info" : { |
||||
|
"author" : "xcode", |
||||
|
"version" : 1 |
||||
|
} |
||||
|
} |
@ -0,0 +1,38 @@ |
|||||
|
{ |
||||
|
"colors" : [ |
||||
|
{ |
||||
|
"color" : { |
||||
|
"color-space" : "srgb", |
||||
|
"components" : { |
||||
|
"alpha" : "1.000", |
||||
|
"blue" : "0xC5", |
||||
|
"green" : "0x43", |
||||
|
"red" : "0xCC" |
||||
|
} |
||||
|
}, |
||||
|
"idiom" : "universal" |
||||
|
}, |
||||
|
{ |
||||
|
"appearances" : [ |
||||
|
{ |
||||
|
"appearance" : "luminosity", |
||||
|
"value" : "dark" |
||||
|
} |
||||
|
], |
||||
|
"color" : { |
||||
|
"color-space" : "srgb", |
||||
|
"components" : { |
||||
|
"alpha" : "1.000", |
||||
|
"blue" : "0xC5", |
||||
|
"green" : "0x43", |
||||
|
"red" : "0xCC" |
||||
|
} |
||||
|
}, |
||||
|
"idiom" : "universal" |
||||
|
} |
||||
|
], |
||||
|
"info" : { |
||||
|
"author" : "xcode", |
||||
|
"version" : 1 |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue