users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/one-light.js
b43dfa30df8d9ac27491b6df6ec6b84f9afc8761
· 883 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "One Light", |
| 3 | kind: "light", |
| 4 | main: "#f5f5f5", |
| 5 | mainAlt: "#21252b", |
| 6 | minor: "#fff", |
| 7 | red: "#e05561", |
| 8 | green: "#8cc265", |
| 9 | yellow: "#d18f52", |
| 10 | orange: "#FFB374", |
| 11 | blue: "#6DB3CE", |
| 12 | magenta: "#c162de", |
| 13 | cyan: "#42b3c2", |
| 14 | black: "#21252b", |
| 15 | white: "#fff", |
| 16 | foreground: "#21252b", |
| 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: "20px", |
| 25 | itemInnerMargin: "3px 9px", |
| 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 | }; |