From 9bbdb5b63b693888f5a5bbb1c57a5a42928053bd Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 14 Jun 2024 16:41:51 +0200 Subject: Upgrade everything to 24.05 --- alacritty/alacritty.toml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 alacritty/alacritty.toml (limited to 'alacritty/alacritty.toml') diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml new file mode 100644 index 0000000..edef4a7 --- /dev/null +++ b/alacritty/alacritty.toml @@ -0,0 +1,43 @@ +# https://alacritty.org/config-alacritty.html + +import = [ "$HINTS_FILE" ] + +[window] +decorations = "None" + +[font] +normal = { family = "Source Code Pro", style = "Normal" } +size = 6.3 + +# Colors (PaperColor - Light) + +# Default colors +[colors.primary] +background = '#eeeeee' +foreground = '#444444' + +[colors.cursor] +text = '#eeeeee' +cursor = '#444444' + +# Normal colors +[colors.normal] +black = '#eeeeee' +red = '#af0000' +green = '#008700' +yellow = '#5f8700' +blue = '#0087af' +magenta = '#878787' +cyan = '#005f87' +white = '#444444' + +# Bright colors +[colors.bright] +black = '#bcbcbc' +red = '#d70000' +green = '#d70087' +yellow = '#8700af' +blue = '#d75f00' +magenta = '#d75f00' +cyan = '#005faf' +white = '#005f87' -- cgit v1.2.3