summaryrefslogtreecommitdiff
path: root/alacritty/alacritty.toml
diff options
context:
space:
mode:
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'