Skip to content

Commit

Permalink
Merge pull request #93 from Codeinwp/adds-secondary-color
Browse files Browse the repository at this point in the history
Adds secondary color and their values for each style
  • Loading branch information
cristian-ungureanu authored Oct 26, 2023
2 parents 1696de8 + 02404ac commit dedbc4b
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/s1-crayola.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"color": "#F5AB1A",
"name": "Accent"
},
{
"slug": "ti-accent-secondary",
"color": "#E1980A",
"name": "Accent Secondary"
},
{
"slug": "ti-bg-inv",
"color": "#14171C",
Expand Down
5 changes: 5 additions & 0 deletions styles/s2-majorelle-blue.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"color": "#5E33D9",
"name": "Accent"
},
{
"slug": "ti-accent-secondary",
"color": "#4F25C6",
"name": "Accent Secondary"
},
{
"slug": "ti-bg-inv",
"color": "#261E3C",
Expand Down
5 changes: 5 additions & 0 deletions styles/s3-zomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"color": "#429C91",
"name": "Accent"
},
{
"slug": "ti-accent-secondary",
"color": "#3A8A80",
"name": "Accent Secondary"
},
{
"slug": "ti-bg-inv",
"color": "#1E2827",
Expand Down
5 changes: 5 additions & 0 deletions styles/s4-dark-pastel-red.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"color": "#C6461E",
"name": "Accent"
},
{
"slug": "ti-accent-secondary",
"color": "#A93C19",
"name": "Accent Secondary"
},
{
"slug": "ti-bg-inv",
"color": "#1D1A1A",
Expand Down
5 changes: 5 additions & 0 deletions styles/s5-aztec-gold.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"color": "#BF985C",
"name": "Accent"
},
{
"slug": "ti-accent-secondary",
"color": "#AD8A54",
"name": "Accent Secondary"
},
{
"slug": "ti-bg-alt",
"color": "#1F1F1F",
Expand Down
5 changes: 5 additions & 0 deletions styles/s6-vivid-red-tangelo.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"color": "#DF6018",
"name": "Accent"
},
{
"slug": "ti-accent-secondary",
"color": "#CC5816",
"name": "Accent Secondary"
},
{
"slug": "ti-bg-alt",
"color": "#0E313E",
Expand Down
5 changes: 5 additions & 0 deletions styles/s7-greenlight.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"color": "#518459",
"name": "Accent"
},
{
"slug": "ti-accent-secondary",
"color": "#46734D",
"name": "Accent Secondary"
},
{
"slug": "ti-bg-inv",
"color": "#14171C",
Expand Down
5 changes: 5 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
"color": "var(--nv-primary-accent, #325ce8)",
"name": "Accent"
},
{
"slug": "ti-accent-secondary",
"color": "var(--nv-secondary-accent, #1B47DA)",
"name": "Accent Secondary"
},
{
"slug": "ti-bg-inv",
"color": "var(--nv-dark-bg, #1A1919)",
Expand Down

0 comments on commit dedbc4b

Please sign in to comment.