diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index e8225c2..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,27 +0,0 @@ -font: - normal: - family: Iosevka - style: Regular - - bold: - family: Iosevka - style: Bold - - italic: - family: Iosevka - style: Italic - - bold_italic: - family: Iosevka - style: Bold Italic - - size: 11 - -import: - - ~/.config/alacritty/ayu-mirage.yml - -key_bindings: - - { key: Return, mods: Control|Shift, action: SpawnNewInstance } - - { key: K, mods: Control|Shift, action: IncreaseFontSize } - - { key: J, mods: Control|Shift, action: DecreaseFontSize } - - { key: U, mods: Control|Shift, action: ResetFontSize } diff --git a/.config/alacritty/ayu-mirage.yml b/.config/alacritty/ayu-mirage.yml deleted file mode 100644 index 7c59efb..0000000 --- a/.config/alacritty/ayu-mirage.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Mirage) -colors: - # Default colors - primary: - background: '#202734' - foreground: '#CBCCC6' - - # Normal colors - normal: - black: '#191E2A' - red: '#FF3333' - green: '#BAE67E' - yellow: '#FFA759' - blue: '#73D0FF' - magenta: '#FFD580' - cyan: '#95E6CB' - white: '#C7C7C7' - - # Bright colors - bright: - black: '#686868' - red: '#F27983' - green: '#A6CC70' - yellow: '#FFCC66' - blue: '#5CCFE6' - magenta: '#FFEE99' - cyan: '#95E6CB' - white: '#FFFFFF' diff --git a/.config/alacritty/catppuccin.yml b/.config/alacritty/catppuccin.yml deleted file mode 100644 index 8e3c311..0000000 --- a/.config/alacritty/catppuccin.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Catppuccin! -colors: - # Default colors - primary: - background: '0x1E1D2F' - foreground: '0xD9E0EE' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x1E1D2F' - cursor: '0xF5E0DC' - - # Normal colors - normal: - black: '0x6E6C7E' - red: '0xF28FAD' - green: '0xABE9B3' - yellow: '0xFAE3B0' - blue: '0x96CDFB' - magenta: '0xF5C2E7' - cyan: '0x89DCEB' - white: '0xD9E0EE' - - # Bright colors - bright: - black: '0x988BA2' - red: '0xF28FAD' - green: '0xABE9B3' - yellow: '0xFAE3B0' - blue: '0x96CDFB' - magenta: '0xF5C2E7' - cyan: '0x89DCEB' - white: '0xD9E0EE' - - indexed_colors: - - { index: 16, color: '0xF8BD96' } - - { index: 17, color: '0xF5E0DC' }