users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/solarized-dark.js
f94eb36f2dc8ccc756b22d4592ed98acbb8e37d1
· 893 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Solarized Dark", |
| 3 | kind: "dark", |
| 4 | main: "#002b36", |
| 5 | mainAlt: "#002b36", |
| 6 | minor: "#073642", |
| 7 | red: "#dc322f", |
| 8 | green: "#859900", |
| 9 | yellow: "#b58900", |
| 10 | orange: "#cb4b16", |
| 11 | blue: "#0087ff", |
| 12 | magenta: "#d33682", |
| 13 | cyan: "#2aa198", |
| 14 | black: "#262626", |
| 15 | white: "#e4e4e4", |
| 16 | foreground: "#93a1a1", |
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", |
| 18 | defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", |
| 19 | barHeight: "34px", |
| 20 | compactBarHeight: "28px", |
| 21 | barRadius: "16px", |
| 22 | barBorder: "0px solid transparent", |
| 23 | barInnerMargin: "3px", |
| 24 | itemRadius: "20px", |
| 25 | itemInnerMargin: "3px 9px", |
| 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 | }; |