From 3fce1b5d9350c116270111e92f2d993e1b518d4d Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 9 Nov 2024 14:26:34 +0100 Subject: Inline home-manager --- home-manager/alacritty/catppuccin-latte.json | 86 ++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 home-manager/alacritty/catppuccin-latte.json (limited to 'home-manager/alacritty/catppuccin-latte.json') 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" + } + ] + } +} -- cgit v1.2.3