Skip to content

Commit

Permalink
Adding classic tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Oct 11, 2023
1 parent 1918bb8 commit cb6636c
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions tokens/themes/classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,106 @@
"type": "color"
}
}
},
"tabs": {
"basic": {
"color": {
"background": {
"default": {
"value": "{palette.utility.transparent}",
"type": "color"
},
"hover": {
"value": "{click.global.color.background.muted}",
"type": "color"
},
"active": {
"value": "{palette.utility.transparent}",
"type": "color"
}
},
"text": {
"default": {
"value": "{click.global.color.text.muted}",
"type": "color"
},
"hover": {
"value": "{click.global.color.text.default}",
"type": "color"
},
"active": {
"value": "{click.tabs.basic.color.text.hover}",
"type": "color"
}
},
"stroke": {
"default": {
"value": "{click.tabs.basic.color.background.default}",
"type": "color"
},
"hover": {
"value": "{palette.utility.transparent}",
"type": "color"
},
"active": {
"value": "{click.global.color.text.link.default}",
"type": "color"
}
},
"global": {
"default": {
"value": "{click.global.color.stroke.default}",
"type": "color"
}
}
}
},
"fileTabs": {
"color": {
"background": {
"default": {
"value": "{click.global.color.background.muted}",
"type": "color"
},
"hover": {
"value": "{click.global.color.background.default}",
"type": "color"
},
"active": {
"value": "{click.tabs.fileTabs.color.background.hover}",
"type": "color"
}
},
"text": {
"default": {
"value": "{click.global.color.text.muted}",
"type": "color"
},
"hover": {
"value": "{click.global.color.text.default}",
"type": "color"
},
"active": {
"value": "{click.global.color.text.default}",
"type": "color"
}
},
"stroke": {
"default": {
"value": "{click.global.color.stroke.default}",
"type": "color"
},
"hover": {
"value": "{click.global.color.stroke.default}",
"type": "color"
},
"active": {
"value": "{click.global.color.stroke.default}",
"type": "color"
}
}
}
}
}
},
"name": {
Expand Down

1 comment on commit cb6636c

@vercel
Copy link

@vercel vercel bot commented on cb6636c Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

click-ui – ./

click-ui-git-main-clickhouse.vercel.app
click-ui.vercel.app
click-ui-clickhouse.vercel.app

Please sign in to comment.