Pull in colors for selected ghost elements
This commit is contained in:
parent
77c8108f9b
commit
27501d2929
12 changed files with 39 additions and 0 deletions
|
@ -33,6 +33,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
element_selected: Some(rgba(0x7e57c2ff).into()),
|
||||
drop_target_background: Some(rgba(0x2e3245ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0000001a).into()),
|
||||
ghost_element_selected: Some(rgba(0x7e57c2ff).into()),
|
||||
text: Some(rgba(0xffffffff).into()),
|
||||
status_bar_background: Some(rgba(0x282c3dff).into()),
|
||||
title_bar_background: Some(rgba(0x292d3eff).into()),
|
||||
|
@ -312,6 +313,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
element_selected: Some(rgba(0x7e57c2ff).into()),
|
||||
drop_target_background: Some(rgba(0x2e3245ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0000001a).into()),
|
||||
ghost_element_selected: Some(rgba(0x7e57c2ff).into()),
|
||||
text: Some(rgba(0xffffffff).into()),
|
||||
status_bar_background: Some(rgba(0x282c3dff).into()),
|
||||
title_bar_background: Some(rgba(0x292d3eff).into()),
|
||||
|
@ -591,6 +593,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
element_selected: Some(rgba(0x7e57c2ff).into()),
|
||||
drop_target_background: Some(rgba(0x2e3245ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0000001a).into()),
|
||||
ghost_element_selected: Some(rgba(0x7e57c2ff).into()),
|
||||
text: Some(rgba(0xffffffff).into()),
|
||||
status_bar_background: Some(rgba(0x25293aff).into()),
|
||||
title_bar_background: Some(rgba(0x25293aff).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue