users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/material-ocean.js
8d7aa6e03293de5432a33e6ed55f3f4b2a4f095c
· 891 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Material Theme - Ocean", |
| 3 | kind: "dark", |
| 4 | main: "rgb(15, 17, 26)", |
| 5 | mainAlt: "#0F111A", |
| 6 | minor: "#3c3d3e", |
| 7 | red: "#f07178", |
| 8 | green: "#C3E88D", |
| 9 | yellow: "#FFCB6B", |
| 10 | orange: "#F78C6C", |
| 11 | blue: "#82AAFF", |
| 12 | magenta: "#C792EA", |
| 13 | cyan: "#89DDFF", |
| 14 | black: "#000000", |
| 15 | white: "#ffffff", |
| 16 | foreground: "#A6ACCD", |
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", |
| 18 | defaultFont: "Roboto Mono, monospace", |
| 19 | barHeight: "30px", |
| 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(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 | }; |