COLOURSCHEME_SUBSTITUTION_Doom One_alacritty.toml (1238B)
1 # Doom One 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 # Colors (Gruvbox dark) 23 24 # Default colors 25 [colors.primary] 26 # hard contrast background = = '#1d2021' 27 background = '#282c34' 28 # soft contrast background = = '#32302f' 29 foreground = '#bbc2cf' 30 31 # Normal colors 32 [colors.normal] 33 black = '#1b2229' 34 red = '#ff6c6b' 35 green = '#98be65' 36 yellow = '#ffd700' 37 blue = '#51afef' 38 magenta = '#c678dd' 39 cyan = '#46d9ff' 40 white = '#bbc2cf' 41 42 # Bright colors 43 [colors.bright] 44 black = '#3f444a' 45 red = '#ff6c6b' 46 green = '#98be65' 47 yellow = '#ecbe7b' 48 blue = '#51afef' 49 magenta = '#a9a1e1' 50 cyan = '#46d9ff' 51 white = '#bbc2cf' 52 53 [colors.search.focused_match] 54 background = "#ffb86c" 55 foreground = "#44475a" 56 57 [colors.search.matches] 58 background = "#50fa7b" 59 foreground = "#44475a" 60 61 [colors.selection] 62 background = "#44475a" 63 text = "CellForeground" 64 65 [colors.vi_mode_cursor] 66 cursor = "CellForeground" 67 text = "CellBackground" 68 69 [cursor.style] 70 shape = "Beam"