From adba53e43dad936e3a158c7d22d6f489a5c0f696 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 6 Oct 2024 18:17:18 +0200 Subject: [PATCH] :wrench: update alacritty config Signed-off-by: SindreKjelsrud --- .config/alacritty/alacritty.toml | 4 +- .config/alacritty/alacritty.yml | 13 ---- .config/alacritty/catppuccin-macchiato.yml | 79 ---------------------- 3 files changed, 2 insertions(+), 94 deletions(-) delete mode 100644 .config/alacritty/alacritty.yml delete mode 100644 .config/alacritty/catppuccin-macchiato.yml diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 8c43459..f50f3ca 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,10 +1,10 @@ import = ["/home/sid/.config/alacritty/catppuccin-macchiato.toml"] [font] -size = 9 +size = 11 [font.normal] -family = "JetBrains mono" +family = "JetBrainsMono Nerd Font Mono" [window] opacity = 0.9 diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index 06e2b2b..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,13 +0,0 @@ -# WINDOW -window: - opacity: 0.9 - -# FONT -font: - normal: - family: JetBrains mono - size: 9 - -# COLORS -import: - - ~/.config/alacritty/catppuccin-macchiato.yml diff --git a/.config/alacritty/catppuccin-macchiato.yml b/.config/alacritty/catppuccin-macchiato.yml deleted file mode 100644 index 183b3c8..0000000 --- a/.config/alacritty/catppuccin-macchiato.yml +++ /dev/null @@ -1,79 +0,0 @@ -colors: - # Default colors - primary: - background: "#24273A" # base - foreground: "#CAD3F5" # text - # Bright and dim foreground colors - dim_foreground: "#CAD3F5" # text - bright_foreground: "#CAD3F5" # text - - # Cursor colors - cursor: - text: "#24273A" # base - cursor: "#F4DBD6" # rosewater - vi_mode_cursor: - text: "#24273A" # base - cursor: "#B7BDF8" # lavender - - # Search colors - search: - matches: - foreground: "#24273A" # base - background: "#A5ADCB" # subtext0 - focused_match: - foreground: "#24273A" # base - background: "#A6DA95" # green - footer_bar: - foreground: "#24273A" # base - background: "#A5ADCB" # subtext0 - - # Keyboard regex hints - hints: - start: - foreground: "#24273A" # base - background: "#EED49F" # yellow - end: - foreground: "#24273A" # base - background: "#A5ADCB" # subtext0 - - # Selection colors - selection: - text: "#24273A" # base - background: "#F4DBD6" # rosewater - - # Normal colors - normal: - black: "#494D64" # surface1 - red: "#ED8796" # red - green: "#A6DA95" # green - yellow: "#EED49F" # yellow - blue: "#8AADF4" # blue - magenta: "#F5BDE6" # pink - cyan: "#8BD5CA" # teal - white: "#B8C0E0" # subtext1 - - # Bright colors - bright: - black: "#5B6078" # surface2 - red: "#ED8796" # red - green: "#A6DA95" # green - yellow: "#EED49F" # yellow - blue: "#8AADF4" # blue - magenta: "#F5BDE6" # pink - cyan: "#8BD5CA" # teal - white: "#A5ADCB" # subtext0 - - # Dim colors - dim: - black: "#494D64" # surface1 - red: "#ED8796" # red - green: "#A6DA95" # green - yellow: "#EED49F" # yellow - blue: "#8AADF4" # blue - magenta: "#F5BDE6" # pink - cyan: "#8BD5CA" # teal - white: "#B8C0E0" # subtext1 - - indexed_colors: - - { index: 16, color: "#F5A97F" } - - { index: 17, color: "#F4DBD6" }