Skip to content

Commit 97fd761

Browse files
committed
add accents for colored indent guides
1 parent fad5af1 commit 97fd761

2 files changed

Lines changed: 122 additions & 41 deletions

File tree

src/theme.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ export function getTheme({ themeKey, name, type }) {
5959
appearance: type,
6060
name,
6161
style: {
62+
accents: [
63+
"blue",
64+
"green",
65+
"yellow",
66+
"red",
67+
"pink",
68+
"purple",
69+
].map(color => tokens[`data/${color}/color/emphasis`]),
70+
6271
"background.appearance": "opaque",
6372

6473
"background": tokens['bgColor/default'],

0 commit comments

Comments
 (0)