users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/night-owl.js
0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3
· 937 B · 33 lines
raw
| 1 | export const theme = { |
| 2 | name: "NightOwl", |
| 3 | kind: "dark", |
| 4 | main: "#011627", |
| 5 | mainAlt: "#0b253a", |
| 6 | minor: "#084d8180", |
| 7 | red: "#ef5350", |
| 8 | green: "#22da6e", |
| 9 | yellow: "#FFCA28", |
| 10 | orange: "#F78C6C", |
| 11 | blue: "#82AAFF", |
| 12 | magenta: "#C792EA", |
| 13 | cyan: "#7fdbca", |
| 14 | black: "#011627", |
| 15 | white: "#ffffff", |
| 16 | foreground: "#d2dee7", |
| 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(214, 222, 235, 0.5)", |
| 28 | focusRing: "0 0 0 2px rgb(214, 222, 235, 0.2)", |
| 29 | lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", |
| 30 | foregroundShadow: "0 0 0 rgba(0, 0, 0, 0)", |
| 31 | transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", |
| 32 | clickEffect: "rgba(214, 222, 235, 0.3)", |
| 33 | }; |