users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/gruvbox-material.js
592f73c2672474c09dedc5cac8e6fa857a7df92b
· 893 B · 32 lines
raw
| 1 | export const theme = { |
| 2 | name: "Gruvbox Material", |
| 3 | kind: "dark", |
| 4 | main: "#282828", |
| 5 | mainAlt: "#ea6962", |
| 6 | minor: "#32302f", |
| 7 | red: "#ea6962", |
| 8 | green: "#a9b665", |
| 9 | yellow: "#e3a84e", |
| 10 | orange: "#e78a4e", |
| 11 | blue: "#7daea3", |
| 12 | magenta: "#d3869b", |
| 13 | cyan: "#89b482", |
| 14 | black: "#282828", |
| 15 | white: "#928374", |
| 16 | foreground: "#dfbf8e", |
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", |
| 18 | defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", |
| 19 | barHeight: "34px", |
| 20 | compactBarHeight: "28px", |
| 21 | barRadius: "8px", |
| 22 | barBorder: "0px solid transparent", |
| 23 | barInnerMargin: "3px", |
| 24 | itemRadius: "6px", |
| 25 | itemInnerMargin: "3px 7px", |
| 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 | }; |