diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 776d4e4..6fd2ced 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -1,4 +1,4 @@ -import = ["/home/emilis/.config/alacritty/themes/xterm.toml"] +import = ["/home/emilis/.config/alacritty/themes/dark.toml"] live_config_reload = true [colors] diff --git a/alacritty/themes/dark.toml b/alacritty/themes/dark.toml new file mode 100644 index 0000000..26a6e14 --- /dev/null +++ b/alacritty/themes/dark.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x7f7f7f" +blue = "0x79c0ff" +cyan = "0x39c5cf" +green = "0x79c0ff" +magenta = "0xbc8cff" +red = "0xfdac54" +white = "0xb1bac4" +yellow = "0xe3b341" + +[colors.cursor] +cursor = "0xc9d1d9" +text = "0x0d1117" + +[colors.normal] +black = "0x000000" +blue = "0x58a6ff" +cyan = "0x39c5cf" +green = "0x58a6ff" +magenta = "0xbc8cff" +red = "0xec8e2c" +white = "0xb1bac4" +yellow = "0xd29922" + +[colors.primary] +background = "0x000000" +foreground = "0xffffff"