COLOURSCHEME_SUBSTITUTION_Everforest_alacritty.toml (1215B)
1 # Everforest 2 [colors.cursor] 3 cursor = "CellForeground" 4 text = "CellBackground" 5 6 [colors.footer_bar] 7 background = "#282a36" 8 foreground = "#f8f8f1" 9 10 [colors.hints.end] 11 background = "#282a36" 12 foreground = "#f1fa8c" 13 14 [colors.hints.start] 15 background = "#f1fa8c" 16 foreground = "#22212d" 17 18 [colors.line_indicator] 19 background = "None" 20 foreground = "None" 21 22 # Default colors 23 [colors.primary] 24 # hard contrast background = = '#1d2021' 25 background = '#272d32' 26 # soft contrast background = = '#32302f' 27 foreground = '#edebe6' 28 29 # Normal colors 30 [colors.normal] 31 black = '#414b51' 32 red = '#e77e7f' 33 green = '#a6c080' 34 yellow = '#dbbc7f' 35 blue = '#7fbbb3' 36 magenta = '#d699b6' 37 cyan = '#83c091' 38 white = '#edebe6' 39 40 # Bright colors 41 [colors.bright] 42 black = '#414b51' 43 red = '#e67e80' 44 green = '#a7c080' 45 yellow = '#dbbc7f' 46 blue = '#7fbbb3' 47 magenta = '#d59ab6' 48 cyan = '#83c092' 49 white = '#edebe6' 50 51 [colors.search.focused_match] 52 background = "#ffb86c" 53 foreground = "#44475a" 54 55 [colors.search.matches] 56 background = "#50fa7b" 57 foreground = "#44475a" 58 59 [colors.selection] 60 background = "#4f585e" 61 text = "CellForeground" 62 63 [colors.vi_mode_cursor] 64 cursor = "CellForeground" 65 text = "CellBackground" 66 67 [cursor.style] 68 shape = "Beam"