From efa295dccb7efeca287d8842aa3603b0c7e50e8c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 22 Jan 2024 18:46:43 -0500 Subject: [PATCH] remove ymls --- .config/alacritty/alacritty.yml | 31 ---------- .config/alacritty/catppuccin-mocha.yml | 78 -------------------------- 2 files changed, 109 deletions(-) delete mode 100644 .config/alacritty/alacritty.yml delete mode 100644 .config/alacritty/catppuccin-mocha.yml diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index b13c567..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,31 +0,0 @@ -# Colorscheme -import: -- ~/.config/alacritty/catppuccin-mocha.yml - -# Window settings -window: - opacity: 0.85 - padding: - x: 10 - y: 10 - -# Set font -font: - normal: - family: monospace # FiraCode Nerd Font Mono - style: Regular - bold: - style: Bold - italic: - style: Italic - bold_italic: - style: Bold Italic - size: 11 - offset: - x: 0 - y: 0 - -colors: - primary: - background: '0x14171d' - foreground: '0xc7c6c3' diff --git a/.config/alacritty/catppuccin-mocha.yml b/.config/alacritty/catppuccin-mocha.yml deleted file mode 100644 index 74ea60c..0000000 --- a/.config/alacritty/catppuccin-mocha.yml +++ /dev/null @@ -1,78 +0,0 @@ -colors: - primary: - background: "#1d1d2d" # base - foreground: "#CDD6F4" # text - # Bright and dim foreground colors - dim_foreground: "#CDD6F4" # text - bright_foreground: "#CDD6F4" # text - - # Cursor colors - cursor: - text: "#1E1E2E" # base - cursor: "#F5E0DC" # rosewater - vi_mode_cursor: - text: "#1E1E2E" # base - cursor: "#B4BEFE" # lavender - - # Search colors - search: - matches: - foreground: "#1E1E2E" # base - background: "#A6ADC8" # subtext0 - focused_match: - foreground: "#1E1E2E" # base - background: "#A6E3A1" # green - footer_bar: - foreground: "#1E1E2E" # base - background: "#A6ADC8" # subtext0 - - # Keyboard regex hints - hints: - start: - foreground: "#1E1E2E" # base - background: "#F9E2AF" # yellow - end: - foreground: "#1E1E2E" # base - background: "#A6ADC8" # subtext0 - - # Selection colors - selection: - text: "#1E1E2E" # base - background: "#F5E0DC" # rosewater - - # Normal colors - normal: - black: "#45475A" # surface1 - red: "#F38BA8" # red - green: "#A6E3A1" # green - yellow: "#F9E2AF" # yellow - blue: "#89B4FA" # blue - magenta: "#F5C2E7" # pink - cyan: "#94E2D5" # teal - white: "#BAC2DE" # subtext1 - - # Bright colors - bright: - black: "#585B70" # surface2 - red: "#F38BA8" # red - green: "#A6E3A1" # green - yellow: "#F9E2AF" # yellow - blue: "#89B4FA" # blue - magenta: "#F5C2E7" # pink - cyan: "#94E2D5" # teal - white: "#A6ADC8" # subtext0 - - # Dim colors - dim: - black: "#45475A" # surface1 - red: "#F38BA8" # red - green: "#A6E3A1" # green - yellow: "#F9E2AF" # yellow - blue: "#89B4FA" # blue - magenta: "#F5C2E7" # pink - cyan: "#94E2D5" # teal - white: "#BAC2DE" # subtext1 - - indexed_colors: - - { index: 16, color: "#FAB387" } - - { index: 17, color: "#F5E0DC" }