diff --git a/.config/alacritty/theme.toml b/.config/alacritty/theme.toml new file mode 100644 index 0000000..aecc253 --- /dev/null +++ b/.config/alacritty/theme.toml @@ -0,0 +1,31 @@ +[colors.primary] +background = '#1e1e2e' +foreground = '#cdd6f4' + +[colors.selection] +text = '#cdd6f4' +background = '#55307f' + +[colors.cursor] +text = '#1e1e2e' +cursor = '#cba6f7' + +[colors.normal] +black = '#181825' +red = '#ff728c' +green = '#7bf797' +yellow = '#ffdb72' +blue = '#b88eea' +magenta = '#9b72cf' +cyan = '#cba6f7' +white = '#f6efff' + +[colors.bright] +black = '#9994a0' +red = '#ff9fb1' +green = '#a5ffba' +yellow = '#ffe8a5' +blue = '#d8b7ff' +magenta = '#dfc4ff' +cyan = '#ead9ff' +white = '#fbf8ff' \ No newline at end of file