Skip to content

Commit c1ab675

Browse files
caleb-allentecosaur
authored andcommitted
Add repl_prompt_beep face
1 parent 63ff132 commit c1ab675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/faces.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ const FACES = let default = Dict{Symbol, Face}(
329329
:repl_prompt_help => Face(inherit=[:yellow, :repl_prompt]),
330330
:repl_prompt_shell => Face(inherit=[:red, :repl_prompt]),
331331
:repl_prompt_pkg => Face(inherit=[:blue, :repl_prompt]),
332+
:repl_prompt_beep => Face(inherit=[:shadow, :repl_prompt]),
332333
)
333334
(; default, current=ScopedValue(copy(default)), lock=ReentrantLock())
334335
end

0 commit comments

Comments
 (0)