diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-23 02:25:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-23 02:25:45 +0900 |
| commit | 6a12ffb22419f72b609739403a7b461cc75adcf2 (patch) | |
| tree | 90104a420d413bbeb9ff8a93ffef19c04e3f5089 | |
| parent | ea7780d72eaf9566bd6468c298959d9d4b6db3a3 (diff) | |
| download | dotfiles-6a12ffb22419f72b609739403a7b461cc75adcf2.tar.gz dotfiles-6a12ffb22419f72b609739403a7b461cc75adcf2.tar.zst dotfiles-6a12ffb22419f72b609739403a7b461cc75adcf2.zip | |
alacritty: use default colorscheme
| -rw-r--r-- | .config/alacritty/alacritty.common.toml | 32 |
1 files changed, 0 insertions, 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 |
