COLOURSCHEME_SUBSTITUTION_Dracula_alacritty.toml (1077B)
1 # Dracula 2 [colors.bright] 3 black = "#7a71aa" 4 blue = "#bd93f9" 5 cyan = "#8be9fd" 6 green = "#50fa7b" 7 magenta = "#ff79d2" 8 red = "#ff5555" 9 white = "#f8f8f2" 10 yellow = "#f1fa8c" 11 12 [colors.cursor] 13 cursor = "CellForeground" 14 text = "CellBackground" 15 16 [colors.footer_bar] 17 background = "#282a36" 18 foreground = "#f8f8f1" 19 20 [colors.hints.end] 21 background = "#282a36" 22 foreground = "#f1fa8c" 23 24 [colors.hints.start] 25 background = "#f1fa8c" 26 foreground = "#22212d" 27 28 [colors.line_indicator] 29 background = "None" 30 foreground = "None" 31 32 [colors.normal] 33 black = "#22212d" 34 blue = "#9a7cff" 35 cyan = "#38ffea" 36 green = "#52ff6d" 37 magenta = "#ff76c1" 38 red = "#e64747" 39 white = "#f8f8f1" 40 yellow = "#ffff80" 41 42 [colors.primary] 43 background = "#22212d" 44 bright_foreground = "#ffffff" 45 foreground = "#f8f8f1" 46 47 [colors.search.focused_match] 48 background = "#ffb86c" 49 foreground = "#44475a" 50 51 [colors.search.matches] 52 background = "#50fa7b" 53 foreground = "#44475a" 54 55 [colors.selection] 56 background = "#44475a" 57 text = "CellForeground" 58 59 [colors.vi_mode_cursor] 60 cursor = "CellForeground" 61 text = "CellBackground" 62 63 [cursor.style] 64 shape = "Beam"