diff --git a/config/alacritty/common.toml b/config/alacritty/common.toml index 13e77112..d2887701 100644 --- a/config/alacritty/common.toml +++ b/config/alacritty/common.toml @@ -1,34 +1,4 @@ -[colors.bright] -black = "#6b7089" -blue = "#91acd1" -cyan = "#95c4ce" -green = "#c0ca8e" -magenta = "#ada0d3" -red = "#e98989" -white = "#d2d4de" -yellow = "#e9b189" - -[colors.cursor] -cursor = "#c6c8d1" -text = "#161821" - -[colors.normal] -black = "#1e2132" -blue = "#84a0c6" -cyan = "#89b8c2" -green = "#b4be82" -magenta = "#a093c7" -red = "#e27878" -white = "#c6c8d1" -yellow = "#e2a478" - -[colors.primary] -background = "#161821" -foreground = "#c6c8d1" - -[colors.selection] -background = "#c6c8d1" -text = "#161821" +import = ["~/.config/alacritty/iceberg-dark.toml"] [font.normal] family = "PlemolJP Console NF" diff --git a/config/alacritty/iceberg-dark.toml b/config/alacritty/iceberg-dark.toml new file mode 100644 index 00000000..b45be4fc --- /dev/null +++ b/config/alacritty/iceberg-dark.toml @@ -0,0 +1,33 @@ +# https://github.com/mbadolato/iTerm2-Color-Schemes/blob/64184d90e6377dd5dc3902057aff867ad8750bed/alacritty/iceberg-dark.yml#L4 + +[colors.bright] +black = "#6b7089" +blue = "#91acd1" +cyan = "#95c4ce" +green = "#c0ca8e" +magenta = "#ada0d3" +red = "#e98989" +white = "#d2d4de" +yellow = "#e9b189" + +[colors.cursor] +cursor = "#c6c8d1" +text = "#161821" + +[colors.normal] +black = "#1e2132" +blue = "#84a0c6" +cyan = "#89b8c2" +green = "#b4be82" +magenta = "#a093c7" +red = "#e27878" +white = "#c6c8d1" +yellow = "#e2a478" + +[colors.primary] +background = "#161821" +foreground = "#c6c8d1" + +[colors.selection] +background = "#c6c8d1" +text = "#161821"