users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/rose-pine-dawn.js
8d7aa6e03293de5432a33e6ed55f3f4b2a4f095c
· 893 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Rosé Pine Dawn", |
| 3 | kind: "light", |
| 4 | main: "#faf4ed", |
| 5 | mainAlt: "#fffaf3", |
| 6 | minor: "#f2e9e1", |
| 7 | red: "#b4637a", |
| 8 | green: "#286983", |
| 9 | yellow: "#ea9d34", |
| 10 | orange: "#d7827e", |
| 11 | blue: "#56949f", |
| 12 | magenta: "#907aa9", |
| 13 | cyan: "#d7827e", |
| 14 | black: "#575279", |
| 15 | white: "#faf4ed", |
| 16 | foreground: "#575279", |
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", |
| 18 | defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", |
| 19 | barHeight: "34px", |
| 20 | compactBarHeight: "28px", |
| 21 | barRadius: "3px", |
| 22 | barBorder: "0px solid transparent", |
| 23 | barInnerMargin: "3px", |
| 24 | itemRadius: "2px", |
| 25 | itemInnerMargin: "3px 7px", |
| 26 | itemOuterMargin: "0 0 0 5px", |
| 27 | hoverRing: "0 0 0 2px rgba(152, 168, 198, 0.5)", |
| 28 | focusRing: "0 0 0 2px rgba(152, 168, 198, 0.5)", |
| 29 | lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", |
| 30 | transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", |
| 31 | clickEffect: "rgba(0, 0, 0, 0.15)", |
| 32 | }; |