From f71051f47158f57091306e269352d7579522e426 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 6 Feb 2025 22:03:10 +0000 Subject: bluurb --- home-manager/alacritty/catppuccin-frappe.json | 82 --------------------------- 1 file changed, 82 deletions(-) delete mode 100644 home-manager/alacritty/catppuccin-frappe.json (limited to 'home-manager/alacritty/catppuccin-frappe.json') diff --git a/home-manager/alacritty/catppuccin-frappe.json b/home-manager/alacritty/catppuccin-frappe.json deleted file mode 100644 index e465a9b..0000000 --- a/home-manager/alacritty/catppuccin-frappe.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" - } - ] - } -} -- cgit v1.2.3