diff --git a/home/dot_config/alacritty/onedarkpro.toml b/home/dot_config/alacritty/onedarkpro.toml deleted file mode 100644 index 3ac1a8d..0000000 --- a/home/dot_config/alacritty/onedarkpro.toml +++ /dev/null @@ -1,33 +0,0 @@ -[colors] - -[colors.bright] -black = "#1a1a1a" -blue = "#8fc6f4" -cyan = "#4bced8" -green = "#a9d89d" -magenta = "#e089e7" -red = "#f38897" -white = "#c8cdd5" -yellow = "#edd4a6" - -[colors.cursor] -cursor = "CellForeground" -text = "CellBackground" - -[colors.normal] -black = "#000000" -blue = "#61afef" -cyan = "#2bbac5" -green = "#89ca78" -magenta = "#d55fde" -red = "#ef596f" -white = "#abb2bf" -yellow = "#e5c07b" - -[colors.primary] -background = "#000000" -foreground = "#abb2bf" - -[colors.selection] -background = "#434852" -text = "CellForeground"