aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/solarized-light.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/solarized-light.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/solarized-light.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/solarized-light.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/solarized-light.js
new file mode 100755
index 0000000..b90aa81
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/solarized-light.js
@@ -0,0 +1,32 @@
1export const theme = {
2 name: "Solarized Light",
3 kind: "light",
4 main: "#fdf6e3",
5 mainAlt: "#fdf6e3",
6 minor: "#eee8d5",
7 red: "#dc322f",
8 green: "#859900",
9 yellow: "#b58900",
10 orange: "#cb4b16",
11 blue: "#0087ff",
12 magenta: "#d33682",
13 cyan: "#2aa198",
14 black: "#262626",
15 white: "#e4e4e4",
16 foreground: "#657b83",
17 transparentDark: "rgba(0, 0, 0, 0.05)",
18 defaultFont: "JetBrains Mono, Monaco, Menlo, monospace",
19 barHeight: "34px",
20 compactBarHeight: "28px",
21 barRadius: "16px",
22 barBorder: "0px solid transparent",
23 barInnerMargin: "3px",
24 itemRadius: "20px",
25 itemInnerMargin: "3px 9px",
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};