diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 14:26:34 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 14:26:34 +0100 |
commit | 3fce1b5d9350c116270111e92f2d993e1b518d4d (patch) | |
tree | daada43eb23df53d6a0df3622d4bfe913851d1f3 /home-manager/alacritty/catppuccin-frappe.json | |
parent | 4211ed3b82be9af26460a0a8d88dce9ce319bb47 (diff) |
Inline home-manager
Diffstat (limited to 'home-manager/alacritty/catppuccin-frappe.json')
-rw-r--r-- | home-manager/alacritty/catppuccin-frappe.json | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/home-manager/alacritty/catppuccin-frappe.json b/home-manager/alacritty/catppuccin-frappe.json new file mode 100644 index 0000000..e465a9b --- /dev/null +++ b/home-manager/alacritty/catppuccin-frappe.json @@ -0,0 +1,82 @@ +{ + "colors": { + "primary": { + "background": "#303446", + "foreground": "#C6D0F5", + "dim_foreground": "#C6D0F5", + "bright_foreground": "#C6D0F5" + }, + "cursor": { + "text": "#303446", + "cursor": "#F2D5CF" + }, + "vi_mode_cursor": { + "text": "#303446", + "cursor": "#BABBF1" + }, + "search": { + "matches": { + "foreground": "#303446", + "background": "#A5ADCE" + }, + "focused_match": { + "foreground": "#303446", + "background": "#A6D189" + } + }, + "hints": { + "start": { + "foreground": "#303446", + "background": "#E5C890" + }, + "end": { + "foreground": "#303446", + "background": "#A5ADCE" + } + }, + "selection": { + "text": "#303446", + "background": "#F2D5CF" + }, + "normal": { + "black": "#51576D", + "red": "#E78284", + "green": "#A6D189", + "yellow": "#E5C890", + "blue": "#8CAAEE", + "magenta": "#F4B8E4", + "cyan": "#81C8BE", + "white": "#B5BFE2" + }, + "bright": { + "black": "#626880", + "red": "#E78284", + "green": "#A6D189", + "yellow": "#E5C890", + "blue": "#8CAAEE", + "magenta": "#F4B8E4", + "cyan": "#81C8BE", + "white": "#A5ADCE" + }, + "dim": { + "black": "#51576D", + "red": "#E78284", + "green": "#A6D189", + "yellow": "#E5C890", + "blue": "#8CAAEE", + "magenta": "#F4B8E4", + "cyan": "#81C8BE", + "white": "#B5BFE2" + }, + "indexed_colors": [ + { + "index": 16, + "color": "#EF9F76" + }, + { + "index": 17, + "color": "#F2D5CF" + } + ] + } +} |