change headers palette

This commit is contained in:
yggverse 2025-02-01 16:56:03 +02:00
parent 6dec0ba255
commit ae45108d7f
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)