aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.config/alacritty/alacritty.common.toml32
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