mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
change current tag background
This commit is contained in:
parent
fc0cb06239
commit
cc9a9b22fd
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use gtk::{gdk::RGBA, TextTag};
|
||||||
|
|
||||||
pub fn new() -> TextTag {
|
pub fn new() -> TextTag {
|
||||||
TextTag::builder()
|
TextTag::builder()
|
||||||
.background_rgba(&RGBA::new(0.0, 0.0, 0.0, 1.0))
|
.background_rgba(&RGBA::new(0.0, 0.3906, 0.8653, 1.0)) // @TODO use accent colors after adw 1.6 update
|
||||||
.foreground_rgba(&RGBA::new(1.0, 1.0, 1.0, 1.0))
|
.foreground_rgba(&RGBA::new(1.0, 1.0, 1.0, 1.0))
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue