Add this to ~/.config/alacritty/alacritty.yml
colors:
primary:
background: "0x2c2e34"| scheme: "Everforest dark, hard" | |
| author: "Sainnhe Park ([email protected])" | |
| base00: "2b3339" # Default Background | |
| base01: "323c41" # Lighter Background (Used for status bars, line number and folding marks) | |
| base02: "503946" # Selection Background | |
| base03: "868d80" # Comments, Invisibles, Line Highlighting | |
| base04: "d3c6aa" # Dark Foreground (Used for status bars) | |
| base05: "d3c6aa" # Default Foreground, Caret, Delimiters, Operators | |
| base06: "e9e8d2" # Light Foreground (Not often used) |
| # The definition of color schemes. | |
| schemes: | |
| gruvbox_material_hard_dark: &gruvbox_material_hard_dark | |
| primary: | |
| background: '0x1d2021' | |
| foreground: '0xd4be98' | |
| normal: | |
| black: '0x32302f' | |
| red: '0xea6962' | |
| green: '0xa9b665' |
| { | |
| "background" : "#1d2021", | |
| "black" : "#665C54", | |
| "blue" : "#7DAEA3", | |
| "brightBlack" : "#928374", | |
| "brightBlue" : "#7DAEA3", | |
| "brightCyan" : "#89B482", | |
| "brightGreen" : "#A9B665", | |
| "brightPurple" : "#D3869B", | |
| "brightRed" : "#EA6962", |
First of all, install a nerd font, and apply it: nerd font