diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/cyberdream-light.js')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/cyberdream-light.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/cyberdream-light.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/cyberdream-light.js new file mode 100755 index 0000000..4403ec4 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/cyberdream-light.js | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | export const theme = { | ||
| 2 | name: "Cyberdream Light", | ||
| 3 | kind: "light", | ||
| 4 | main: "rgba(255, 255, 255, 0.6)", // Base - with 40% transparency | ||
| 5 | mainAlt: "rgba(234, 234, 234, 0.6)", // Mantle - with 40% transparency | ||
| 6 | minor: "rgba(172, 172, 172, 0.6)", // Crust - with 40% transparency | ||
| 7 | red: "#d11500", // Red | ||
| 8 | green: "#008b0c", // Green | ||
| 9 | yellow: "#997b00", // Bronze | ||
| 10 | orange: "#d17c00", // Orange | ||
| 11 | blue: "#0057d1", // Indigo | ||
| 12 | magenta: "#d100bf", // Magenta | ||
| 13 | cyan: "#008c99", // Aqua | ||
| 14 | black: "#16181a", // Text | ||
| 15 | white: "#ffffff", // Base | ||
| 16 | foreground: "#16181a", // Text | ||
| 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: "2px", | ||
| 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 | }; | ||
