colorize header tags

This commit is contained in:
yggverse 2025-02-01 15:54:22 +02:00
parent bbbc386f26
commit 6dec0ba255
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ use gtk::{TextTag, WrapMode};
pub fn new() -> TextTag {
TextTag::builder()
.foreground("#3584e4") // @TODO optional
.scale(1.6)
.sentence(true)
.weight(500)

View file

@ -2,6 +2,7 @@ use gtk::{TextTag, WrapMode};
pub fn new() -> TextTag {
TextTag::builder()
.foreground("#d56199") // @TODO optional
.scale(1.4)
.sentence(true)
.weight(400)

View file

@ -2,6 +2,7 @@ use gtk::{TextTag, WrapMode};
pub fn new() -> TextTag {
TextTag::builder()
.foreground("#3a944a") // @TODO optional
.scale(1.2)
.sentence(true)
.weight(400)