commit 1157093adc052a78b4f0ded738f4eb976b9d3667
parent ca0817d61b266df76b6d7d39090448aa059cd7e0
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Tue,  4 Jan 2022 17:07:36 +0100

Add bright colors to terminal emulator

Diffstat:
M.config/alacritty/alacritty.yml | 18+++++++++---------
MREADME.md | 21+++++++++++----------
2 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml @@ -211,15 +211,15 @@ colors: white: '#ffffff' # Bright colors - #bright: - # black: '#666666' - # red: '#d54e53' - # green: '#b9ca4a' - # yellow: '#e7c547' - # blue: '#7aa6da' - # magenta: '#c397d8' - # cyan: '#70c0b1' - # white: '#eaeaea' + bright: + black: '#5c6370' + red: '#e06c75' + green: '#98c379' + yellow: '#e5c07b' + blue: '#61afef' + magenta: '#c678dd' + cyan: '#56b6c2' + white: '#ffffff' # Dim colors # diff --git a/README.md b/README.md @@ -7,16 +7,17 @@ This directory hosts some of my dotfiles. The colors used on most places are based on the vim onedark theme. They are the following: -| Color code | Color | Color number | -| :--------- | :------ | :----------- | -| 30 | black | #282c34 | -| 31 | red | #e06c75 | -| 32 | green | #98c379 | -| 33 | yellow | #e5c07b | -| 34 | blue | #61afef | -| 35 | magenta | #c678dd | -| 36 | cyan | #56b6c2 | -| 37 | white | #ffffff | +| Color | Color number | +| :------ | :----------- | +| black | #282c34 | +| red | #e06c75 | +| green | #98c379 | +| yellow | #e5c07b | +| blue | #61afef | +| magenta | #c678dd | +| cyan | #56b6c2 | +| white | #ffffff | +| bright black | #5c6370 | ## Working with this repository