Skip to content

Commit

Permalink
buffer: Fix whitespace.
Browse files Browse the repository at this point in the history
Tabs introduced in commit 0857388.
  • Loading branch information
aadcg committed Jan 18, 2024
1 parent de1ff9d commit 7bb8ae5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions source/buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -158,28 +158,28 @@ See also the `profile' slot in the `browser' class.")
:opacity 0.8)
`(.action
:color ,theme:action)
`(.button.action
`(.button.action
:background-color ,theme:action
:color ,theme:on-action
:border-color ,theme:action+)
`(.warning
:color ,theme:warning)
`(.button.warning
:background-color ,theme:warning
:color ,theme:on-warning
:border-color ,theme:warning+)
`(.button.warning
:background-color ,theme:warning
:color ,theme:on-warning
:border-color ,theme:warning+)
`(.success
:color ,theme:success)
`(.button.success
:background-color ,theme:success
:color ,theme:on-success
:border-color ,theme:success+)
`(.button.success
:background-color ,theme:success
:color ,theme:on-success
:border-color ,theme:success+)
`(.highlight
:color ,theme:highlight)
`(.button.highlight
:background-color ,theme:highlight
:color ,theme:on-highlight
:border-color ,theme:highlight+)
`(.button.highlight
:background-color ,theme:highlight
:color ,theme:on-highlight
:border-color ,theme:highlight+)
`(.plain
:color ,theme:on-background
:background-color ,theme:background)
Expand Down

0 comments on commit 7bb8ae5

Please sign in to comment.