users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/vscode-dark-modern.js
22e588d2f7dc164806f01511b46a52d6e6852505
· 889 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Vscode Dark Modern", |
| 3 | kind: "dark", |
| 4 | main: "#181818", |
| 5 | mainAlt: "#1f1f1f", |
| 6 | minor: "#2a2a2a", |
| 7 | red: "#e78482", |
| 8 | green: "#4ec6ae", |
| 9 | yellow: "#dcdcaa", |
| 10 | orange: "#ffb374", |
| 11 | blue: "#4fc1ff", |
| 12 | magenta: "#c586c0", |
| 13 | cyan: "#9cdcfe", |
| 14 | black: "#181818", |
| 15 | white: "#fff", |
| 16 | foreground: "#fff", |
| 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: "7px", |
| 25 | itemInnerMargin: "2px 6px", |
| 26 | itemOuterMargin: "0 0 0 5px", |
| 27 | hoverRing: "0 0 0 2px rgba(255, 255, 255, 0.75)", |
| 28 | focusRing: "0 0 0 2px rgb(255, 255, 255)", |
| 29 | lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", |
| 30 | transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", |
| 31 | clickEffect: "rgba(255, 255, 255, 0.3)", |
| 32 | }; |