mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
change current tag decoration colors
This commit is contained in:
parent
2a5d0a508b
commit
5240aa1879
@ -2,6 +2,7 @@ use gtk::{gdk::RGBA, TextTag};
|
|||||||
|
|
||||||
pub fn new() -> TextTag {
|
pub fn new() -> TextTag {
|
||||||
TextTag::builder()
|
TextTag::builder()
|
||||||
.background_rgba(&RGBA::new(0.502, 0.502, 0.502, 0.5)) // @TODO
|
.background_rgba(&RGBA::new(0.0, 0.0, 0.0, 1.0))
|
||||||
|
.foreground_rgba(&RGBA::new(1.0, 1.0, 1.0, 1.0))
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user