aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nord.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nord.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nord.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nord.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nord.js
new file mode 100755
index 0000000..0bdf1a7
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/nord.js
@@ -0,0 +1,32 @@
1export const theme = {
2 name: "Nord",
3 kind: "dark",
4 main: "#3b4252",
5 mainAlt: "#eceef4",
6 minor: "#4c566a",
7 red: "#bf616a",
8 green: "#a3be8c",
9 yellow: "#ebcb8b",
10 orange: "#d08770",
11 blue: "#81a1c1",
12 magenta: "#b48ead",
13 cyan: "#88c0d0",
14 black: "#2e3440",
15 white: "#eceff4",
16 foreground: "#d8dee9",
17 transparentDark: "rgba(0, 0, 0, 0.05)",
18 defaultFont: "Source Code Pro",
19 barHeight: "34px",
20 compactBarHeight: "28px",
21 barRadius: "16px",
22 barBorder: "0px solid transparent",
23 barInnerMargin: "3px",
24 itemRadius: "14px",
25 itemInnerMargin: "3px 9px",
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};