Skip to content

Commit

Permalink
Merge pull request #6 from duckduckgo/dominik/background-sheets
Browse files Browse the repository at this point in the history
Add DesignSystemColor.backgroundSheets
  • Loading branch information
ayoy authored Apr 12, 2024
2 parents d7ea256 + a7e7ac8 commit ae83941
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/DesignResourcesKit/Color.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public let bundle = Bundle.module
public enum DesignSystemColor: String {
case panel
case background
case backgroundSheets
case surface
case container
case textPrimary
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xFF",
"green" : "0xFF",
"red" : "0xFF"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x22",
"green" : "0x22",
"red" : "0x22"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

0 comments on commit ae83941

Please sign in to comment.