Skip to content

Commit

Permalink
Merge pull request #61 from Cequallium/dev
Browse files Browse the repository at this point in the history
fix overflow in modern aurorae theme
  • Loading branch information
Sourcastic authored Mar 19, 2024
2 parents 6a12fac + dc8e531 commit 303793b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Aurorae/Common/Catppuccin-Modernrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PaddingRight=53
PaddingTop=43

TitleBorderLeft=0
TitleBorderRight=-105
TitleBorderRight=0

TitleEdgeBottomMaximized=0
TitleEdgeTopMaximized=0
Expand Down
2 changes: 1 addition & 1 deletion Resources/Aurorae/Common/CatppuccinLatte-Modernrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PaddingRight=53
PaddingTop=43

TitleBorderLeft=0
TitleBorderRight=-105
TitleBorderRight=0

TitleEdgeBottomMaximized=0
TitleEdgeTopMaximized=0
Expand Down

0 comments on commit 303793b

Please sign in to comment.