Skip to content

Commit

Permalink
Adds duotone property for each palette
Browse files Browse the repository at this point in the history
  • Loading branch information
mghenciu committed Aug 22, 2023
1 parent 01bed5a commit 24b5d9f
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 5 deletions.
10 changes: 10 additions & 0 deletions styles/s1-crayola.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#F5AB1A",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand Down
10 changes: 10 additions & 0 deletions styles/s2-majorelle-blue.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#5E33D9",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand Down
10 changes: 10 additions & 0 deletions styles/s3-zomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#F5AB1A",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand Down
10 changes: 10 additions & 0 deletions styles/s4-dark-pastel-red.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#C6461E",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand Down
10 changes: 10 additions & 0 deletions styles/s5-aztec-gold.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#BF985C",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand Down
10 changes: 10 additions & 0 deletions styles/s6-vivid-red-tangelo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#DF6018",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand Down
10 changes: 10 additions & 0 deletions styles/s7-greenlight.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#518459",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand Down
20 changes: 15 additions & 5 deletions styles/s8-tiber.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#007afc",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand All @@ -15,6 +25,11 @@
"color": "#f5f5f7",
"name": "Foreground"
},
{
"slug": "ti-accent",
"color": "#007afc",
"name": "Accent"
},
{
"slug": "ti-bg-alt",
"color": "#161A1D",
Expand All @@ -29,11 +44,6 @@
"slug": "ti-fg-alt",
"color": "#FFFFFA",
"name": "Foreground Alt"
},
{
"slug": "ti-accent",
"color": "#007afc",
"name": "Accent"
}
]
}
Expand Down
10 changes: 10 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
}
},
"color": {
"duotone": [
{
"colors": [
"#325ce8",
"#FFFFFF"
],
"slug": "default-neve-overlay",
"name": "Default Neve overlay"
}
],
"palette": [
{
"slug": "ti-bg",
Expand Down

0 comments on commit 24b5d9f

Please sign in to comment.