mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 01:00:02 +00:00
enshort rgba values
This commit is contained in:
parent
cc9a9b22fd
commit
bfe4048eb1
@ -2,7 +2,7 @@ use gtk::{gdk::RGBA, TextTag};
|
||||
|
||||
pub fn new() -> TextTag {
|
||||
TextTag::builder()
|
||||
.background_rgba(&RGBA::new(0.0, 0.3906, 0.8653, 1.0)) // @TODO use accent colors after adw 1.6 update
|
||||
.background_rgba(&RGBA::new(0.0, 0.4, 0.9, 1.0)) // @TODO use accent colors after adw 1.6 update
|
||||
.foreground_rgba(&RGBA::new(1.0, 1.0, 1.0, 1.0))
|
||||
.build()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user