Skip to content

Commit

Permalink
feat: minor style changes to sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 10, 2024
1 parent 6556d8b commit 126cb92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/desktop/resources/sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ window/bar:
color: #ffffffe6;
font-family: ui-monospace, monospace;
font-size: 13px;
padding: 4px 20px;
padding: 4px 24px;
border-bottom: 1px solid #ffffff08;
background: linear-gradient(
rgba(14, 14, 28, 0.95),
Expand Down Expand Up @@ -97,8 +97,9 @@ window/bar:
display: flex;
i {
margin-left: 14px;
margin-right: 4px;
color: #7481b2e1;
margin-left: 20px;
margin-right: 6px;
}
template/memory:
Expand Down

0 comments on commit 126cb92

Please sign in to comment.