diff --git a/private_dot_config/alacritty/private_colors.toml b/private_dot_config/alacritty/private_colors.toml deleted file mode 100644 index 0121969..0000000 --- a/private_dot_config/alacritty/private_colors.toml +++ /dev/null @@ -1,68 +0,0 @@ -[colors.primary] -background = '#0f1416' -foreground = '#dee3e5' - -[colors.cursor] -text = '#dee3e5' -cursor = '#bfc8cb' - -[colors.vi_mode_cursor] -text = '#0f1416' -cursor = '#84d2e5' - -[colors.search.matches] -foreground = '#3f484b' -background = '#bdc5eb' - -[colors.search.focused_match] -foreground = '#3f484b' -background = '#84d2e5' - -[colors.footer_bar] -foreground = '#3f484b' -background = '#dee3e5' - -[colors.hints.start] -foreground = '#3f484b' -background = '#b2cbd2' - -[colors.hints.end] -foreground = '#3f484b' -background = '#b2cbd2' - -[colors.selection] -text = '#0f1416' -background = '#84d2e5' - - -[colors.normal] -black = '#181818' -red = '#ffb4ab' -green = '#84d2e5' -yellow = '#006878' -blue = '#84d2e5' -magenta = '#bdc5eb' -cyan = '#b2cbd2' -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'