diff options
Diffstat (limited to 'alacritty.light.toml')
| -rw-r--r-- | alacritty.light.toml | 31 |
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] | ||
| 2 | background = "#FFFFFF" | ||
| 3 | foreground = "#1A1A1A" | ||
| 4 | |||
| 5 | [colors.cursor] | ||
| 6 | text = "#FFFFFF" | ||
| 7 | cursor = "#1A1A1A" | ||
| 8 | |||
| 9 | [colors.selection] | ||
| 10 | text = "#1A1A1A" | ||
| 11 | background = "#E5E5E5" | ||
| 12 | |||
| 13 | [colors.normal] | ||
| 14 | black = "#000000" | ||
| 15 | red = "#CC0000" | ||
| 16 | green = "#008800" | ||
| 17 | yellow = "#AA8800" | ||
| 18 | blue = "#0033CC" | ||
| 19 | magenta = "#880088" | ||
| 20 | cyan = "#008888" | ||
| 21 | white = "#E6E6E6" | ||
| 22 | |||
| 23 | [colors.bright] | ||
| 24 | black = "#666666" | ||
| 25 | red = "#FF3333" | ||
| 26 | green = "#22AA22" | ||
| 27 | yellow = "#E6B800" | ||
| 28 | blue = "#3366FF" | ||
| 29 | magenta = "#CC33CC" | ||
| 30 | cyan = "#33CCCC" | ||
| 31 | white = "#FFFFFF" | ||
