users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/night-shift-light.js
d2b62c9d6f30a0ea88b2a235cde120cd10ba332b
· 892 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Night Shift Light", |
| 3 | kind: "light", |
| 4 | main: "#fff", |
| 5 | mainAlt: "#98a8c5", |
| 6 | minor: "#f5f5f5", |
| 7 | red: "#e78482", |
| 8 | green: "#8fc8bb", |
| 9 | yellow: "#d1ab66", |
| 10 | orange: "#ffb374", |
| 11 | blue: "#6db3ce", |
| 12 | magenta: "#ad82cb", |
| 13 | cyan: "#2fc2c3", |
| 14 | black: "#1b222d", |
| 15 | white: "#f5f5f5", |
| 16 | foreground: "#1b222d", |
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", |
| 18 | defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", |
| 19 | barHeight: "34px", |
| 20 | compactBarHeight: "28px", |
| 21 | barRadius: "6px", |
| 22 | barBorder: "0px solid transparent", |
| 23 | barInnerMargin: "3px", |
| 24 | itemRadius: "5px", |
| 25 | itemInnerMargin: "3px 7px", |
| 26 | itemOuterMargin: "0 0 0 5px", |
| 27 | hoverRing: "0 0 0 2px rgba(152, 168, 198, 0.5)", |
| 28 | focusRing: "0 0 0 2px rgba(152, 168, 198, 0.5)", |
| 29 | lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", |
| 30 | transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", |
| 31 | clickEffect: "rgba(0, 0, 0, 0.15)", |
| 32 | }; |