From 58fd7e503c910dc28ac305e2cd20f09bf1f91ca5 Mon Sep 17 00:00:00 2001 From: Tovi Jaeschke-Rogers Date: Tue, 24 Jun 2025 15:45:18 +0930 Subject: [PATCH] fix: remove alacritty config --- .config/alacritty/alacritty.toml | 32 -------- .config/alacritty/themes/ayu_dark.toml | 28 ------- .../alacritty/themes/catppuccin-mocha.toml | 75 ------------------- .config/alacritty/themes/flow.toml | 67 ----------------- .config/alacritty/themes/gruvbox_dark.toml | 30 -------- .config/alacritty/themes/kanagawa_dragon.toml | 38 ---------- .config/alacritty/themes/kanagawa_wave.toml | 38 ---------- .config/alacritty/themes/tokyo-night.toml | 29 ------- 8 files changed, 337 deletions(-) delete mode 100644 .config/alacritty/alacritty.toml delete mode 100644 .config/alacritty/themes/ayu_dark.toml delete mode 100644 .config/alacritty/themes/catppuccin-mocha.toml delete mode 100644 .config/alacritty/themes/flow.toml delete mode 100644 .config/alacritty/themes/gruvbox_dark.toml delete mode 100644 .config/alacritty/themes/kanagawa_dragon.toml delete mode 100644 .config/alacritty/themes/kanagawa_wave.toml delete mode 100644 .config/alacritty/themes/tokyo-night.toml diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml deleted file mode 100644 index f3b966c..0000000 --- a/.config/alacritty/alacritty.toml +++ /dev/null @@ -1,32 +0,0 @@ - -[env] -TERM = "xterm-256color" - -[font] -size = 10 - -[font.bold] -family = "JetBrains Mono Nerd Font" -style = "Bold" - -[font.bold_italic] -family = "JetBrains Mono Nerd Font" -style = "Bold Italic" - -[font.italic] -family = "JetBrains Mono Nerd Font" -style = "Italic" - -[font.normal] -family = "JetBrains Mono Nerd Font" -style = "Regular" - -[[keyboard.bindings]] -action = "SpawnNewInstance" -key = "Return" -mods = "Control|Shift" - -[general] -import = [ - "~/.config/alacritty/themes/kanagawa_wave.toml" -] diff --git a/.config/alacritty/themes/ayu_dark.toml b/.config/alacritty/themes/ayu_dark.toml deleted file mode 100644 index a2ea740..0000000 --- a/.config/alacritty/themes/ayu_dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Dark) - -# Default colors -[colors.primary] -background = '#0A0E14' -foreground = '#B3B1AD' - -# Normal colors -[colors.normal] -black = '#01060E' -red = '#EA6C73' -green = '#91B362' -yellow = '#F9AF4F' -blue = '#53BDFA' -magenta = '#FAE994' -cyan = '#90E1C6' -white = '#C7C7C7' - -# Bright colors -[colors.bright] -black = '#686868' -red = '#F07178' -green = '#C2D94C' -yellow = '#FFB454' -blue = '#59C2FF' -magenta = '#FFEE99' -cyan = '#95E6CB' -white = '#FFFFFF' diff --git a/.config/alacritty/themes/catppuccin-mocha.toml b/.config/alacritty/themes/catppuccin-mocha.toml deleted file mode 100644 index 08a7e3a..0000000 --- a/.config/alacritty/themes/catppuccin-mocha.toml +++ /dev/null @@ -1,75 +0,0 @@ -[colors.primary] -background = "#1e1e2e" -foreground = "#cdd6f4" -dim_foreground = "#7f849c" -bright_foreground = "#cdd6f4" - -[colors.cursor] -text = "#1e1e2e" -cursor = "#f5e0dc" - -[colors.vi_mode_cursor] -text = "#1e1e2e" -cursor = "#b4befe" - -[colors.search.matches] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.search.focused_match] -foreground = "#1e1e2e" -background = "#a6e3a1" - -[colors.footer_bar] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.hints.start] -foreground = "#1e1e2e" -background = "#f9e2af" - -[colors.hints.end] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.selection] -text = "#1e1e2e" -background = "#f5e0dc" - -[colors.normal] -black = "#45475a" -red = "#f38ba8" -green = "#a6e3a1" -yellow = "#f9e2af" -blue = "#89b4fa" -magenta = "#f5c2e7" -cyan = "#94e2d5" -white = "#bac2de" - -[colors.bright] -black = "#585b70" -red = "#f38ba8" -green = "#a6e3a1" -yellow = "#f9e2af" -blue = "#89b4fa" -magenta = "#f5c2e7" -cyan = "#94e2d5" -white = "#a6adc8" - -[colors.dim] -black = "#45475a" -red = "#f38ba8" -green = "#a6e3a1" -yellow = "#f9e2af" -blue = "#89b4fa" -magenta = "#f5c2e7" -cyan = "#94e2d5" -white = "#bac2de" - -[[colors.indexed_colors]] -index = 16 -color = "#fab387" - -[[colors.indexed_colors]] -index = 17 -color = "#f5e0dc" \ No newline at end of file diff --git a/.config/alacritty/themes/flow.toml b/.config/alacritty/themes/flow.toml deleted file mode 100644 index 5755f35..0000000 --- a/.config/alacritty/themes/flow.toml +++ /dev/null @@ -1,67 +0,0 @@ -# Flow colorscheme | Alacritty -# https://github.com/0xstepit/flow.nvim - -# Black and white -[colors.primary] -background = '#1B2228' -foreground = '#B2C1CC' - -# Normal colors -[colors.normal] -black = '#0D0D0D' -red = '#F07580' -green = '#80F075' -yellow = '#F0E575' -blue = '#75BDF0' -magenta = '#A875F0' -cyan = '#75F0E6' -white = '#F2F2F2' - -# Bright colors -[colors.bright] -black = '#0D0D0D' -red = '#F07580' -green = '#80F075' -yellow = '#F0E575' -blue = '#75BDF0' -magenta = '#A875F0' -cyan = '#75F0E6' -white = '#F2F2F2' - -# Search colors -[colors.search.matches] -foreground = '#FF007C' -background = '#0D0D0D' - -[colors.search.focused_match] -foreground = '#0D0D0D' -background = '#FF007C' - -# Selection colors -[colors.selection] -background = '#FF007C' -text = '#0D0D0D' - -# Cursors -# If you don't want to override original behavior, which is nice, -# remove [colors.cursor] and [colors.vi_mode_cursor]. -[colors.cursor] -cursor = '#FF007C' -text = '#0D0D0D' - -[colors.vi_mode_cursor] -cursor = '#FF007C' -text = '#0D0D0D' - -[colors.footer_bar] -foreground = '#FF007C' -background = '#0D0D0D' - -[[colors.indexed_colors]] -index = 93 -color = '#A875F0' - -# Fluo Colors -[[colors.indexed_colors]] -index = 198 -color = '#FF007C' diff --git a/.config/alacritty/themes/gruvbox_dark.toml b/.config/alacritty/themes/gruvbox_dark.toml deleted file mode 100644 index d2845cd..0000000 --- a/.config/alacritty/themes/gruvbox_dark.toml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox dark) - -# Default colors -[colors.primary] -# hard contrast background = = '#1d2021' -background = '#282828' -# soft contrast background = = '#32302f' -foreground = '#ebdbb2' - -# Normal colors -[colors.normal] -black = '#282828' -red = '#cc241d' -green = '#98971a' -yellow = '#d79921' -blue = '#458588' -magenta = '#b16286' -cyan = '#689d6a' -white = '#a89984' - -# Bright colors -[colors.bright] -black = '#928374' -red = '#fb4934' -green = '#b8bb26' -yellow = '#fabd2f' -blue = '#83a598' -magenta = '#d3869b' -cyan = '#8ec07c' -white = '#ebdbb2' diff --git a/.config/alacritty/themes/kanagawa_dragon.toml b/.config/alacritty/themes/kanagawa_dragon.toml deleted file mode 100644 index a3dc784..0000000 --- a/.config/alacritty/themes/kanagawa_dragon.toml +++ /dev/null @@ -1,38 +0,0 @@ -# Colors (Kanagawa Dragon) -# Source https//github.com/rebelot/kanagawa.nvim - -[colors.primary] -background = '#181616' -foreground = '#c5c9c5' - -[colors.normal] -black = '#0d0c0c' -blue = '#8ba4b0' -cyan = '#8ea4a2' -green = '#8a9a7b' -magenta = '#a292a3' -red = '#c4746e' -white = '#C8C093' -yellow = '#c4b28a' - -[colors.bright] -black = '#a6a69c' -blue = '#7FB4CA' -cyan = '#7AA89F' -green = '#87a987' -magenta = '#938AA9' -red = '#E46876' -white = '#c5c9c5' -yellow = '#E6C384' - -[colors.selection] -background = '#2d4f67' -foreground = '#c8c093' - -[[colors.indexed_colors]] -index = 16 -color = '#ffa066' - -[[colors.indexed_colors]] -index = 17 -color = '#ff5d62' diff --git a/.config/alacritty/themes/kanagawa_wave.toml b/.config/alacritty/themes/kanagawa_wave.toml deleted file mode 100644 index 73ae8fb..0000000 --- a/.config/alacritty/themes/kanagawa_wave.toml +++ /dev/null @@ -1,38 +0,0 @@ -# Colors (Kanagawa Wave) -# Source https//github.com/rebelot/kanagawa.nvim - -[colors.primary] -background = '#1f1f28' -foreground = '#dcd7ba' - -[colors.normal] -black = '#090618' -red = '#c34043' -green = '#76946a' -yellow = '#c0a36e' -blue = '#7e9cd8' -magenta = '#957fb8' -cyan = '#6a9589' -white = '#c8c093' - -[colors.bright] -black = '#727169' -red = '#e82424' -green = '#98bb6c' -yellow = '#e6c384' -blue = '#7fb4ca' -magenta = '#938aa9' -cyan = '#7aa89f' -white = '#dcd7ba' - -[colors.selection] -background = '#2d4f67' -foreground = '#c8c093' - -[[colors.indexed_colors]] -index = 16 -color = '#ffa066' - -[[colors.indexed_colors]] -index = 17 -color = '#ff5d62' diff --git a/.config/alacritty/themes/tokyo-night.toml b/.config/alacritty/themes/tokyo-night.toml deleted file mode 100644 index 0642a90..0000000 --- a/.config/alacritty/themes/tokyo-night.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night) -# Source https//github.com/zatchheems/tokyo-night-alacritty-theme - -# Default colors -[colors.primary] -background = '#1a1b26' -foreground = '#a9b1d6' - -# Normal colors -[colors.normal] -black = '#32344a' -red = '#f7768e' -green = '#9ece6a' -yellow = '#e0af68' -blue = '#7aa2f7' -magenta = '#ad8ee6' -cyan = '#449dab' -white = '#787c99' - -# Bright colors -[colors.bright] -black = '#444b6a' -red = '#ff7a93' -green = '#b9f27c' -yellow = '#ff9e64' -blue = '#7da6ff' -magenta = '#bb9af7' -cyan = '#0db9d7' -white = '#acb0d0'