summaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2024-01-09 14:03:16 +0100
committertslil clingman <tslil@posteo.de>2024-01-09 14:03:16 +0100
commit50e4b5ce6ea77b3044ad32a74cf64ca5478fbd36 (patch)
tree1412f9ffdeee234c02bb905dc486e315191e0663 /alacritty
parent0d06e17c67ad417b4ff265c6b8e00383e87e6a60 (diff)
[alacritty] use on desktop
not used on laptop because less power efficient
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/alacritty.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
new file mode 100644
index 0000000..3862026
--- /dev/null
+++ b/alacritty/alacritty.toml
@@ -0,0 +1,23 @@
+import = [
+ "~/.config/alacritty/themes/themes/challenger_deep.toml"
+]
+
+
+[font]
+size = 23.0
+
+[font.bold]
+family = "Berkeley Mono"
+style = "Bold"
+
+[font.bold_italic]
+family = "Berkeley Mono"
+style = "Bold Italic"
+
+[font.italic]
+family = "Berkeley Mono"
+style = "Italic"
+
+[font.normal]
+family = "Berkeley Mono"
+style = "Regular"