From a027f95d5105ee4c05c604dfd9549faf288b936c Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Thu, 7 May 2026 09:33:21 +0200 Subject: [PATCH] Remove tracked file now covered by .gitignore --- config/alacritty/dank-theme.toml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 config/alacritty/dank-theme.toml diff --git a/config/alacritty/dank-theme.toml b/config/alacritty/dank-theme.toml deleted file mode 100644 index 69537df..0000000 --- a/config/alacritty/dank-theme.toml +++ /dev/null @@ -1,31 +0,0 @@ -[colors.primary] -background = '#131412' -foreground = '#e4e2df' - -[colors.selection] -text = '#e4e2df' -background = '#404a3b' - -[colors.cursor] -text = '#131412' -cursor = '#bfcab7' - -[colors.normal] -black = '#131412' -red = '#e88068' -green = '#6bca65' -yellow = '#fcea71' -blue = '#b3bfaa' -magenta = '#545d4d' -cyan = '#bfcab7' -white = '#ccd4c7' - -[colors.bright] -black = '#7d8379' -red = '#ffb19f' -green = '#a2f29d' -yellow = '#fff3a5' -blue = '#d3decc' -magenta = '#f5ffee' -cyan = '#f8fff4' -white = '#fbfff8'