Skip to content

Commit

Permalink
Merge pull request #3 from duckduckgo/change-colors
Browse files Browse the repository at this point in the history
Change colors, and add a new color (base)
  • Loading branch information
THISISDINOSAUR authored May 15, 2023
2 parents 7ca2ec3 + 75633bc commit 119efad
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 6 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 base
case surface
case container
case textPrimary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x11",
"green" : "0x11",
"red" : "0x11"
"blue" : "0x22",
"green" : "0x22",
"red" : "0x22"
}
},
"idiom" : "universal"
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" : "0xF5",
"green" : "0xF5",
"red" : "0xF5"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x11",
"green" : "0x11",
"red" : "0x11"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x22",
"green" : "0x22",
"red" : "0x22"
"blue" : "0x2F",
"green" : "0x2F",
"red" : "0x2F"
}
},
"idiom" : "universal"
Expand Down

0 comments on commit 119efad

Please sign in to comment.