aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/spaceduck.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/spaceduck.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/spaceduck.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/spaceduck.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/spaceduck.js
new file mode 100755
index 0000000..45d4ca9
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/spaceduck.js
@@ -0,0 +1,32 @@
1export const theme = {
2 name: "SpaceDuck",
3 kind: "dark",
4 main: "#0f111b",
5 mainAlt: "#b3a1e6",
6 minor: "#1b1c36",
7 red: "#e33400",
8 green: "#5ccc96",
9 yellow: "#f2ce00",
10 orange: "#e39400",
11 blue: "#686f9a",
12 magenta: "#ce6f8f",
13 cyan: "#00a3cc",
14 black: "#000000",
15 white: "#FFF",
16 foreground: "#ecf0c1",
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: "5px",
24 itemRadius: "3px",
25 itemInnerMargin: "5px 10px",
26 itemOuterMargin: "0 0 0 4px",
27 hoverRing: "0 0 0 2px rgba(92, 204, 150, 0.75)",
28 focusRing: "0 0 0 2px rgb(92, 204, 150)",
29 lightShadow: "0 5px 10px rgba(0, 0, 0, 0)",
30 transitionEasing: "cubic-bezier(0.4, 0, 0.2, 0)",
31 clickEffect: "rgba(255, 255, 255, 0.3)",
32};