From 6a12ffb22419f72b609739403a7b461cc75adcf2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 23 Jul 2024 02:25:27 +0900 Subject: alacritty: use default colorscheme --- .config/alacritty/alacritty.common.toml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.config/alacritty/alacritty.common.toml b/.config/alacritty/alacritty.common.toml index 9f3fccc..5821061 100644 --- a/.config/alacritty/alacritty.common.toml +++ b/.config/alacritty/alacritty.common.toml @@ -1,38 +1,6 @@ [colors] transparent_background_colors = true -[colors.bright] -black = "#002833" -blue = "#839495" -cyan = "#93a0a1" -green = "#586d74" -magenta = "#6c6ec6" -red = "#cb3a16" -white = "#fdf6e3" -yellow = "#657b82" - -[colors.cursor] -cursor = "#b1b1c8" -text = "#100f1f" - -[colors.normal] -black = "#003440" -blue = "#268ad2" -cyan = "#2aa197" -green = "#859901" -magenta = "#d33582" -red = "#dc321e" -white = "#eee8d5" -yellow = "#b58900" - -[colors.primary] -background = "#101020" -foreground = "#b1b1c8" - -[colors.selection] -background = "#1f1f2f" -text = "CellForeground" - [font] size = 16.0 -- cgit v1.2.3-70-g09d2