users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-dark.js
2070b29ae3b86654b7a8ad0a09a7ea4c63dfa73a
· 890 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Nightfox Dark", |
| 3 | kind: "dark", |
| 4 | main: "#192330", |
| 5 | mainAlt: "#131a24", |
| 6 | minor: "#29394f", |
| 7 | red: "#c94f6d", |
| 8 | green: "#81b29a", |
| 9 | yellow: "#dbc074", |
| 10 | orange: "#f4a261", |
| 11 | blue: "#719cd6", |
| 12 | magenta: "#9d79d6", |
| 13 | cyan: "#63cdcf", |
| 14 | black: "#192330", |
| 15 | white: "#dfdfe0", |
| 16 | foreground: "#cdcecf", |
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", |
| 18 | defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", |
| 19 | barHeight: "34px", |
| 20 | compactBarHeight: "28px", |
| 21 | barRadius: "7px", |
| 22 | barBorder: "0px solid transparent", |
| 23 | barInnerMargin: "3px", |
| 24 | itemRadius: "5px", |
| 25 | itemInnerMargin: "3px 9px", |
| 26 | itemOuterMargin: "0 0 0 5px", |
| 27 | hoverRing: "0 0 0 2px rgba(205, 206, 207, 0.75)", |
| 28 | focusRing: "0 0 0 2px rgb(205, 206, 207)", |
| 29 | lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", |
| 30 | transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", |
| 31 | clickEffect: "rgba(214, 222, 235, 0.3)", |
| 32 | }; |