File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1111@import ' Scale.scss' ;
1212@import ' ScrolledWindow.scss' ;
1313@import ' Scrollbar.scss' ;
14+ @import ' Selection.scss' ;
1415@import ' ShortcutsWindow.scss' ;
1516@import ' Slider.scss' ;
1617@import ' Spinner.scss' ;
Original file line number Diff line number Diff line change 1+ selection {
2+ background-color : #{' @selected_bg_color' } ;
3+ color : #{' @selected_fg_color' } ;
4+
5+ & :backdrop {
6+ background-color : scale-color ($fg-color , $alpha : -90% );
7+ color : inherit ;
8+ }
9+ }
Original file line number Diff line number Diff line change 33// these exported GtkCSS variables should be considered public API.
44
55@define-color fg_color #{" " + $fg-color } ;
6+
7+ @define-color selected_bg_color #{' alpha(@accent_color, 0.25)' } ;
8+ @define-color selected_fg_color #{' shade(@accent_color, 0.5)' } ;
You can’t perform that action at this time.
0 commit comments