aboutsummaryrefslogtreecommitdiff
path: root/.alacritty.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-02-18 01:03:55 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-02-18 01:03:55 +0100
commit5c589088e912fb7b5bb515e0dad9f2e2bdf105a3 (patch)
treebcc07b6dbac400df42637e72b89271a2c0ca61e9 /.alacritty.toml
parent2eaa1082f767940a82f85fddb5e77bf5fa943ff4 (diff)
downloaddotfiles-5c589088e912fb7b5bb515e0dad9f2e2bdf105a3.tar.gz
Update
Diffstat (limited to '.alacritty.toml')
-rw-r--r--.alacritty.toml38
1 files changed, 38 insertions, 0 deletions
diff --git a/.alacritty.toml b/.alacritty.toml
new file mode 100644
index 0000000..2fabff4
--- /dev/null
+++ b/.alacritty.toml
@@ -0,0 +1,38 @@
1[general]
2live_config_reload = true
3
4[window]
5dynamic_title = true
6dimensions = { columns = 140, lines = 70 }
7
8[font]
9normal = { family = "Berkeley Mono", style = "Bold" }
10size = 10
11
12[colors.primary]
13background = '#000000'
14foreground = '#ffffff'
15
16[colors.cursor]
17text = '#000000'
18cursor = '#ffffff'
19
20[colors.normal]
21black = '#0e1415'
22red = '#e25d56'
23green = '#73ca50'
24yellow = '#e9bf57'
25blue = '#4a88e4'
26magenta = '#915caf'
27cyan = '#23acdd'
28white = '#f0f0f0'
29
30[colors.bright]
31black = '#777777'
32red = '#f36868'
33green = '#88db3f'
34yellow = '#f0bf7a'
35blue = '#6f8fdb'
36magenta = '#e987e9'
37cyan = '#4ac9e2'
38white = '#ffffff'