mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-11 14:32:00 +00:00
change headers palette
This commit is contained in:
parent
6dec0ba255
commit
ae45108d7f
@ -2,7 +2,7 @@ use gtk::{TextTag, WrapMode};
|
||||
|
||||
pub fn new() -> TextTag {
|
||||
TextTag::builder()
|
||||
.foreground("#3584e4") // @TODO optional
|
||||
.foreground("#2190a4") // @TODO optional
|
||||
.scale(1.6)
|
||||
.sentence(true)
|
||||
.weight(500)
|
||||
|
@ -2,7 +2,7 @@ use gtk::{TextTag, WrapMode};
|
||||
|
||||
pub fn new() -> TextTag {
|
||||
TextTag::builder()
|
||||
.foreground("#3a944a") // @TODO optional
|
||||
.foreground("#c88800") // @TODO optional
|
||||
.scale(1.2)
|
||||
.sentence(true)
|
||||
.weight(400)
|
||||
|
Loading…
x
Reference in New Issue
Block a user