summaryrefslogtreecommitdiff
path: root/home-manager/alacritty/catppuccin-latte.json
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-09 14:26:34 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-09 14:26:34 +0100
commit3fce1b5d9350c116270111e92f2d993e1b518d4d (patch)
treedaada43eb23df53d6a0df3622d4bfe913851d1f3 /home-manager/alacritty/catppuccin-latte.json
parent4211ed3b82be9af26460a0a8d88dce9ce319bb47 (diff)
Inline home-manager
Diffstat (limited to 'home-manager/alacritty/catppuccin-latte.json')
-rw-r--r--home-manager/alacritty/catppuccin-latte.json86
1 files changed, 86 insertions, 0 deletions
diff --git a/home-manager/alacritty/catppuccin-latte.json b/home-manager/alacritty/catppuccin-latte.json
new file mode 100644
index 0000000..f4a9b2b
--- /dev/null
+++ b/home-manager/alacritty/catppuccin-latte.json
@@ -0,0 +1,86 @@
+{
+ "colors": {
+ "primary": {
+ "background": "#EFF1F5",
+ "foreground": "#4C4F69",
+ "dim_foreground": "#4C4F69",
+ "bright_foreground": "#4C4F69"
+ },
+ "cursor": {
+ "text": "#EFF1F5",
+ "cursor": "#DC8A78"
+ },
+ "vi_mode_cursor": {
+ "text": "#EFF1F5",
+ "cursor": "#7287FD"
+ },
+ "search": {
+ "matches": {
+ "foreground": "#EFF1F5",
+ "background": "#6C6F85"
+ },
+ "focused_match": {
+ "foreground": "#EFF1F5",
+ "background": "#40A02B"
+ },
+ "footer_bar": {
+ "foreground": "#EFF1F5",
+ "background": "#6C6F85"
+ }
+ },
+ "hints": {
+ "start": {
+ "foreground": "#EFF1F5",
+ "background": "#DF8E1D"
+ },
+ "end": {
+ "foreground": "#EFF1F5",
+ "background": "#6C6F85"
+ }
+ },
+ "selection": {
+ "text": "#EFF1F5",
+ "background": "#DC8A78"
+ },
+ "normal": {
+ "black": "#5C5F77",
+ "red": "#D20F39",
+ "green": "#40A02B",
+ "yellow": "#DF8E1D",
+ "blue": "#1E66F5",
+ "magenta": "#EA76CB",
+ "cyan": "#179299",
+ "white": "#ACB0BE"
+ },
+ "bright": {
+ "black": "#6C6F85",
+ "red": "#D20F39",
+ "green": "#40A02B",
+ "yellow": "#DF8E1D",
+ "blue": "#1E66F5",
+ "magenta": "#EA76CB",
+ "cyan": "#179299",
+ "white": "#BCC0CC"
+ },
+ "dim": {
+ "black": "#5C5F77",
+ "red": "#D20F39",
+ "green": "#40A02B",
+ "yellow": "#DF8E1D",
+ "blue": "#1E66F5",
+ "magenta": "#EA76CB",
+ "cyan": "#179299",
+ "white": "#ACB0BE"
+ },
+ "indexed_colors": [
+ {
+ "index": 16,
+ "color": "#FE640B"
+ },
+ {
+ "index": 17,
+ "color": "#DC8A78"
+ }
+ ]
+ }
+}