Skip to content

How to colorify the Github Profile? #60236

Answered by F4NT0
StundnerGabriel asked this question in Profile
Discussion options

You must be logged in to vote

Github support mathematical equations using Katex

So to insert color we use the \color{colorname} inside the math block.

  • One example:
$$\color{orange} Hello $$
  • In Github markdown:

$$\color{orange} Hello $$


  • You can put color inside the text or centralize:
Hello, my name is $\color{orange} Peter$! nice to meet you. 

# $$\color{magenta} Tittle$$
  • Working example:

Hello, my name is $\color{orange} Peter$! nice to meet you.

$$\color{magenta} Tittle$$


  • You can change the font and put inside a box if you wanted:
  • OBS: don't forget to use \space between words
## $$\sf Different \space Font$$
## $$\frak{Other \space Different \space Font}$$
  • Live example:

$$\sf Different \space Font$$

$…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StundnerGabriel
Comment options

Answer selected by StundnerGabriel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants