summaryrefslogtreecommitdiff
path: root/alacritty/alacritty.toml
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-06-14 16:41:51 +0200
committerBrian Picciano <me@mediocregopher.com>2024-06-14 16:41:51 +0200
commit9bbdb5b63b693888f5a5bbb1c57a5a42928053bd (patch)
treef6da4dd9b130633a964dd7f9f4af54d2978e008d /alacritty/alacritty.toml
parent0856b53afe74619a072e3753442ff05aa94291ee (diff)
Upgrade everything to 24.05
Diffstat (limited to 'alacritty/alacritty.toml')
-rw-r--r--alacritty/alacritty.toml43
1 files changed, 43 insertions, 0 deletions
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'