We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ff132 commit c1ab675Copy full SHA for c1ab675
src/faces.jl
@@ -329,6 +329,7 @@ const FACES = let default = Dict{Symbol, Face}(
329
:repl_prompt_help => Face(inherit=[:yellow, :repl_prompt]),
330
:repl_prompt_shell => Face(inherit=[:red, :repl_prompt]),
331
:repl_prompt_pkg => Face(inherit=[:blue, :repl_prompt]),
332
+ :repl_prompt_beep => Face(inherit=[:shadow, :repl_prompt]),
333
)
334
(; default, current=ScopedValue(copy(default)), lock=ReentrantLock())
335
end
0 commit comments