Skip to content

Commit

Permalink
Update blue-retro.json
Browse files Browse the repository at this point in the history
add bg color
  • Loading branch information
JohnPixle authored Nov 21, 2023
1 parent 9ae201d commit 8b0d502
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions styles/blue-retro.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"slug": "raft-fg",
"color": "#EAEEFD",
"name": "Foreground"
"name": "Text"
},

{
Expand All @@ -26,15 +26,20 @@
"color": "#F7B81C",
"name": "Accent Secondary"
},
{
"slug": "raft-bg-inv",
"color": "#1E243B",
"name": "Dark Background"
},
{
"slug": "raft-bg-alt",
"color": "rgba(0, 0, 0, 0.1)",
"name": "Background Alt"
"name": "Light Background"
},
{
"slug": "raft-fg-alt",
"color": "#272727",
"name": "Foreground Alt"
"name": "Inverted Text"
}
]
}
Expand Down

0 comments on commit 8b0d502

Please sign in to comment.