aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/catppuccin-frappe.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/catppuccin-frappe.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/catppuccin-frappe.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/catppuccin-frappe.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/catppuccin-frappe.js
new file mode 100755
index 0000000..7f6ab49
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/themes/catppuccin-frappe.js
@@ -0,0 +1,32 @@
1export const theme = {
2 name: "Catppuccin Frappe",
3 kind: "dark",
4 main: "#303446", // Base
5 mainAlt: "#292c3c", // Mantle
6 minor: "#232634", // Crust
7 red: "#e78284", // Red
8 green: "#a6d189", // Green
9 yellow: "#e5c890", // Yellow
10 orange: "#ef9f76", // Peach
11 blue: "#8caaee", // Blue
12 magenta: "#ca9ee6", // Mauve
13 cyan: "#99d1db", // Sky
14 black: "#303446", // Base
15 white: "#c6d0f5", // Text
16 foreground: "#c6d0f5", // Text
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: "3px",
24 itemRadius: "2px",
25 itemInnerMargin: "3px 7px",
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};