users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/catppuccin-latte.js
2bead7efb473f0202dc6ef189fbc0e4a5401d41f
· 1004 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Catppuccin Latte", |
| 3 | kind: "light", |
| 4 | main: "#eff1f5", // Base |
| 5 | mainAlt: "#e6e9ef", // Mantle |
| 6 | minor: "#dce0e8", // Crust |
| 7 | red: "#d20f39", // Red |
| 8 | green: "#40a02b", // Green |
| 9 | yellow: "#df8e1d", // Yellow |
| 10 | orange: "#fe640b", // Peach |
| 11 | blue: "#1e66f5", // Blue |
| 12 | magenta: "#8839ef", // Mauve |
| 13 | cyan: "#04a5e5", // Sky |
| 14 | black: "#4c4f69", // Text |
| 15 | white: "#eff1f5", // Base |
| 16 | foreground: "#4c4f69", // Text |
| 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(255, 255, 255, 0.75)", |
| 28 | focusRing: "0 0 0 2px rgb(255, 255, 255)", |
| 29 | lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", |
| 30 | transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", |
| 31 | clickEffect: "rgba(255, 255, 255, 0.3)", |
| 32 | }; |