-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #389 from kntng/feat/catppuccin
Add modern Catppuccin themes
- Loading branch information
Showing
5 changed files
with
132 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
export const theme = { | ||
name: "Catppuccin Frappe", | ||
kind: "dark", | ||
main: "#303446", // Base | ||
mainAlt: "#292c3c", // Mantle | ||
minor: "#232634", // Crust | ||
red: "#e78284", // Red | ||
green: "#a6d189", // Green | ||
yellow: "#e5c890", // Yellow | ||
orange: "#ef9f76", // Peach | ||
blue: "#8caaee", // Blue | ||
magenta: "#ca9ee6", // Mauve | ||
cyan: "#99d1db", // Sky | ||
black: "#303446", // Base | ||
white: "#c6d0f5", // Text | ||
foreground: "#c6d0f5", // Text | ||
transparentDark: "rgba(0, 0, 0, 0.05)", | ||
defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", | ||
barHeight: "34px", | ||
compactBarHeight: "28px", | ||
barRadius: "3px", | ||
barInnerMargin: "3px", | ||
itemRadius: "2px", | ||
itemInnerMargin: "3px 7px", | ||
itemOuterMargin: "0 0 0 5px", | ||
hoverRing: "0 0 0 2px rgba(255, 255, 255, 0.75)", | ||
focusRing: "0 0 0 2px rgb(255, 255, 255)", | ||
lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", | ||
transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", | ||
clickEffect: "rgba(255, 255, 255, 0.3)", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
export const theme = { | ||
name: "Catppuccin Latte", | ||
kind: "light", | ||
main: "#eff1f5", // Base | ||
mainAlt: "#e6e9ef", // Mantle | ||
minor: "#dce0e8", // Crust | ||
red: "#d20f39", // Red | ||
green: "#40a02b", // Green | ||
yellow: "#df8e1d", // Yellow | ||
orange: "#fe640b", // Peach | ||
blue: "#1e66f5", // Blue | ||
magenta: "#8839ef", // Mauve | ||
cyan: "#04a5e5", // Sky | ||
black: "#4c4f69", // Text | ||
white: "#eff1f5", // Base | ||
foreground: "#4c4f69", // Text | ||
transparentDark: "rgba(0, 0, 0, 0.05)", | ||
defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", | ||
barHeight: "34px", | ||
compactBarHeight: "28px", | ||
barRadius: "3px", | ||
barInnerMargin: "3px", | ||
itemRadius: "2px", | ||
itemInnerMargin: "3px 7px", | ||
itemOuterMargin: "0 0 0 5px", | ||
hoverRing: "0 0 0 2px rgba(255, 255, 255, 0.75)", | ||
focusRing: "0 0 0 2px rgb(255, 255, 255)", | ||
lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", | ||
transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", | ||
clickEffect: "rgba(255, 255, 255, 0.3)", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
export const theme = { | ||
name: "Catppuccin Macchiato", | ||
kind: "dark", | ||
main: "#24273a", // Base | ||
mainAlt: "#1e2030", // Mantle | ||
minor: "#181926", // Crust | ||
red: "#ed8796", // Red | ||
green: "#a6da95", // Green | ||
yellow: "#eed49f", // Yellow | ||
orange: "#f5a97f", // Peach | ||
blue: "#8aadf4", // Blue | ||
magenta: "#c6a0f6", // Mauve | ||
cyan: "#91d7e3", // Sky | ||
black: "#24273a", // Base | ||
white: "#cad3f5", // Text | ||
foreground: "#cad3f5", // Text | ||
transparentDark: "rgba(0, 0, 0, 0.05)", | ||
defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", | ||
barHeight: "34px", | ||
compactBarHeight: "28px", | ||
barRadius: "3px", | ||
barInnerMargin: "3px", | ||
itemRadius: "2px", | ||
itemInnerMargin: "3px 7px", | ||
itemOuterMargin: "0 0 0 5px", | ||
hoverRing: "0 0 0 2px rgba(255, 255, 255, 0.75)", | ||
focusRing: "0 0 0 2px rgb(255, 255, 255)", | ||
lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", | ||
transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", | ||
clickEffect: "rgba(255, 255, 255, 0.3)", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
export const theme = { | ||
name: "Catppuccin Mocha", | ||
kind: "dark", | ||
main: "#1e1e2e", // Base | ||
mainAlt: "#181825", // Mantle | ||
minor: "#11111b", // Crust | ||
red: "#f38ba8", // Red | ||
green: "#a6e3a1", // Green | ||
yellow: "#f9e2af", // Yellow | ||
orange: "#fab387", // Peach | ||
blue: "#89b4fa", // Blue | ||
magenta: "#cba6f7", // Mauve | ||
cyan: "#89dceb", // Sky | ||
black: "#1e1e2e", // Base | ||
white: "#cdd6f4", // Text | ||
foreground: "#cdd6f4", // Text | ||
transparentDark: "rgba(0, 0, 0, 0.05)", | ||
defaultFont: "JetBrains Mono, Monaco, Menlo, monospace", | ||
barHeight: "34px", | ||
compactBarHeight: "28px", | ||
barRadius: "3px", | ||
barInnerMargin: "3px", | ||
itemRadius: "2px", | ||
itemInnerMargin: "3px 7px", | ||
itemOuterMargin: "0 0 0 5px", | ||
hoverRing: "0 0 0 2px rgba(255, 255, 255, 0.75)", | ||
focusRing: "0 0 0 2px rgb(255, 255, 255)", | ||
lightShadow: "0 5px 10px rgba(0, 0, 0, 0.24)", | ||
transitionEasing: "cubic-bezier(0.4, 0, 0.2, 1)", | ||
clickEffect: "rgba(255, 255, 255, 0.3)", | ||
}; |