aboutsummaryrefslogtreecommitdiff
path: root/.alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to '.alacritty.toml')
-rw-r--r--.alacritty.toml38
1 files changed, 0 insertions, 38 deletions
diff --git a/.alacritty.toml b/.alacritty.toml
deleted file mode 100644
index dd2ce1d..0000000
--- a/.alacritty.toml
+++ /dev/null
@@ -1,38 +0,0 @@
1[general]
2live_config_reload = true
3
4[window]
5dynamic_title = true
6dimensions = { columns = 140, lines = 50 }
7
8[font]
9normal = { family = "Berkeley Mono", style = "Bold" }
10size = 9
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'