mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change current tag decoration colors
This commit is contained in:
parent
2a5d0a508b
commit
5240aa1879
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue