Skip to content

Commit

Permalink
prompt-buffer(style): Improve input bar styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Mar 18, 2024
1 parent 612aa92 commit e471ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/prompt-buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ See `nyxt::attribute-widths'.")
:background-color ,theme:background
:color ,theme:on-background
:opacity 0.9
:border "none"
:border 2px solid ,(cl-colors2:print-hex theme:primary- :alpha 0.40)
:outline "none"
:padding "3px"
:width "100%"
:autofocus "true")
`("#input:focus"
:box-shadow inset 0 0 0 3px ,(cl-colors2:print-hex theme:action- :alpha 0.40))
:border-color ,(cl-colors2:print-hex theme:action- :alpha 0.40))
`(".source"
:margin-left "10px"
:margin-top "15px")
Expand Down

0 comments on commit e471ab6

Please sign in to comment.