Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(colors): initial theme draft
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Mar 2, 2023
1 parent 1be75fa commit 6650e04
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2139,6 +2139,90 @@
}
}
}
},
"theme": {
"sidebar": {
"color": {
"foreground": {
"value": "{color.text.primary}",
"type": "color"
},
"background": {
"value": "{color.surface.secondary}",
"type": "color"
}
},
"icon": {
"color": {
"foreground": {
"value": "{color.text.secondary}",
"type": "color"
}
}
},
"status": {
"color": {
"foreground": {
"value": "{color.text.tertiary}",
"type": "color"
}
}
},
"row": {
"color": {
"background": {
"value": "{color.neutral.transparent}",
"type": "color"
},
"background-hover": {
"value": "{color.black.300}",
"type": "color"
}
}
},
"active-row": {
"color": {
"foreground": {
"value": "{color.text.primary}",
"type": "color"
},
"background": {
"value": "{color.black.200}",
"type": "color"
}
}
}
},
"presence": {
"color": {
"background": {
"available": {
"value": "{color.green.400}",
"type": "color"
},
"busy-unavailable": {
"value": "{color.red.300}",
"type": "color"
},
"busy": {
"value": "{color.gold.300}",
"type": "color"
}
}
}
},
"mention": {
"color": {
"foreground": {
"value": "{color.neutral.white}",
"type": "color"
},
"background": {
"value": "{color.brand.purple}",
"type": "color"
}
}
}
}
},
"semantic/dark": {
Expand Down

0 comments on commit 6650e04

Please sign in to comment.