users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/catppuccin.js
d06784958d73159b5e4abafe5114804662114ed7
· 893 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Catppuccin (old)", |
| 3 | kind: "dark", |
| 4 | main: "#1E1E2E", |
| 5 | mainAlt: "#302D41", |
| 6 | minor: "#575268", |
| 7 | red: "#F28FAD", |
| 8 | green: "#ABE9B3", |
| 9 | yellow: "#FAE3B0", |
| 10 | orange: "#F8BD96", |
| 11 | blue: "#96CDFB", |
| 12 | magenta: "#DDB6F2", |
| 13 | cyan: "#89DCEB", |
| 14 | black: "#161320", |
| 15 | white: "#D9E0EE", |
| 16 | foreground: "#D9E0EE", |
| 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 | }; |