how to change font and font colour of Minty Theme

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
ANiK3T

how to change font and font colour of Minty Theme

Post by ANiK3T »

Hi all
i use linux mint 14 cinnamon 32bit
how can i change font and font colour of Minty Theme which is there by default.
Minty font.jpg
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
caribriz

Re: how to change font and font colour of Minty Theme

Post by caribriz »

I did this (note: I'm only learning about themes myself :wink: )

Go to /usr/share/themes
Copy Minty folder
Go to /home folder
Click View > Show hidden files
If .themes folder is not there, create it (note the . dot)
Paste the copy of Minty folder in .themes
Rename the copy of Minty to Minty-new (for example)

Open /home/username/.themes/Minty-new/cinnamon
Open cinnamon.css
change this top section:

Code: Select all

stage {
	font-family: "Open Sans", sans-serif;
	font-size: 9pt;
	color: #fff;
}
to (just an example):

Code: Select all

stage {
	font-family: "FreeSans";
	font-size: 11pt;
	color: #f51227;
}
Save the file, close

Go to Cinnamon Settings > Themes > choose Minty-new
Restart Cinnamon (Alt+F2, press r, enter)

Ended up with this:
change font and text colour in LM14 Cinnamon.png
Doing it this way - copying the original folder, renaming and working on it in /home/username/.themes makes it easy to go to Cinnamon Settings and change back to the original Minty if you don't like your changes in Minty-new.

Very basic, but hopefully some people more experienced with themes with chime in with some more tips ...
Locked

Return to “Cinnamon”