aboutsummaryrefslogtreecommitdiff
path: root/alacritty.light.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.light.toml')
-rw-r--r--alacritty.light.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/alacritty.light.toml b/alacritty.light.toml
new file mode 100644
index 0000000..7622d20
--- /dev/null
+++ b/alacritty.light.toml
@@ -0,0 +1,31 @@
1[colors.primary]
2background = "#FFFFFF"
3foreground = "#1A1A1A"
4
5[colors.cursor]
6text = "#FFFFFF"
7cursor = "#1A1A1A"
8
9[colors.selection]
10text = "#1A1A1A"
11background = "#E5E5E5"
12
13[colors.normal]
14black = "#000000"
15red = "#CC0000"
16green = "#008800"
17yellow = "#AA8800"
18blue = "#0033CC"
19magenta = "#880088"
20cyan = "#008888"
21white = "#E6E6E6"
22
23[colors.bright]
24black = "#666666"
25red = "#FF3333"
26green = "#22AA22"
27yellow = "#E6B800"
28blue = "#3366FF"
29magenta = "#CC33CC"
30cyan = "#33CCCC"
31white = "#FFFFFF"