mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change links color
This commit is contained in:
parent
1630b48ca8
commit
bbbc386f26
1 changed files with 4 additions and 1 deletions
|
|
@ -65,7 +65,10 @@ impl Reader {
|
||||||
|
|
||||||
// Init colors
|
// Init colors
|
||||||
// @TODO use accent colors in adw 1.6 / ubuntu 24.10+
|
// @TODO use accent colors in adw 1.6 / ubuntu 24.10+
|
||||||
let link_color = (RGBA::new(0.2, 0.5, 0.9, 1.0), RGBA::new(0.2, 0.5, 0.9, 0.9));
|
let link_color = (
|
||||||
|
RGBA::new(0.208, 0.518, 0.894, 1.0),
|
||||||
|
RGBA::new(0.208, 0.518, 0.894, 0.9),
|
||||||
|
);
|
||||||
|
|
||||||
// Init syntect highlight features
|
// Init syntect highlight features
|
||||||
let syntax = Syntax::new();
|
let syntax = Syntax::new();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue