diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/material-ocean.js')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/material-ocean.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/material-ocean.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/material-ocean.js new file mode 100755 index 0000000..ad521b1 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/material-ocean.js | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | export const theme = { | ||
| 2 | name: "Material Theme - Ocean", | ||
| 3 | kind: "dark", | ||
| 4 | main: "rgb(15, 17, 26)", | ||
| 5 | mainAlt: "#0F111A", | ||
| 6 | minor: "#3c3d3e", | ||
| 7 | red: "#f07178", | ||
| 8 | green: "#C3E88D", | ||
| 9 | yellow: "#FFCB6B", | ||
| 10 | orange: "#F78C6C", | ||
| 11 | blue: "#82AAFF", | ||
| 12 | magenta: "#C792EA", | ||
| 13 | cyan: "#89DDFF", | ||
| 14 | black: "#000000", | ||
| 15 | white: "#ffffff", | ||
| 16 | foreground: "#A6ACCD", | ||
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", | ||
| 18 | defaultFont: "Roboto Mono, monospace", | ||
| 19 | barHeight: "30px", | ||
| 20 | compactBarHeight: "28px", | ||
| 21 | barRadius: "16px", | ||
| 22 | barBorder: "0px solid transparent", | ||
| 23 | barInnerMargin: "3px", | ||
| 24 | itemRadius: "14px", | ||
| 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 | }; | ||
