users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/mac-os-light.js
8d7aa6e03293de5432a33e6ed55f3f4b2a4f095c
· 889 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Mac OS Light", |
| 3 | kind: "light", |
| 4 | main: "#ececed", |
| 5 | mainAlt: "#5f5f60", |
| 6 | minor: "#fff", |
| 7 | red: "#ee5f5c", |
| 8 | green: "#77b756", |
| 9 | yellow: "#f8c644", |
| 10 | orange: "#ca8739", |
| 11 | blue: "#2b7bf7", |
| 12 | magenta: "#9b57a2", |
| 13 | cyan: "#e65d9c", |
| 14 | black: "#292a2b", |
| 15 | white: "#f5f5f5", |
| 16 | foreground: "#292a2b", |
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", |
| 18 | defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", |
| 19 | barHeight: "34px", |
| 20 | compactBarHeight: "28px", |
| 21 | barRadius: "16px", |
| 22 | barBorder: "0px solid transparent", |
| 23 | barInnerMargin: "3px", |
| 24 | itemRadius: "14px", |
| 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 | }; |