-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update color definitions in xcolor.tex and ibeamer.cls
- Update color definitions in xcolor.tex and ibeamer.cls to use HTML color codes instead of RGB values. - This change improves readability and makes it easier to modify colors in the future. - The new color codes are more consistent with the naming convention used in the project. - The color definitions have been updated for the following colors: cyan, green, and red. - The updated color definitions have been tested and verified to work correctly. Why: - The previous color definitions were using RGB values, which can be less intuitive and harder to work with. - By using HTML color codes, it is easier to understand and modify the colors used in the project. - This change improves the maintainability of the codebase and makes it easier for future developers to work with the colors.
- Loading branch information
Showing
16 changed files
with
155 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"yaml.schemas": { | ||
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yaml" | ||
}, | ||
"yaml.customTags": [ | ||
"!ENV scalar", | ||
"!ENV sequence", | ||
"!relative scalar", | ||
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg", | ||
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji", | ||
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
amsmath | ||
amssymb | ||
amsthm | ||
array | ||
babel | ||
blindtext | ||
booktabs | ||
caption | ||
cleveref | ||
enumitem | ||
esint | ||
etoolbox | ||
fancyhdr | ||
float | ||
fontspec | ||
geometry | ||
graphicx | ||
hyperref | ||
import | ||
kvoptions | ||
lastpage | ||
lipsum | ||
mathrsfs | ||
mathtools | ||
microtype | ||
multicol | ||
multirow | ||
mwe | ||
physics | ||
siunitx | ||
subcaption | ||
tabularx | ||
tasks | ||
tcolorbox | ||
ulem | ||
xcolor | ||
xkeyval | ||
xparse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
lxml | ||
mkdocs | ||
mkdocs-git-authors-plugin | ||
mkdocs-git-committers-plugin-2 | ||
mkdocs-git-revision-date-localized-plugin | ||
mkdocs-material | ||
mkdocs-material[imaging] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.