Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
DUJANY Giulio
beamer_template
Commits
5b4398b3
Commit
5b4398b3
authored
Oct 13, 2021
by
DUJANY Giulio
Browse files
Change link color and add shell style
parent
afc71e7e
Pipeline
#140309
passed with stage
in 4 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
myBeamerStyle.sty
myBeamerStyle.sty
+9
-3
No files found.
myBeamerStyle.sty
View file @
5b4398b3
...
...
@@ -33,7 +33,7 @@
\RequirePackage
{
multirow
}
% Per tabelle con una cella su pi\`u righe
\RequirePackage
{
hyperref
}
%Collegamenti ipertestuali, da caricare come ultimo
%pacchetto
\hypersetup
{
colorlinks=true, urlcolor=blue, linkcolor=bl
ack
}
\hypersetup
{
colorlinks=true, urlcolor=blue, linkcolor=bl
ue
}
\definecolor
{
codegreen
}{
rgb
}{
0,0.6,0
}
\definecolor
{
codegray
}{
rgb
}{
0.5,0.5,0.5
}
...
...
@@ -59,6 +59,14 @@
}
\lstset
{
style=mystyle
}
\definecolor
{
myBlack
}{
gray
}{
0.0
}
\definecolor
{
myWhite
}{
gray
}{
0.9
}
\lstdefinestyle
{
shell
}{
basicstyle=
\color
{
myWhite
}
\ttfamily\footnotesize
,
backgroundcolor=
\color
{
myBlack
}
,
numbers=none,
}
%#### MOTHER THEME ###
\usetheme
{
Boadilla
}
%\usetheme{Szeged}
...
...
@@ -80,8 +88,6 @@
\definecolor
{
alertcolor
}{
RGB
}{
255,83,17
}
\definecolor
{
examplecolor
}{
RGB
}{
71,178,4
}
\hypersetup
{
colorlinks=true, urlcolor=blue, linkcolor=
}
\setbeamercolor
{
structure
}{
fg=maincolor
}
\setbeamercolor
{
alerted text
}{
fg=alertcolor
}
%{fg=alertcolor}
\setbeamercolor
{
example text
}{
fg=examplecolor
}
%{fg=examplecolor}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment