aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/night-shift-light.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/night-shift-light.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/night-shift-light.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/night-shift-light.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/night-shift-light.js
new file mode 100755
index 0000000..92e7038
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/night-shift-light.js
@@ -0,0 +1,32 @@
1export const theme = {
2 name: "Night Shift Light",
3 kind: "light",
4 main: "#fff",
5 mainAlt: "#98a8c5",
6 minor: "#f5f5f5",
7 red: "#e78482",
8 green: "#8fc8bb",
9 yellow: "#d1ab66",
10 orange: "#ffb374",
11 blue: "#6db3ce",
12 magenta: "#ad82cb",
13 cyan: "#2fc2c3",
14 black: "#1b222d",
15 white: "#f5f5f5",
16 foreground: "#1b222d",
17 transparentDark: "rgba(0, 0, 0, 0.05)",
18 defaultFont: "JetBrains Mono, Monaco, Menlo, monospace",
19 barHeight: "34px",
20 compactBarHeight: "28px",
21 barRadius: "6px",
22 barBorder: "0px solid transparent",
23 barInnerMargin: "3px",
24 itemRadius: "5px",
25 itemInnerMargin: "3px 7px",
26 itemOuterMargin: "0 0 0 5px",
27 hoverRing: "0 0 0 2px rgba(152, 168, 198, 0.5)",
28 focusRing: "0 0 0 2px rgba(152, 168, 198, 0.5)",
29 lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)",
30 transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)",
31 clickEffect: "rgba(0, 0, 0, 0.15)",
32};