aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-dark.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-dark.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-dark.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-dark.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-dark.js
new file mode 100755
index 0000000..0e8fd6a
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nightfox-dark.js
@@ -0,0 +1,32 @@
1export const theme = {
2 name: "Nightfox Dark",
3 kind: "dark",
4 main: "#192330",
5 mainAlt: "#131a24",
6 minor: "#29394f",
7 red: "#c94f6d",
8 green: "#81b29a",
9 yellow: "#dbc074",
10 orange: "#f4a261",
11 blue: "#719cd6",
12 magenta: "#9d79d6",
13 cyan: "#63cdcf",
14 black: "#192330",
15 white: "#dfdfe0",
16 foreground: "#cdcecf",
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(205, 206, 207, 0.75)",
28 focusRing: "0 0 0 2px rgb(205, 206, 207)",
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};