diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/tokyo-night.js')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/tokyo-night.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/tokyo-night.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/tokyo-night.js new file mode 100755 index 0000000..9982420 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/tokyo-night.js | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | export const theme = { | ||
| 2 | name: "Tokyo Night", | ||
| 3 | kind: "dark", | ||
| 4 | main: "#15161E", | ||
| 5 | mainAlt: "#302D41", | ||
| 6 | minor: "#15161E", | ||
| 7 | red: "#F7768E", | ||
| 8 | green: "#9ECE6A", | ||
| 9 | yellow: "#E0AF68", | ||
| 10 | orange: "#F8BD96", | ||
| 11 | blue: "#7AA2F7", | ||
| 12 | magenta: "#BB9AF7", | ||
| 13 | cyan: "#7DCFFF", | ||
| 14 | black: "#15161E", | ||
| 15 | white: "#A9B1D6", | ||
| 16 | foreground: "#A9B1D6", | ||
| 17 | transparentDark: "rgba(0, 0, 0, 0.05)", | ||
| 18 | defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", | ||
| 19 | barHeight: "34px", | ||
| 20 | compactBarHeight: "28px", | ||
| 21 | barRadius: "9px", | ||
| 22 | barBorder: "0px solid transparent", | ||
| 23 | barInnerMargin: "0px", | ||
| 24 | itemRadius: "5px", | ||
| 25 | itemInnerMargin: "0px 9px", | ||
| 26 | itemOuterMargin: "0 0 0 4px", | ||
| 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 | }; | ||
