mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change headers palette
This commit is contained in:
parent
6dec0ba255
commit
ae45108d7f
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue