mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 12:04:13 +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 {
|
||||
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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user