Skip to content

Commit

Permalink
Update garden-flow.json
Browse files Browse the repository at this point in the history
add dark bg
  • Loading branch information
JohnPixle authored Nov 21, 2023
1 parent b84d3f4 commit 3658695
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions styles/garden-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"slug": "raft-fg",
"color": "#292E29",
"name": "Foreground"
"name": "Text"
},
{
"slug": "raft-accent",
Expand All @@ -25,15 +25,20 @@
"color": "#3F5A41",
"name": "Accent Secondary"
},
{
"slug": "raft-bg-inv",
"color": "#171A17",
"name": "Dark Background"
},
{
"slug": "raft-bg-alt",
"color": "rgba(255, 255, 255, 0.9)",
"name": "Background Alt"
"name": "Light Background"
},
{
"slug": "raft-fg-alt",
"color": "#ffffff",
"name": "Foreground Alt"
"name": "Inverted Text"
}
]
}
Expand Down

0 comments on commit 3658695

Please sign in to comment.