blue highlight
This commit is contained in:
parent
8327143cc5
commit
5bfb2f38ca
4 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
#import "etablissements.typ": etablissements-data
|
||||
#import "matisse-thesis-var.typ": school-color-verso
|
||||
#let assets-folder = "../assets/"
|
||||
|
||||
|
||||
|
@ -31,7 +32,7 @@
|
|||
abstract-en: [],
|
||||
font: "TeX Gyre Heros",
|
||||
font-size: 11pt,
|
||||
school-color-verso: rgb("0054a0"),
|
||||
school-color-verso: school-color-verso,
|
||||
align-to-even-page: true,
|
||||
) = {
|
||||
set page(
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#import "matisse-thesis-var.typ": school-color
|
||||
|
||||
// ------------ SYMBOLS/ABBREVIATIONS ------------
|
||||
|
||||
|
@ -21,8 +22,9 @@
|
|||
v(.7cm)
|
||||
})
|
||||
|
||||
#let highlight(fill: luma(230), content) = {
|
||||
#let highlight(fill: school-color.lighten(40%)/*luma(230)*/, content) = {
|
||||
block(
|
||||
width: 100%,
|
||||
inset: 8pt,
|
||||
radius: 4pt,
|
||||
fill: fill,
|
||||
|
|
2
lib/matisse-thesis-var.typ
Normal file
2
lib/matisse-thesis-var.typ
Normal file
|
@ -0,0 +1,2 @@
|
|||
#let school-color = rgb("0074d9")
|
||||
#let school-color-verso = rgb("0054a0")
|
|
@ -1,5 +1,6 @@
|
|||
#import "@preview/hydra:0.6.1": hydra
|
||||
|
||||
#import "matisse-thesis-var.typ": school-color-verso
|
||||
#import "cover.typ": cover
|
||||
#import "abstracts.typ": abstracts
|
||||
#import "todos.typ": todos, show-todos, show-notes
|
||||
|
@ -35,7 +36,7 @@
|
|||
abstract-font-size: 11pt,
|
||||
// text lang
|
||||
lang: "en",
|
||||
school-color-verso: rgb("0054a0"),
|
||||
school-color-verso: school-color-verso,
|
||||
abstract-only: false,
|
||||
body
|
||||
) = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue