Add python highlights

This commit is contained in:
Florent Guiotte 2023-02-14 16:52:10 +02:00
parent 2c5ec3957b
commit b60da03994
3 changed files with 11 additions and 1 deletions

View File

@ -14,7 +14,7 @@ footer_text: >
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: 🛰️ # 🪪 #🐧 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
icon: 🎓 # 🧥 # 🚀 #🚲 # 🌐 #👤 # 🧑🏼‍💻 # 🧔 # 🛰️ # 🪪 #🐧 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
url: https://guiotte.fr # the base hostname & protocol for your site
baseurl: / # the subpath of your site, e.g. /blog/

View File

@ -69,3 +69,8 @@ code span.st { color: #4e9a06; } /* String */
code span.va { color: #000000; } /* Variable */
code span.vs { color: #4e9a06; } /* VerbatimString */
code span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */
/* Python perso */
code span.im { color: #008000; font-weight: bold; } /* Import */
code span.bu { color: #008000; } /* BuiltIn */
code span.va { color: #204a87; } /* Variable */

View File

@ -71,3 +71,8 @@ code span.st { color: #cc9393; } /* String */
code span.va { } /* Variable */
code span.vs { color: #cc9393; } /* VerbatimString */
code span.wa { color: #7f9f7f; font-weight: bold; } /* Warning */
/* Python perso */
code span.im { color: #39aa39; font-weight: bold; } /* Import */
code span.bu { color: #39aa39; } /* BuiltIn */
code span.va { color: #918fff; } /* Variable */