Make markup colors nicer
This commit is contained in:
parent
713489d22e
commit
fad521f2d4
4 changed files with 16 additions and 16 deletions
|
@ -37,10 +37,10 @@ echo "
|
|||
|
||||
## markup
|
||||
echo "
|
||||
face global title ${foam}+b
|
||||
face global header ${foam}+b
|
||||
face global bold ${gold}+b
|
||||
face global italic ${iris}
|
||||
face global title ${rose}+b
|
||||
face global header ${rose}
|
||||
face global bold default
|
||||
face global italic default
|
||||
face global mono ${rose}
|
||||
face global block ${pine}
|
||||
face global link ${love}
|
||||
|
|
|
@ -37,10 +37,10 @@ echo "
|
|||
|
||||
## markup
|
||||
echo "
|
||||
face global title ${foam}+b
|
||||
face global header ${foam}+b
|
||||
face global bold ${gold}+b
|
||||
face global italic ${iris}
|
||||
face global title ${rose}+b
|
||||
face global header ${rose}
|
||||
face global bold default
|
||||
face global italic default
|
||||
face global mono ${rose}
|
||||
face global block ${pine}
|
||||
face global link ${love}
|
||||
|
|
|
@ -37,10 +37,10 @@ echo "
|
|||
|
||||
## markup
|
||||
echo "
|
||||
face global title ${foam}+b
|
||||
face global header ${foam}+b
|
||||
face global bold ${gold}+b
|
||||
face global italic ${iris}
|
||||
face global title ${rose}+b
|
||||
face global header ${rose}
|
||||
face global bold default
|
||||
face global italic default
|
||||
face global mono ${rose}
|
||||
face global block ${pine}
|
||||
face global link ${love}
|
||||
|
|
8
make.sh
8
make.sh
|
@ -73,10 +73,10 @@ echo "
|
|||
|
||||
## markup
|
||||
echo "
|
||||
face global title ${foam}+b
|
||||
face global header ${foam}+b
|
||||
face global bold ${gold}+b
|
||||
face global italic ${iris}
|
||||
face global title ${rose}+b
|
||||
face global header ${rose}
|
||||
face global bold default
|
||||
face global italic default
|
||||
face global mono ${rose}
|
||||
face global block ${pine}
|
||||
face global link ${love}
|
||||
|
|
Loading…
Reference in a new issue