diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-12 22:14:29 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-12 22:14:29 +0200 |
commit | 8143e5620c17ae540c94c60e67e8c62290c35cc5 (patch) | |
tree | 0776ea3e89efe5a22b967407b1f4c04347cbc65a /linux/alacritty/afterglow.toml | |
parent | 18ff4dc75ecf3a19b50416f6229420bf6b97f863 (diff) | |
download | dotfiles-8143e5620c17ae540c94c60e67e8c62290c35cc5.tar.gz dotfiles-8143e5620c17ae540c94c60e67e8c62290c35cc5.zip |
alacritty migrate
Diffstat (limited to 'linux/alacritty/afterglow.toml')
-rw-r--r-- | linux/alacritty/afterglow.toml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/linux/alacritty/afterglow.toml b/linux/alacritty/afterglow.toml new file mode 100644 index 0000000..8064fca --- /dev/null +++ b/linux/alacritty/afterglow.toml @@ -0,0 +1,41 @@ +[colors.bright] +black = "#636363" +blue = "#7eaac7" +cyan = "#86d3ce" +green = "#909d63" +magenta = "#aa6292" +red = "#bc5653" +white = "#f7f7f7" +yellow = "#ebc17a" + +[colors.cursor] +cursor = "#d9d9d9" +text = "#2c2c2c" + +[colors.dim] +black = "#232323" +blue = "#556b79" +cyan = "#5c8482" +green = "#5e6547" +magenta = "#6e4962" +red = "#74423f" +white = "#828282" +yellow = "#8b7653" + +[colors.normal] +black = "#1c1c1c" +blue = "#7eaac7" +cyan = "#86d3ce" +green = "#909d63" +magenta = "#aa6292" +red = "#bc5653" +white = "#cacaca" +yellow = "#ebc17a" + +[colors.primary] +background = "#2c2c2c" +bright_background = "#3a3a3a" +bright_foreground = "#d9d9d9" +dim_background = "#202020" +dim_foreground = "#dbdbdb" +foreground = "#d6d6d6" |