Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cunhapaulo committed Aug 12, 2024
1 parent 200fe72 commit 5165e3d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: This is an example of how to use my themes
keywords: Marp, Slides, Themes, Marpstyle, Copernico
marp: true
paginate: true
theme: copernico
theme: copernicus
---

<!-- _class: titlepage -->
Expand Down Expand Up @@ -68,7 +68,7 @@ Some text about what´s ahead...

# Is Algebraic Graph Knowledge **Possible**?

### Research has been conducted in order to evaluate the possibility of reaching meaningful knowledge from Algebraic Graph transformations.
### Research has been conducted in order to evaluate the possibility of reaching _meaningful_ knowledge from Algebraic Graph transformations.

- Model Cheking and theorem prooving are viable paths.

Expand Down
Binary file not shown.
21 changes: 18 additions & 3 deletions style/copernico.css → style/copernicus.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @theme copernico */
/* @theme copernicus */

/*
============================================
Expand Down Expand Up @@ -42,9 +42,13 @@
background-color: rgb(175, 191, 223);
background-color: rgb(154, 187, 237);
background-color: rgb(119, 144, 199);
background-color: rgb(220, 220, 220);
background-color: rgb(173, 197, 228);
background-color: rgb(175, 191, 223);
*/
background-color: rgb(191, 201, 223);

background-color: rgb(220, 220, 220);

--cool-list-color: rgb(119, 144, 199)
}

Expand Down Expand Up @@ -95,9 +99,14 @@ section em {
font-size: 105%;
letter-spacing: -0.8pt;

background-color: rgb(213, 224, 233);
background-color: rgba(7, 216, 253, 0.671);
background-color: rgba(238, 255, 0, 0.671);
background-color: rgba(148, 181, 252, 0.76);
background-color: rgba(119, 144, 199, 0.349);
color: rgb(0, 0, 0);
color:rgb(168, 70, 73);
color: rgb(241, 241, 245);
color: rgb(26, 57, 82);
}

section strong {
Expand All @@ -113,12 +122,18 @@ section.titlepage {
/*
background-color: rgb(211, 209, 209);
background-color: rgb(184, 184, 184);
background-color: rgb(132, 151, 176);
*/
background-color: rgb(119, 144, 199);
color: rgb(196, 218, 252) !important;

}

section li{
font-size: 25pt;
color: rgb(53, 59, 70);

}

section.titlepage h1,
.title {
Expand Down
2 changes: 1 addition & 1 deletion workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"settings": {
"markdown.marp.themes": [
"./style/arendt.css"
"./style/copernico.css"
"./style/copernicus.css"
"./style/descartes.css"
"./style/einstein.css"
"./style/freud.css"
Expand Down

0 comments on commit 5165e3d

Please sign in to comment.