diff --git a/private_dot_config/alacritty/private_alacritty.toml b/private_dot_config/alacritty/private_alacritty.toml new file mode 100644 index 0000000..8ed9b84 --- /dev/null +++ b/private_dot_config/alacritty/private_alacritty.toml @@ -0,0 +1,2 @@ +[general] +import = ["colors.toml"] diff --git a/private_dot_config/alacritty/private_colors.toml b/private_dot_config/alacritty/private_colors.toml new file mode 100644 index 0000000..6ce558a --- /dev/null +++ b/private_dot_config/alacritty/private_colors.toml @@ -0,0 +1,68 @@ +[colors.primary] +background = '#0f1417' +foreground = '#dfe3e7' + +[colors.cursor] +text = '#dfe3e7' +cursor = '#c0c8cd' + +[colors.vi_mode_cursor] +text = '#0f1417' +cursor = '#8bd0f0' + +[colors.search.matches] +foreground = '#40484c' +background = '#c7c2ea' + +[colors.search.focused_match] +foreground = '#40484c' +background = '#8bd0f0' + +[colors.footer_bar] +foreground = '#40484c' +background = '#dfe3e7' + +[colors.hints.start] +foreground = '#40484c' +background = '#b4cad6' + +[colors.hints.end] +foreground = '#40484c' +background = '#b4cad6' + +[colors.selection] +text = '#0f1417' +background = '#8bd0f0' + + +[colors.normal] +black = '#181818' +red = '#ffb4ab' +green = '#8bd0f0' +yellow = '#136682' +blue = '#8bd0f0' +magenta = '#c7c2ea' +cyan = '#b4cad6' +white = '#BAC2DE' + + +[colors.bright] +black = '#585B70' +red = '#F38BA8' +green = '#A6E3A1' +yellow = '#F9E2AF' +blue = '#89B4FA' +magenta = '#F5C2E7' +cyan = '#94E2D5' +white = '#A6ADC8' + + +[colors.dim] +black = '#45475A' +red = '#F38BA8' +green = '#A6E3A1' +yellow = '#F9E2AF' +blue = '#89B4FA' +magenta = '#F5C2E7' +cyan = '#94E2D5' +white = '#BAC2DE'