diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/one-dark.js')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/one-dark.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/one-dark.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/one-dark.js new file mode 100755 index 0000000..e73da4f --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/one-dark.js | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | export const theme = { | ||
| 2 | name: "One Dark", | ||
| 3 | kind: "dark", | ||
| 4 | main: "#21252b", | ||
| 5 | mainAlt: "#e6e6e6", | ||
| 6 | minor: "#323842", | ||
| 7 | red: "#e05561", | ||
| 8 | green: "#8cc265", | ||
| 9 | yellow: "#d18f52", | ||
| 10 | orange: "#ffb374", | ||
| 11 | blue: "#6db3ce", | ||
| 12 | magenta: "#c162de", | ||
| 13 | cyan: "#42b3c2", | ||
| 14 | black: "#21252b", | ||
| 15 | white: "#fff", | ||
| 16 | foreground: "#abb2bf", | ||
| 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(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 | }; | ||
