users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/sylens.js
27117202739f092d837af2752e4b9801c47b8ddb
· 849 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Sylens", |
| 3 | kind: "dark", |
| 4 | main: "#1B2229", |
| 5 | mainAlt: "#7d5a15", |
| 6 | minor: "#1b2229", |
| 7 | red: "#7d5a15", |
| 8 | green: "#BF6832", |
| 9 | yellow: "#d65d0e", |
| 10 | orange: "#475090", |
| 11 | blue: "#33736A", |
| 12 | magenta: "#814b42", |
| 13 | cyan: "#346a97", |
| 14 | black: "#a77822", |
| 15 | white: "#1b2229", |
| 16 | foreground: "#a77822", |
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", |
| 18 | defaultFont: "MonoLisa", |
| 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(167, 120, 34, 0.75)", |
| 28 | focusRing: "0 0 0 2px rgb(167, 120, 34)", |
| 29 | lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", |
| 30 | transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", |
| 31 | clickEffect: "rgba(167, 120, 34, H0.3)", |
| 32 | }; |