aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/midsummer-night-dark.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/midsummer-night-dark.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/midsummer-night-dark.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/midsummer-night-dark.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/midsummer-night-dark.js
new file mode 100755
index 0000000..d5358e4
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/midsummer-night-dark.js
@@ -0,0 +1,32 @@
1export const theme = {
2 name: "Midsummer Night Dark",
3 kind: "dark",
4 main: "#1c1e27",
5 mainAlt: "#212831",
6 minor: "#212831",
7 red: "#e43d6a",
8 green: "#0af29d",
9 yellow: "#eea585",
10 orange: "#e88376",
11 blue: "#56c2ea",
12 magenta: "#b468d0",
13 cyan: "#00ccbb",
14 black: "#1b222d",
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: "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};