File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 66- Setting to adjust inner spacing and outer padding for panes (` pane.gap.inner ` , ` pane.gap.outer ` )
77- Setting to style unread query buffers as highlights in the sidebar (` sidebar.unread_indicator.query_as_highlight ` )
88- Settings to configure card and imagge preview dimensions
9+ - Support for transparent background.
910
1011Fixed:
1112
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ pub fn settings(config: &Config) -> Settings {
105105 override_redirect : false ,
106106 } ,
107107 decorations : config. platform_specific . linux . decorations ,
108+ transparent : true ,
108109 ..Default :: default ( )
109110 }
110111}
@@ -120,6 +121,7 @@ pub fn settings(config: &Config) -> Settings {
120121 fullsize_content_view : true ,
121122 } ,
122123 decorations : config. platform_specific . macos . decorations ,
124+ transparent : true ,
123125 ..Default :: default ( )
124126 }
125127}
@@ -143,6 +145,7 @@ pub fn settings(config: &Config) -> Settings {
143145 )
144146 . ok ( ) ,
145147 decorations : config. platform_specific . windows . decorations ,
148+ transparent : true ,
146149 ..Default :: default ( )
147150 } ,
148151 None => Settings :: default ( ) ,
You can’t perform that action at this time.
0 commit comments