aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-light.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-light.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-light.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-light.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-light.js
new file mode 100755
index 0000000..72d885f
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-light.js
@@ -0,0 +1,32 @@
1export const theme = {
2 name: "Nightfox Light",
3 kind: "light",
4 main: "#f6f2ee",
5 mainAlt: "#e4dcd4",
6 minor: "#d3c7bb",
7 red: "#a5222f",
8 green: "#396847",
9 yellow: "#AC5402",
10 orange: "#955f61",
11 blue: "#2848a9",
12 magenta: "#6e33ce",
13 cyan: "#287980",
14 black: "#352c24",
15 white: "#f2e9e1",
16 foreground: "#3d2b5a",
17 transparentDark: "rgba(0, 0, 0, 0.05)",
18 defaultFont: "JetBrains Mono, Monaco, Menlo, monospace",
19 barHeight: "34px",
20 compactBarHeight: "28px",
21 barRadius: "7px",
22 barBorder: "0px solid transparent",
23 barInnerMargin: "3px",
24 itemRadius: "5px",
25 itemInnerMargin: "3px 9px",
26 itemOuterMargin: "0 0 0 5px",
27 hoverRing: "0 0 0 2px rgba(61, 43, 90, 0.75)",
28 focusRing: "0 0 0 2px rgb(61, 43, 90)",
29 lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)",
30 transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)",
31 clickEffect: "rgba(214, 222, 235, 0.3)",
32};