diff options
| author | Blista Kanjo | 2021-10-11 03:09:49 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-11 03:09:49 -0400 |
| commit | dff56b6ed08a3930c62741ffcf673787e5c94ec7 (patch) | |
| tree | 1f6aa74a94223f95dd8debfa55a2de7ca517d996 | |
| parent | 583d50a708d0173067ff66f3bdaca2e1aecd692c (diff) | |
changed alacritty color scheme to a more readable one
| -rw-r--r-- | alacritty.yml | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/alacritty.yml b/alacritty.yml index b00021e..fcdd54d 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -857,35 +857,37 @@ key_bindings: # Custom Colors and Configs from the internet # ############################################### -# Colors (Tokyo Night) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme +# Colors (Hyper) colors: # Default colors primary: - background: '0x1a1b26' - foreground: '0xa9b1d6' + background: '0x000000' + foreground: '0xffffff' + cursor: + text: '0xF81CE5' + cursor: '0xffffff' # Normal colors normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x787c99' + black: '0x000000' + red: '0xfe0100' + green: '0x33ff00' + yellow: '0xfeff00' + blue: '0x0066ff' + magenta: '0xcc00ff' + cyan: '0x00ffff' + white: '0xd0d0d0' # Bright colors bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' + black: '0x808080' + red: '0xfe0100' + green: '0x33ff00' + yellow: '0xfeff00' + blue: '0x0066ff' + magenta: '0xcc00ff' + cyan: '0x00ffff' + white: '0xFFFFFF' # Cursor colors |
